From be97c53273278e619226e3c5882f5e8c5631350a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Apr 2005 19:38:57 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20eth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/dolibarr/dolibarr.css | 67 +++++++++++++++++++----------- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index d3d099f3859..05c1d248c33 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -187,14 +187,15 @@ div.blockvmenuimpair div.tabBar { color: #436976; background: #dee7ec; - padding: 0em 1.5em; + padding: 0em 1em; margin: 0em 0em 1.5em 0em; border: 1px solid #8CACBB; } div.tabs { - margin: 0em; - padding: 0em 2em; + top: 20px; + margin: 1px 0em 0em 0em; + padding: 0em 0.5em; text-align: left; } @@ -208,27 +209,14 @@ a.tab { background: white; border: 1px solid #8CACBB; color: #436976; - font: 100% Bold; - padding: 0em 1.5em; - margin: 0em 0.5em; + font-weight: normal; + padding: 0em 1em; + margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } -a.tabAction { - background: white; - border: 1px solid #8CACBB; - color: #436976; - font: 105% Bold; - padding: 0em 1.5em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} -a.tabAction:hover { - background: #dee7ec; -} a.tab#active { background: #dee7ec; @@ -237,15 +225,46 @@ a.tab#active { a.tab:hover { background: #dee7ec; + text-decoration: none; } + /* - * Menu superieur + * Boutons actions */ -table.topbarre -{ - cell-spacing: 0; - } + +a.butAction:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } +a.butAction:visited { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } +a.butAction:active { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } +a.butAction:hover { background: #dee7ec; } + +a.butActionDelete:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:visited { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:active { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:hover { background: #dee7ec; } + + +/* +* Historique +* A supprimer quand remplace par butXxx +*/ + +a.tabAction { + background: white; + border: 1px solid #8CACBB; + color: #436976; + font: 105% Bold; + padding: 0em 1em; + margin: 0em 0.2em; + text-decoration: none; + white-space: nowrap; +} + +a.tabAction:hover { + background: #dee7ec; +} + + /* * Tables */