Title width can overlap user block
Submitted by andypost on Mon, 02/04/2008 - 02:05.
| 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
| Attachment | Size |
|---|---|
| construction.css_patch.txt | 365 bytes |
