From d883782dbfcbfdaebdea71facb2a0e6c41850a92 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 6 Dec 2005 10:27:01 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20onglet=5Finf=20sur=20a.=20et=20div.=20p?= =?UTF-8?q?our=20avoir=20des=20onglets=20inf=E9rieures=20sur=20une=20fiche?= =?UTF-8?q?=20exemple=20:=20/telephonie/stats/factures/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/eldy/eldy.css.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index efb355cf9d3..8195425736b 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -404,6 +404,35 @@ div.tabsAction { text-align: right; } +div.onglet_inf +{ + position: relative; + float: top; + display: block; + white-space: nowrap; + padding: 0px 0px 0px 0px; + margin: -12px 0px 0px 10px; + font-weight:bold; + font-size: 12px; + height: 19px; + color: #000000; + text-decoration: none; +} + +a.onglet_inf { + background: white; + color: #436976; + padding: 0px 06px; + margin: 0em 0.2em; + text-decoration: none; + white-space: nowrap; + -moz-border-radius-bottomleft:6px; + -moz-border-radius-bottomright:6px; + + border-right: 1px solid #555555; + border-left: 1px solid #D8D8D8; + border-bottom: 1px solid #D8D8D8; +} a.tabTitle { background: #436976;