Uniformize code

This commit is contained in:
Laurent Destailleur 2009-10-16 23:43:05 +00:00
parent e12b0bfa66
commit 9f419a7d50
5 changed files with 1 additions and 55 deletions

View File

@ -952,18 +952,6 @@ div.titre {
}
/* ============================================================================== */
/* Formulaire confirmation (HTML) */
/* ============================================================================== */
td.validtitle {
font-weight: bold;
background: #EECC55;
}
td.valid {
background: #EECC55;
}
/* ============================================================================== */
/* Formulaire confirmation (AJAX) */
/* ============================================================================== */

View File

@ -687,21 +687,6 @@ tr.liste_total td {
/*
*
*/
td.delete {
background: red;
font-weight: bold;
}
td.valid {
background: pink;
font-weight: bold;
}
/* ============================================================================== */
/* Formulaire confirmation (AJAX) */
/* ============================================================================== */

View File

@ -805,7 +805,7 @@ tr.box_titre {
color: #FFFFFF;
background: #777799;
font-family: Helvetica, Verdana;
font-weight: bold; }
}
tr.box_pair {
background: #dcdcd0;
@ -820,11 +820,6 @@ tr.fiche {
font-family: Helvetica, Verdana;
}
td.delete {
background: red;
font-weight: bold;
}
/* ============================================================================== */

View File

@ -761,20 +761,6 @@ tr.fiche {
font-family: Helvetica, Verdana;
}
/*
* Widgets standard
*/
td.delete {
background: red;
font-weight: bold;
}
td.valid {
background: pink;
font-weight: bold;
}
/* ============================================================================== */
/* Formulaire confirmation (HTML) */

View File

@ -808,14 +808,6 @@ tr.fiche {
font-family: Helvetica, Verdana;
}
/*
* Widgets standard
*/
td.delete {
background: red;
font-weight: bold;
}
/* ============================================================================== */