Ajout div.version

This commit is contained in:
Rodolphe Quiedeville 2005-11-23 16:01:03 +00:00
parent 5fbdbd6e66
commit 71a9bc219a

View File

@ -819,6 +819,14 @@ tr.nonpayed {
} }
div.version {
background: #F4F4F4;
text-align: right;
font-size: 9px;
margin: 1px 0em 0em 0em;
padding: 2px;
}
/* ============================================================================== */ /* ============================================================================== */
/* Calendar */ /* Calendar */
@ -905,4 +913,4 @@ cursor: hand;
#corpForm .normal { /*** Retour à l'état normal après l'utilisation ***/ #corpForm .normal { /*** Retour à l'état normal après l'utilisation ***/
background: white; background: white;
color: black; color: black;
} }