Jeremy Newman : fix top tabs so entire area is clickable

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


Module: appdb
Branch: master
Commit: e87d127676cd75c63046e0049b59870b5e399b3c
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=e87d127676cd75c63046e0049b59870b5e399b3c

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Tue Dec  9 13:06:03 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 d072472..014cbeb 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