Look: Modification esthétique mineure

This commit is contained in:
Laurent Destailleur 2005-04-25 22:37:16 +00:00
parent ab2fbb7140
commit 2f9dab68a7
2 changed files with 10 additions and 5 deletions

View File

@ -244,7 +244,7 @@ class Form
$langs_available=$langs->get_available_languages(); $langs_available=$langs->get_available_languages();
print '<select name="'.$htmlname.'">'; print '<select class="flat" name="'.$htmlname.'">';
$num = count($langs_available); $num = count($langs_available);
$i = 0; $i = 0;
if ($num) if ($num)

View File

@ -459,6 +459,11 @@ a.butActionDelete { font: helvetica, verdana, arial, sans-serif;
a.butActionDelete:hover { background: #FFe7ec; } a.butActionDelete:hover { background: #FFe7ec; }
a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
/* /*
* Historique * Historique
@ -549,22 +554,22 @@ border-bottom: 1px solid #000000;
border-left: 1px solid #000000; border-left: 1px solid #000000;
} }
tr.pair { .pair {
background: #e6ebed; background: #e6ebed;
font: helvetica, verdana, arial, sans-serif; font: helvetica, verdana, arial, sans-serif;
} }
/* /*
tr.pair:hover { .pair:hover {
background: #c0c4c7; background: #c0c4c7;
} }
*/ */
tr.impair { .impair {
background: #d0d4d7; background: #d0d4d7;
font: helvetica, verdana, arial, sans-serif; font: helvetica, verdana, arial, sans-serif;
} }
/* /*
tr.impair:hover { .impair:hover {
background: #c0c4c7; background: #c0c4c7;
} }
*/ */