Mise a jour styles

This commit is contained in:
Laurent Destailleur 2006-10-23 22:47:23 +00:00
parent e43d38036e
commit 48b46697f8
2 changed files with 23 additions and 8 deletions

View File

@ -858,9 +858,6 @@ table.valid {
font-weight: bold;
}
.valid {
}
td.small {
font-size: 10px;

View File

@ -689,11 +689,6 @@ td.delete {
font-weight: bold;
}
td.valid {
background: pink;
font-weight: bold;
}
td.small {
font-size: 10px;
}
@ -703,6 +698,29 @@ tr.nonpayed {
}
/* ============================================================================== */
/* 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: pink;
}
.validtitre {
background: #D5BAA8;
font-weight: bold;
}
/* ============================================================================== */
/* Tooltips */
/* ============================================================================== */