Modif barre d'action

This commit is contained in:
Rodolphe Quiedeville 2003-10-14 11:03:17 +00:00
parent 91acd2d1f1
commit 6b625a77a8

View File

@ -48,36 +48,37 @@ table.noborder td {
border: 0px } border: 0px }
table#actions { table#actions {
border-collapse: collapse; border-collapse: collapse;
border: 1px ridge } border: 0px;
}
table#actions td { table#actions td {
border-collapse: collapse; border-collapse: collapse;
border: 1px ridge } border-bottom: 1px ridge #666633;
border-right: 1px ridge #666633;
border-left: 1px ridge white;
border-top: 1px ridge white;
text-align: center;
}
/* /*
* *
*/ */
a { a {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000; }
}
a:hover { text-decoration: underline; } a:hover { text-decoration: underline; }
td.menu { td.menu {
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.95em; font-size: 0.95em; }
}
td.menusel { td.menusel {
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.95em; font-size: 0.95em; }
}
td.border { td.border {
border-top: 1px solid #000000; border-top: 1px solid #000000;