Ticket #3846 (assigned defect)

Opened 2 months ago

Last modified 2 months ago

CSS Fix for header alignment issues

Reported by: paul.hieromnimon@gmail.com Assigned to: n3rd3x (accepted)
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

Change History

10/02/08 02:20:49 changed by paul.hieromnimon [at] NOSPAMgmail.com

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.

10/02/08 02:46:04 changed by anonymous

  • summary changed from CSS Fix for Firefox 3.0 header width issues to 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;
 }

10/05/08 03:11:55 changed by n3rd3x

  • priority changed from high to low.
  • status changed from new to assigned.

Add/Change #3846 (CSS Fix for header alignment issues)




Change Properties
Action