From be97c53273278e619226e3c5882f5e8c5631350a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> 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 | 65 +++++++++++++++++++----------- 1 file changed, 42 insertions(+), 23 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,20 +209,53 @@ 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.tab#active { + background: #dee7ec; + border-bottom: #dee7ec 1px solid; +} + +a.tab:hover { + background: #dee7ec; + text-decoration: none; +} + + +/* + * Boutons actions + */ + +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 1.5em; - margin: 0em 0.5em; + padding: 0em 1em; + margin: 0em 0.2em; text-decoration: none; white-space: nowrap; } @@ -230,22 +264,7 @@ a.tabAction:hover { background: #dee7ec; } -a.tab#active { - background: #dee7ec; - border-bottom: #dee7ec 1px solid; -} - -a.tab:hover { - background: #dee7ec; -} -/* - * Menu superieur - */ -table.topbarre -{ - cell-spacing: 0; - } /* * Tables */ -- GitLab