From edbfb49fc4918b989ccdc83f6bce5af55ff99124 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Tue, 28 Dec 2010 16:23:20 +0000 Subject: [PATCH] enhancement and correct a bug --- htdocs/theme/bureau2crea/style.css.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index acacb3a75ef..15d0c8b2cc1 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -934,6 +934,21 @@ div.tabs a.tab:hover { color: #333333; } +a.tabTitle { + background: #D8610F; + color: white; + font-family: ; + font-weight: normal; + padding: 0px 6px 0px 2px; + margin: 0px 0px 0px 6px; + float: left; + text-decoration: none; + white-space: nowrap; + border-: 1px solid #555555; + border-: 1px solid #D8D8D8; + border-top: 1px solid #D8D8D8; +} + /*div.tabs { top: 20px; margin: 1px 0px 0px 0px;