Modify ↓
Opened 16 years ago
Last modified 16 years ago
#3846 assigned defect
CSS Fix for header alignment issues
Reported by: | Owned by: | Wilson Pinto Júnior | |
---|---|---|---|
Priority: | low | Component: | GnomeBrTheme |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Diff -u patch for the fix:
--- gnomebr.dist.css 2008-10-02 07:06:00.000000000 +0000 +++ gnomebr.fixed.css 2008-10-02 06:58:42.000000000 +0000 @@ -165,7 +165,6 @@ top: 0px; vertical-align: middle; white-space: nowrap; - width: 28.1em; z-index: 3; height: 0px; }
Patch does not break IE7 or Safari 3.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Summary: | CSS Fix for Firefox 3.0 header width issues → CSS Fix for header alignment issues |
---|
Diff -u patch for the fix:
--- gnomebr.DIST.css 2008-10-02 07:06:00.000000000 +0000 +++ gnomebr.FIXED.css 2008-10-02 07:32:22.000000000 +0000 @@ -90,10 +90,9 @@ padding: 0px 0px 0px 0px; color: #FFF; height: 30px; - padding-left: 20px; position: absolute; top: 70px; - width: 98.3%; + width: 100%; vertical-align: middle; z-index: 1; } @@ -102,6 +101,7 @@ margin: 0; list-style: none; padding: 0; + padding-left: 20px; } #mainnav ul li { @@ -165,7 +165,6 @@ top: 0px; vertical-align: middle; white-space: nowrap; - width: 28.1em; z-index: 3; height: 0px; }
comment:3 Changed 16 years ago by
Priority: | high → low |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Diff -u patch for the fix:
Patch does not break IE7 or Safari 3.