Look: Nettoyage feuille de style par suppression d'un style utilis nul part
This commit is contained in:
parent
8699fd7030
commit
9651ec019f
@ -484,23 +484,6 @@ form {
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Barre recherche */
|
||||
/* ============================================================================== */
|
||||
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
clear: right;
|
||||
background: #d0d4d7;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Onglets */
|
||||
/* ============================================================================== */
|
||||
|
||||
@ -269,18 +269,6 @@ table.liste td
|
||||
}
|
||||
|
||||
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
float: none;
|
||||
clear: right;
|
||||
background: #dee7ec;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.flat {
|
||||
font-family: arial,verdana,helvetica, sans-serif;
|
||||
font-size: 100%;
|
||||
|
||||
@ -266,21 +266,6 @@ form {
|
||||
padding: 0em 0em 0em 0em;
|
||||
margin: 0em 0em 0em 0em;
|
||||
}
|
||||
/*
|
||||
* Barre recherche
|
||||
*/
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
float: none;
|
||||
clear: right;
|
||||
background: #d0d4d7;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Barre onglets
|
||||
|
||||
@ -140,10 +140,6 @@ div.fiche
|
||||
width:auto;
|
||||
}
|
||||
|
||||
* html div.fiche
|
||||
{
|
||||
width:800px;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
@ -228,7 +224,7 @@ font.tmenudisabled
|
||||
}
|
||||
|
||||
|
||||
/* Pour menu TOP auguria */
|
||||
/* Pour menu top auguria */
|
||||
|
||||
div.tmenu ul {
|
||||
padding: 0px 0px 0px 0px;
|
||||
@ -496,23 +492,6 @@ form {
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Barre recherche */
|
||||
/* ============================================================================== */
|
||||
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
clear: right;
|
||||
background: #d0d4d7;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Onglets */
|
||||
/* ============================================================================== */
|
||||
@ -928,6 +907,10 @@ font: helvetica, verdana, arial, sans-serif;
|
||||
.warning { color: #887711; }
|
||||
.error { color: #550000; font-weight: bold; }
|
||||
|
||||
td.warning { /* Utilisé par Smarty */
|
||||
background: #FF99A9;
|
||||
}
|
||||
|
||||
div.ok {
|
||||
color: #114466;
|
||||
}
|
||||
@ -943,7 +926,7 @@ div.error {
|
||||
border: 1px solid #8C9CAB;
|
||||
}
|
||||
|
||||
div.info {
|
||||
div.info { /* Info admin */
|
||||
color: #888888;
|
||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||
margin: 0.5em 0em 0.5em 0em;
|
||||
@ -1189,12 +1172,6 @@ td.hidden {
|
||||
}
|
||||
|
||||
|
||||
/* Utilise dans smarty uniquement. A virer */
|
||||
td.alerte {
|
||||
background: #FF99A9;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Liste déroulante de l'autocompletion Ajax */
|
||||
|
||||
@ -365,23 +365,6 @@ form {
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Barre recherche */
|
||||
/* ============================================================================== */
|
||||
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
clear: right;
|
||||
background: #bbbbcc;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Onglets */
|
||||
/* ============================================================================== */
|
||||
|
||||
@ -326,23 +326,6 @@ form {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Barre recherche
|
||||
*/
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
float: none;
|
||||
clear: right;
|
||||
background: #ddddcc;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Barre onglets
|
||||
*/
|
||||
@ -557,13 +540,6 @@ div.leftmenu {
|
||||
|
||||
|
||||
|
||||
.alerte
|
||||
{
|
||||
background: #FF9988;
|
||||
font-weight: bold;
|
||||
font-size: 0.95em;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
/*
|
||||
* Normal, warning, erreurs
|
||||
@ -572,6 +548,15 @@ div.leftmenu {
|
||||
.warning { color: #777711; }
|
||||
.error { color: #550000; }
|
||||
|
||||
td.warning
|
||||
{
|
||||
background: #FF9988;
|
||||
font-weight: bold;
|
||||
font-size: 0.95em;
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
div.ok {
|
||||
color: #114466;
|
||||
}
|
||||
|
||||
@ -308,23 +308,6 @@ form {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Barre recherche
|
||||
*/
|
||||
div.formsearch
|
||||
{
|
||||
display: block;
|
||||
float: none;
|
||||
clear: right;
|
||||
background: #ddddcc;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Barre onglets
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user