From 3175b6c65cef1d768d52b06fa0cf286357589b0d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Oct 2010 18:45:20 +0000 Subject: [PATCH] Minor look change --- htdocs/theme/auguria/style.css.php | 8 ++++---- htdocs/theme/eldy/style.css.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 5fadab2e6a1..3fb9415b9d2 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -769,10 +769,10 @@ div.tabs { div.tabBar { color: #234046; - padding-top: 12px; - padding-left: 6px; - padding-right: 6px; - padding-bottom: 6px; + padding-top: 10px; + padding-left: 8px; + padding-right: 8px; + padding-bottom: 8px; margin: 0px 0px 10px 0px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 9327d7515f4..1c16c0208fe 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -754,10 +754,10 @@ div.tabs { div.tabBar { color: #234046; - padding-top: 12px; - padding-left: 6px; - padding-right: 6px; - padding-bottom: 6px; + padding-top: 9px; + padding-left: 8px; + padding-right: 8px; + padding-bottom: 8px; margin: 0px 0px 10px 0px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px;