From 6b625a77a85475b62edbf679182ae946ff4aed46 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 14 Oct 2003 11:03:17 +0000 Subject: [PATCH] Modif barre d'action --- htdocs/theme/yellow/yellow.css | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 2dc8199db97..782714cd6fe 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -48,36 +48,37 @@ table.noborder td { border: 0px } table#actions { - border-collapse: collapse; - border: 1px ridge } + border-collapse: collapse; + border: 0px; + } table#actions td { - border-collapse: collapse; - border: 1px ridge } - + border-collapse: collapse; + border-bottom: 1px ridge #666633; + border-right: 1px ridge #666633; + border-left: 1px ridge white; + border-top: 1px ridge white; + text-align: center; +} /* * */ - a { text-decoration: none; font-weight: bold; - color: #000000; - } + color: #000000; } a:hover { text-decoration: underline; } td.menu { border-right: 1px solid #000000; border-bottom: 1px solid #000000; - font-size: 0.95em; - } + font-size: 0.95em; } td.menusel { border-right: 1px solid #000000; border-bottom: 1px solid #000000; - font-size: 0.95em; - } + font-size: 0.95em; } td.border { border-top: 1px solid #000000;