From a5cc8f8777fcdf5d7622c22c9cfcb83e943b99ab Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 6 Oct 2010 19:04:54 +0000 Subject: [PATCH] Fix: reduce padding for subtabs --- htdocs/theme/auguria/style.css.php | 6 +++--- htdocs/theme/eldy/style.css.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index d00d6d56633..0f166952f32 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -770,9 +770,9 @@ div.tabs { div.tabBar { color: #234046; padding-top: 12px; - padding-left: 4px; - padding-right: 4px; - padding-bottom: 4px; + padding-left: 6px; + padding-right: 6px; + padding-bottom: 6px; 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 203266fc4e9..ba0bf7d3127 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -755,9 +755,9 @@ div.tabs { div.tabBar { color: #234046; padding-top: 12px; - padding-left: 4px; - padding-right: 4px; - padding-bottom: 4px; + padding-left: 6px; + padding-right: 6px; + padding-bottom: 6px; margin: 0px 0px 10px 0px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px;