Title width can overlap user block

Project:acClassic
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:patch - code needs review
Description

If title of page is long it overlaps a user block.
Changing construnction.css

#header h1 {
  padding: 10px 0 10px 10px;
to
  padding: 10px;
  width: 480px;

solves this possible UI bug

AttachmentSize
construction.css_patch.txt365 bytes