From 51465c03b2f7512c742efc3ccba0627f509f50ac Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 22:57:26 +0000 Subject: [PATCH] Positioning fixes so that it works in the most browsers possible --- printer.css.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/printer.css.php b/printer.css.php index 49aeb86..06ea5e1 100755 --- a/printer.css.php +++ b/printer.css.php @@ -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 */ -- 2.22.5