Look: Amlioration look

This commit is contained in:
Laurent Destailleur 2006-08-19 23:04:21 +00:00
parent b2f911181b
commit adf67e7022

View File

@ -765,10 +765,33 @@ td.delete {
font-weight: bold;
}
td.valid {
background: #DC9999;
font-weight: bold;
}
/* ============================================================================== */
/* Formulaire confirmation */
/* ============================================================================== */
table.valid {
border-top: solid 1px #E6E6E6;
border-left: solid 1px #E6E6E6;
border-right: solid 1px #444444;
border-bottom: solid 1px #555555;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px 0px;
background: #DC9999;
}
.validtitre {
background: #DC9999;
font-weight: bold;
}
.valid {
}
td.small {
font-size: 0.8em;