Positioning fixes so that it works in the most browsers possible
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 22:57:26 +0000 (22:57 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 22:57:26 +0000 (22:57 +0000)
printer.css.php

index 49aeb86e7f5338af9c57a47de07978a6e543987c..06ea5e1d1f8be3815d19858cd1a43b85ec45e926 100755 (executable)
@@ -277,14 +277,13 @@ input, textarea, select, option
        
        padding-left: 10px;
        
-       margin-bottom: -6px;
+       margin-top: 10px;
+       margin-bottom: -14px;
 }
 
 /* Links in the tabbar */
 #tabbar a
 {
-       float: left;
-       
        font-weight: bold;
        color: rgb(122, 151, 101);
        
@@ -292,7 +291,7 @@ input, textarea, select, option
        text-decoration: none;
        
        padding: 8px 0px 8px 0px;
-       margin: 0px 1px 0px 0px;
+       margin: 0px;
        
        background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs.gif);
        background-repeat: no-repeat;
@@ -333,7 +332,7 @@ input, textarea, select, option
 /* Hovered tabs */
 #tabbar a:hover
 {
-       background-position: 0% 35px;
+       background-position: 0% -70px;
        
        color: rgb(143, 236, 9);
 }
@@ -341,7 +340,7 @@ input, textarea, select, option
 /* Blocks of a hovered tab link */
 #tabbar a:hover span
 {
-       background-position: 100% 35px;
+       background-position: 100% -70px;
 }
 
 /* Main content frame <td> */