Jeremy Newman : fix top tabs so entire area is clickable

Jeremy Newman jnewman at winehq.org
Tue Dec 9 13:06:31 CST 2008


Module: bugzilla
Branch: master
Commit: 31415c18e3e9060f3e666b57786eb8ad22079165
URL:    http://source.winehq.org/git/bugzilla.git/?a=commit;h=31415c18e3e9060f3e666b57786eb8ad22079165

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Tue Dec  9 13:05:44 2008 -0600

fix top tabs so entire area is clickable

---

 styles.css |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/styles.css b/styles.css
index d56a1c1..61d9939 100644
--- a/styles.css
+++ b/styles.css
@@ -84,7 +84,13 @@ BODY                {
 #tabs LI.s          { background-image: url('images/tab_s.png'); }
 #tabs LI.s A        { font-weight: bold; }
 #tabs LI:hover      { background-image: url('images/tab_h.png'); }
-#tabs A             { font-size: 16px; color: white; text-decoration: none; }
+#tabs A             {
+                     display: block;
+                     width: 108px;
+                     height: 23px;
+                     padding-top: 3px;
+                     font-size: 16px; color: white; text-decoration: none;
+                    }
 
 /* sidebar navigation */
 #sidebar            {




More information about the wine-cvs mailing list