Skip to content
Snippets Groups Projects
Commit f253a439 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Mise a jour des styles pour tous avoir le div.errormessage

parent a810f143
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,23 @@ font: helvetica, verdana, arial, sans-serif;
*/
.ok { color: #114466; }
.warning { color: #777711; }
.error { color: #550000; }
.error { color: #550000; font-weight: bold; }
div.message {
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 1px solid #8CACBB;
border-left: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
}
div.errormessage {
color: #550000; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #000000;
}
/*
......@@ -596,23 +612,6 @@ div.FicheSubmit {
text-align: center;
}
div.message {
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 1px solid #8CACBB;
border-left: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
}
div.errormessage {
font-weight: bold;
background: #FF0000;
padding: 0.5em 0.5em 0.5em 0.5em;
margin: 1em 0em 1em 0em;
border: 1px solid #000000;
}
/*
* Widgets standard
......
......@@ -471,6 +471,22 @@ div.leftmenu {
.warning { color: #777711; }
.error { color: #550000; }
div.message {
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 1px solid #8CACBB;
border-left: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
}
div.errormessage {
color: #550000; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #000000;
}
/*
* Liens Payes/Non payes
......
......@@ -469,6 +469,22 @@ div.leftmenu {
.warning { color: #777711; }
.error { color: #550000; }
div.message {
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 1px solid #8CACBB;
border-left: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
}
div.errormessage {
color: #550000; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #000000;
}
/*
* Liens Payes/Non payes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment