Fix: Retour arriere sur modif style car ne fonctionnait plus sur IE6 en resolution variable
This commit is contained in:
parent
b01c548b6e
commit
0e7cde4d85
@ -44,13 +44,12 @@ if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
background: #ebebe0;
|
||||||
background-color: #F8F8F8;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
text-decoration: none ;
|
margin-top: 0;
|
||||||
color: #101010;
|
margin-bottom: 0;
|
||||||
font-size: 12px;
|
margin-right: 0;
|
||||||
font-family: helvetica, verdana, arial, sans-serif;
|
margin-left: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
@ -60,31 +59,27 @@ a:hover { font: helvetica, verdana, arial, sans-serif; font-weight: bold; colo
|
|||||||
input
|
input
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
background: #FFFFFF;
|
border: 1px solid #cccccc;
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
input.flat
|
input.flat
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
background: #FFFFFF;
|
border: 1px solid #cccccc;
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
background: #FFFFFF;
|
border: 1px solid #cccccc;
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
textarea.flat
|
textarea.flat
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
background: #FFFFFF;
|
border: 1px solid #cccccc;
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
@ -95,32 +90,19 @@ select.flat
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
.button {
|
.button
|
||||||
font: 11px arial,verdana,heletica, sans-serif;
|
{
|
||||||
padding: 0px 2px 0px 2px;
|
font-family: arial,verdana,helvetica, sans-serif;
|
||||||
margin: 0px 0px 0px 0px;
|
font-size: 100%;
|
||||||
border-left: 1px solid #cccccc;
|
font-weight: normal;
|
||||||
border-right: 1px solid #aaaaaa;
|
border: 1px solid #bbbb99;
|
||||||
border-top: 1px solid #dddddd;
|
background-image : url(/theme/yellow/img/button_bg.png);
|
||||||
border-bottom: 1px solid #aaaaaa;
|
background-position : bottom;
|
||||||
background-position: bottom;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
}
|
|
||||||
.button:focus {
|
|
||||||
font: 11px arial,verdana,heletica, sans-serif;
|
|
||||||
padding: 0px 2px 0px 2px;
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
border-left: 1px solid #aaaaaa;
|
|
||||||
border-right: 1px solid #cccccc;
|
|
||||||
border-top: 1px solid #aaaaaa;
|
|
||||||
border-bottom: 1px solid #ffffff;
|
|
||||||
background-position: bottom;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
}
|
}
|
||||||
form
|
form
|
||||||
{
|
{
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0em 0em 0em 0em;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0em 0em 0em 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -175,16 +157,15 @@ div.tmenu
|
|||||||
float: top;
|
float: top;
|
||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-top: 1px solid #D3E5EC;
|
border: 0px;
|
||||||
border-left: 0px;
|
border-right: 1px solid #555555;
|
||||||
border-right: 0px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
border-bottom: 1px solid #8B9999;
|
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 2px 0px;
|
margin: 0px 0px 2px 0px;
|
||||||
font-weight: bold;
|
font-weight:bold;
|
||||||
font-size: 12px;
|
font-size:12px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: #dddddd;
|
background: #dcdcb3;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -195,55 +176,43 @@ table.tmenu
|
|||||||
margin: 0px 0px 0px 6px;
|
margin: 0px 0px 0px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu
|
|
||||||
{
|
|
||||||
background: #ccccb3;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000000;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.tmenu:link
|
a.tmenu:link
|
||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
padding: 0px 8px;
|
padding: 0px 5px;
|
||||||
margin: 0px 0px 6px 0px;
|
border: 1px solid #dcdcb3;
|
||||||
border: 1px solid #dddddd;
|
font-weight:bold;
|
||||||
font-weight: bold;
|
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
a.tmenu:visited
|
a.tmenu:visited
|
||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
padding: 0px 8px;
|
padding: 0px 5px;
|
||||||
margin: 0px 0px 6px 0px;
|
border: 1px solid #dcdcb3;
|
||||||
border: 1px solid #dddddd;
|
font-weight:bold;
|
||||||
font-weight: bold;
|
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
a.tmenu#sel
|
a.tmenu#sel
|
||||||
{
|
{
|
||||||
color: #202020;
|
color: #234046;
|
||||||
background: #bbbbcc;
|
background: #eeeecc;
|
||||||
padding: 0px 8px;
|
padding: 0px 5px;
|
||||||
margin: 0px 0px 6px 0px;
|
border: 1px solid #eeeecc;
|
||||||
border: 1px solid #eeeeff;
|
|
||||||
}
|
}
|
||||||
a.tmenu:hover
|
a.tmenu:hover
|
||||||
{
|
{
|
||||||
color: #202020;
|
color: #234046;
|
||||||
background: #bbbbcc;
|
background: #eeeecc;
|
||||||
padding: 0px 8px;
|
padding: 0px 5px;
|
||||||
margin: 0px 0px 6px 0px;
|
border: 1px solid #eeeecc;
|
||||||
border: 1px solid #eeeedd;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
font.tmenudisabled
|
font.tmenudisabled
|
||||||
{
|
{
|
||||||
color: #93a5aa;
|
color: #93a5aa;
|
||||||
padding: 0px 8px;
|
padding: 0px 5px;
|
||||||
margin: 0px 0px 6px 0px;
|
|
||||||
border: 1px solid #b3c5cc;
|
border: 1px solid #b3c5cc;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
@ -259,8 +228,8 @@ a.login
|
|||||||
|
|
||||||
color: #234046;
|
color: #234046;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
margin: 0px 0px 6px 0px;
|
margin: 0px 0px 1px 0px;
|
||||||
border: 1px solid #dcdcd0;
|
border: 1px solid #dcdcb3;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
@ -272,10 +241,9 @@ a.login:hover
|
|||||||
img.login
|
img.login
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 9px;
|
right: 8px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
|
||||||
padding:2px;
|
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:white;
|
color:white;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -291,13 +259,13 @@ a.vmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left;
|
|||||||
a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||||
a.vmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
a.vmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||||
a.vmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
a.vmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||||
font.vmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; }
|
font.vmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 0em 0em 0em 0em; }
|
||||||
|
|
||||||
a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
a.vsmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
a.vsmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
font.vsmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; margin: 1em 1em 1em 1em; }
|
font.vsmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
a.help:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
a.help:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
@ -305,12 +273,12 @@ a.help:active { font: helvetica, verdana, arial, sans-serif; text-align:left; f
|
|||||||
a.help:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
|
|
||||||
div.blockvmenupair
|
div.blockvmenupair
|
||||||
{
|
{
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
background: #dddddd;
|
background: #dcdcb3;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
color: #202020;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -321,9 +289,9 @@ div.blockvmenuimpair
|
|||||||
{
|
{
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
background: #dddddd;
|
background: #dcdcb3;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
color: #202020;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -336,7 +304,7 @@ div.help
|
|||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -344,24 +312,22 @@ div.help
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.barre {
|
td.barre {
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
background: #DDDDDD;
|
background: #b3c5cc;
|
||||||
font: 12px helvetica, verdana;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
td.barre_select {
|
td.barre_select {
|
||||||
background: #b3cccc;
|
background: #b3c5cc;
|
||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
td.photo {
|
||||||
td.photo {
|
background: #FFFFFF;
|
||||||
background: #FCFCFC;
|
color: #000000
|
||||||
color: #000000;
|
|
||||||
border: 1px solid #b3c5cc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -369,6 +335,17 @@ td.photo {
|
|||||||
/* Onglets */
|
/* Onglets */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
div.tabBar {
|
||||||
|
background: #dcdcd3;
|
||||||
|
padding-top: 14px;
|
||||||
|
padding-left: 14px;
|
||||||
|
padding-right: 14px;
|
||||||
|
padding-bottom: 14px;
|
||||||
|
margin: 0px 0px 10px 0px;
|
||||||
|
border: 1px solid #999999;
|
||||||
|
border-top: 1px solid #999999;
|
||||||
|
}
|
||||||
|
|
||||||
div.tabs {
|
div.tabs {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
@ -376,16 +353,6 @@ div.tabs {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabBar {
|
|
||||||
background: #dcdcd0;
|
|
||||||
padding-top: 14px;
|
|
||||||
padding-left: 14px;
|
|
||||||
padding-right: 14px;
|
|
||||||
padding-bottom: 14px;
|
|
||||||
margin: 0px 0px 10px 0px;
|
|
||||||
border: 1px solid #9999BB;
|
|
||||||
border-top: 1px solid #9999BB;
|
|
||||||
}
|
|
||||||
div.tabsAction {
|
div.tabsAction {
|
||||||
margin: 20px 0em 1px 0em;
|
margin: 20px 0em 1px 0em;
|
||||||
padding: 0em 0em;
|
padding: 0em 0em;
|
||||||
@ -393,19 +360,19 @@ div.tabsAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #bbbbcc;
|
background: #436976;
|
||||||
border: 1px solid #9999BB;
|
border: 1px solid #8CACBB;
|
||||||
color: #000000;
|
color: white;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0em 0.5em;
|
padding: 0px 6px;
|
||||||
margin: 0em 1em;
|
margin: 0px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tab:link {
|
a.tab:link {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #9999BB;
|
border: 1px solid #999999;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
margin: 0em 0.2em;
|
margin: 0em 0.2em;
|
||||||
@ -414,7 +381,7 @@ a.tab:link {
|
|||||||
}
|
}
|
||||||
a.tab:visited {
|
a.tab:visited {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #9999BB;
|
border: 1px solid #999999;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
margin: 0em 0.2em;
|
margin: 0em 0.2em;
|
||||||
@ -422,12 +389,16 @@ a.tab:visited {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
a.tab#active {
|
a.tab#active {
|
||||||
background: #dcdcd0;
|
background: #dcdcd3;
|
||||||
border-bottom: #dcdcd0 1px solid;
|
border-bottom: #dcdcd3 1px solid;
|
||||||
|
padding: 0px 6px;
|
||||||
|
margin: 0em 0.2em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.tab:hover {
|
a.tab:hover {
|
||||||
background: #ebebe0;
|
background: #eeeecc;
|
||||||
|
padding: 0px 6px;
|
||||||
|
margin: 0em 0.2em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -442,63 +413,34 @@ a.tabimage {
|
|||||||
/* Boutons actions */
|
/* Boutons actions */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
/* Nouvelle syntaxe à utiliser */
|
|
||||||
a.butAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
.butActionRefused { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
.butActionRefused { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif;
|
a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
background: white;
|
a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
border: 1px solid #997777;
|
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
color: #436976;
|
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
padding: 0em 0.7em;
|
|
||||||
margin: 0em 0.5em;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap; }
|
|
||||||
|
|
||||||
a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif;
|
/*
|
||||||
background: white;
|
* Historique
|
||||||
border: 1px solid #997777;
|
* A supprimer quand remplace par butXxx
|
||||||
color: #436976;
|
*/
|
||||||
padding: 0em 0.7em;
|
|
||||||
margin: 0em 0.5em;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap; }
|
|
||||||
|
|
||||||
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
|
||||||
background: white;
|
|
||||||
border: 1px solid #997777;
|
|
||||||
color: #436976;
|
|
||||||
padding: 0em 0.7em;
|
|
||||||
margin: 0em 0.5em;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap; }
|
|
||||||
|
|
||||||
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
|
||||||
background: #FFe7ec;
|
|
||||||
border: 1px solid #997777;
|
|
||||||
color: #436976;
|
|
||||||
padding: 0em 0.7em;
|
|
||||||
margin: 0em 0.5em;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap; }
|
|
||||||
|
|
||||||
|
|
||||||
/* Ancienne syntaxe. A supprimer quand remplace par butXxx */
|
|
||||||
|
|
||||||
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Tables */
|
/* Tables */
|
||||||
@ -532,7 +474,7 @@ margin: 0px 0px;
|
|||||||
|
|
||||||
table.border {
|
table.border {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 1px white ridge;
|
border: 1px white;
|
||||||
}
|
}
|
||||||
table.border td {
|
table.border td {
|
||||||
border: 1px solid #6C7C8B;
|
border: 1px solid #6C7C8B;
|
||||||
@ -562,13 +504,10 @@ table.liste {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background: #ddddcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Tableaux
|
|
||||||
*/
|
|
||||||
|
|
||||||
td.border {
|
td.border {
|
||||||
border-top: 1px solid #000000;
|
border-top: 1px solid #000000;
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
@ -577,7 +516,7 @@ td.border {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.menus {
|
div.menus {
|
||||||
background: #eeeedd;
|
background: #eeeecc;
|
||||||
color: #bbbb88;
|
color: #bbbb88;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
border-top: 1px dashed #ccccb3;
|
border-top: 1px dashed #ccccb3;
|
||||||
@ -594,12 +533,23 @@ a.leftmenu {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.leftmenu {
|
||||||
|
background: #ccccb3;
|
||||||
|
text-align: left;
|
||||||
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
margin: 1px 0em 0em 0em;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ok, Warning, Error
|
* Normal, warning, erreurs
|
||||||
*/
|
*/
|
||||||
.ok { color: #114466; }
|
.ok { color: #114466; }
|
||||||
.warning { color: #777711; }
|
.warning { color: #777711; }
|
||||||
.error { color: #550000; font-weight: bold; }
|
.error { color: #550000; }
|
||||||
|
|
||||||
div.ok {
|
div.ok {
|
||||||
color: #114466;
|
color: #114466;
|
||||||
@ -613,11 +563,11 @@ div.error {
|
|||||||
color: #550000; font-weight: bold;
|
color: #550000; font-weight: bold;
|
||||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||||
margin: 0.5em 0em 0.5em 0em;
|
margin: 0.5em 0em 0.5em 0em;
|
||||||
border: 1px solid #969090;
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.info {
|
div.info {
|
||||||
color: #555555;
|
color: #777777;
|
||||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||||
margin: 0.5em 0em 0.5em 0em;
|
margin: 0.5em 0em 0.5em 0em;
|
||||||
border: 1px solid #ACACAB;
|
border: 1px solid #ACACAB;
|
||||||
@ -628,7 +578,7 @@ div.info {
|
|||||||
* Liens Payes/Non payes
|
* Liens Payes/Non payes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a.normal:link { font-weight: normal }
|
a.normal:link { font-weight: normal }
|
||||||
a.normal:visited { font-weight: normal }
|
a.normal:visited { font-weight: normal }
|
||||||
a.normal:active { font-weight: normal }
|
a.normal:active { font-weight: normal }
|
||||||
a.normal:hover { font-weight: normal }
|
a.normal:hover { font-weight: normal }
|
||||||
@ -643,39 +593,33 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Lignes titre espace
|
* ???
|
||||||
*/
|
*/
|
||||||
div.titre {
|
div.titre {
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #777799;
|
color: #666633;
|
||||||
text-decoration: none
|
text-decoration: none }
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Widgets standard
|
* Tableaux
|
||||||
*/
|
*/
|
||||||
|
|
||||||
input.liste_titre {
|
input.liste_titre {
|
||||||
background: #777799;
|
background: #BBBB88;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre {
|
tr.liste_titre {
|
||||||
color: #FFFFFF;
|
background: #BBBB88;
|
||||||
background: #777799;
|
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-left: 1px solid #FFFFFF;
|
border-bottom: 1px solid #000000;
|
||||||
border-right: 1px solid #FFFFFF;
|
|
||||||
border-top: 1px solid #FFFFFF;
|
|
||||||
border-bottom: 1px solid #FFFFFF;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.liste_titre {
|
td.liste_titre {
|
||||||
color: #FFFFFF;
|
background: #BBBB88;
|
||||||
background: #777799;
|
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-top: 1px solid #FFFFFF;
|
border-top: 1px solid #FFFFFF;
|
||||||
@ -685,16 +629,16 @@ td.liste_titre {
|
|||||||
|
|
||||||
.liste_titre_sel
|
.liste_titre_sel
|
||||||
{
|
{
|
||||||
color: #DCCCBB;
|
color: #fcfffc;
|
||||||
background: #777799;
|
background: #BBBB88;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-top: 1px solid #FFFFFF;
|
border-top: 1px solid #FFFFFF;
|
||||||
border-bottom: 1px solid #FFFFFF;
|
border-bottom: 1px solid #FFFFFF;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_total td {
|
tr.liste_total td {
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -702,8 +646,7 @@ tr.liste_total td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
color: #FFFFFF;
|
background: #BBBB88;
|
||||||
background: #777799;
|
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-left: 1px solid #FFFFFF;
|
border-left: 1px solid #FFFFFF;
|
||||||
@ -715,42 +658,53 @@ th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pair {
|
.pair {
|
||||||
background: #dcdcd0;
|
background: #eeeecc;
|
||||||
font-size: 12px;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.impair {
|
.impair {
|
||||||
background: #eeeedd;
|
background: #dcdcb3;
|
||||||
font-size: 12px;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Boxes
|
* Boxes
|
||||||
*/
|
*/
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
color: #FFFFFF;
|
background: #BBBB88;
|
||||||
background: #777799;
|
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
tr.box_pair {
|
tr.box_pair {
|
||||||
background: #dcdcd0;
|
background: #dcdcb3;
|
||||||
font-size: 0.95em; }
|
font-size: 0.95em; }
|
||||||
|
|
||||||
tr.box_impair {
|
tr.box_impair {
|
||||||
background: #eeeedd;
|
background: #eeeecc;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.95em; }
|
font-size: 0.95em; }
|
||||||
|
|
||||||
tr.fiche {
|
tr.fiche {
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.6em; }
|
font-size: 0.6em; }
|
||||||
|
/*
|
||||||
|
* Widgets standard
|
||||||
|
*/
|
||||||
|
|
||||||
td.delete {
|
td.delete {
|
||||||
background: red;
|
background: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.small {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.nonpayed {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -767,35 +721,14 @@ table.valid {
|
|||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
background: #DC9999;
|
background: pink;
|
||||||
}
|
}
|
||||||
|
|
||||||
.validtitre {
|
.validtitre {
|
||||||
background: #DC9999;
|
background: #D5BAA8;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.valid {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
td.small {
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.nonpayed {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
div.version {
|
|
||||||
background: #F4F4F4;
|
|
||||||
text-align: right;
|
|
||||||
font-size: 9px;
|
|
||||||
margin: 1px 0em 0em 0em;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Tooltips */
|
/* Tooltips */
|
||||||
@ -805,10 +738,7 @@ padding: 2px;
|
|||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
border-top: solid 1px #BBBBBB;
|
border: 1px solid #444444;
|
||||||
border-left: solid 1px #BBBBBB;
|
|
||||||
border-right: solid 1px #444444;
|
|
||||||
border-bottom: solid 1px #444444;
|
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: lightyellow;
|
background-color: lightyellow;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -819,13 +749,13 @@ z-index: 100;
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
.bodyline {
|
.bodyline {
|
||||||
-moz-border-radius:8px;
|
-moz-border-radius:8px;
|
||||||
border: 1px #E4ECEC outset;
|
border: 1px #ECECE4 outset;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
}
|
}
|
||||||
table.dp {
|
table.dp {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-top: solid 2px #DDDDDD;
|
border-top: solid 2px #DDDDDD;
|
||||||
@ -837,19 +767,17 @@ table.dp {
|
|||||||
/* Barre titre */
|
/* Barre titre */
|
||||||
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#777799;
|
background-color:#ccc5b3;
|
||||||
color:white;
|
color:black;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
cursor:auto;
|
cursor:auto;
|
||||||
}
|
}
|
||||||
/* Barre navigation */
|
/* Barre navigation */
|
||||||
.dpButtons,.tpButtons {
|
.dpButtons,.tpButtons {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-color:#bbbbcc;
|
background-color:#dcdcb3;color:#000000; font-weight:bold;
|
||||||
color:#FFFFFF;
|
|
||||||
font-weight:bold;
|
|
||||||
border: 1px outset black;
|
border: 1px outset black;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
|
.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
|
||||||
.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
|
.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
|
||||||
@ -863,7 +791,7 @@ table.dp {
|
|||||||
.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
|
.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
|
||||||
|
|
||||||
/* Jour courant */
|
/* Jour courant */
|
||||||
.dpSelected{background-color:#777799;color:white;font-weight:bold; }
|
.dpSelected{background-color:#eeeecc;color:black;font-weight:bold; }
|
||||||
|
|
||||||
.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
|
.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
|
||||||
.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;}
|
.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;}
|
||||||
@ -881,32 +809,7 @@ background-color:transparent;
|
|||||||
padding:0px;
|
padding:0px;
|
||||||
font-size:9px;
|
font-size:9px;
|
||||||
border-width:0px;
|
border-width:0px;
|
||||||
color:#062342;
|
color:#222222;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================================== */
|
|
||||||
/* Afficher/cacher */
|
|
||||||
/* ============================================================================== */
|
|
||||||
|
|
||||||
div.visible {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.visible {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Utilise dans smarty uniquement. A virer
|
|
||||||
td.alerte {
|
|
||||||
background: #FF99A9;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user