From 8f6ec7179cf12009ba976b69ad88413438850e76 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Jan 2005 18:09:40 +0000 Subject: [PATCH] Fix: Le style butDelete manquait dans le theme dev. --- htdocs/theme/dev/dev.css | 59 +++++++++++++++++++++++++++++++------- htdocs/theme/eldy/eldy.css | 2 ++ 2 files changed, 51 insertions(+), 10 deletions(-) diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index caa232b02cf..7359571e9c2 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -95,16 +95,6 @@ div.tabsAction { text-align: right; } -a.tabAction { - background: white; - border: 1px outset #8CACBB; - color: #436976; - font: 105% Bold; - padding: 0em 1.5em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} div.FicheSubmit { margin: 1.0em; padding: 0em 0em; @@ -120,6 +110,16 @@ div.message { border-right: 1px solid #8CACBB; } +a.tabAction { + background: white; + border: 1px outset #8CACBB; + color: #436976; + font: 105% Bold; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; +} a.tabAction:hover { background: #dcdcd3; text-decoration: none; @@ -134,6 +134,45 @@ a.tab:hover { background: #ebebe0; } +a.butDelete:link { + background: white; + border: 1px outset #997777; + color: #436976; + font: 105% Bold; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; +} + +a.butDelete:active { + background: white; + border: 1px outset #997777; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butDelete:visited { + background: white; + border: 1px outset #997777; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butDelete:hover { + background: #FFe7ec; + border: 1px outset #997777; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + + /* * Menu superieur */ diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 14a6e97ab04..5fe1d03b1f7 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -175,6 +175,7 @@ a.login:hover { color:black; } + img.login { position: absolute; @@ -430,6 +431,7 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + /* * Tables */