Modif norme de nommage des boutons
This commit is contained in:
parent
4fadabb52e
commit
eaa9a9f5e4
@ -392,7 +392,74 @@ a.tabimage {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Boutons actions
|
* Boutons actions
|
||||||
|
* Nouvelle syntaxe à utiliser
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
a.butAction:link { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid #8CACBB;
|
||||||
|
color: #436976;
|
||||||
|
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 #8CACBB;
|
||||||
|
color: #436976;
|
||||||
|
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 #8CACBB;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 0.7em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butAction:hover { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: #dee7ec;
|
||||||
|
border: 1px solid #8CACBB;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 0.7em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butActionRefuse { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid red;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 0.7em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butActionRefuse:hover { background: #dee7ec; }
|
||||||
|
|
||||||
|
|
||||||
|
a.butActionDelete { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid red;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 0.7em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butActionDelete:hover { background: #FFe7ec; }
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Historique
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
|
a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
@ -429,17 +496,6 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.tabActionRefuse { font: helvetica, verdana, arial, sans-serif;
|
|
||||||
background: white;
|
|
||||||
border: 1px solid red;
|
|
||||||
color: #436976;
|
|
||||||
padding: 0em 0.7em;
|
|
||||||
margin: 0em 0.5em;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap; }
|
|
||||||
|
|
||||||
a.tabActionRefuse:hover { background: #dee7ec; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user