Look: Modif norme de nommage des boutons
This commit is contained in:
parent
86b9aaf106
commit
474c660704
@ -156,9 +156,14 @@ a.tab:hover {
|
||||
padding: 0em 1em;
|
||||
}
|
||||
|
||||
a.butDelete:link {
|
||||
|
||||
/*
|
||||
* Boutons actions
|
||||
*/
|
||||
|
||||
a.butAction:link {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
border: 1px outset #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1em;
|
||||
@ -166,11 +171,7 @@ a.butDelete:link {
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*
|
||||
* Boutons actions
|
||||
*/
|
||||
a.tabAction:link {
|
||||
a.butAction:visited {
|
||||
background: white;
|
||||
border: 1px outset #8CACBB;
|
||||
color: #436976;
|
||||
@ -180,9 +181,64 @@ a.tabAction:link {
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
a.butAction:hover {
|
||||
background: #dcdcd3;
|
||||
text-decoration: none;
|
||||
padding: 0em 1em;
|
||||
}
|
||||
|
||||
a.butActionDelete:link {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
a.butActionDelete:active {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butActionDelete:visited {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butActionDelete:hover {
|
||||
background: #FFe7ec;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
|
||||
/*
|
||||
* Historique
|
||||
* A supprimer quand remplace par butXxx
|
||||
*/
|
||||
|
||||
a.tabAction:link {
|
||||
background: white; border: 1px outset #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
a.tabAction:visited {
|
||||
background: white;
|
||||
border: 1px outset #8CACBB;
|
||||
background: white; border: 1px outset #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1em;
|
||||
@ -196,40 +252,10 @@ a.tabAction:hover {
|
||||
padding: 0em 1em;
|
||||
}
|
||||
|
||||
a.butDelete:link {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
a.butDelete:active {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butDelete:visited {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butDelete:hover {
|
||||
background: #FFe7ec;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
a.butDelete:link { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butDelete:active { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butDelete:visited { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butDelete:hover { background: #FFe7ec; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@ -454,87 +454,22 @@ a.butActionDelete { font: helvetica, verdana, arial, sans-serif;
|
||||
|
||||
a.butActionDelete:hover { background: #FFe7ec; }
|
||||
|
||||
|
||||
/*
|
||||
* Historique
|
||||
* A supprimer quand remplace par butXxx
|
||||
*/
|
||||
|
||||
a.tabAction: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.tabAction: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.tabAction: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.tabAction: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.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: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.tabAction: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.tabAction: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.tabAction: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.tabAction: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.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: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; }
|
||||
|
||||
/*
|
||||
* Tables
|
||||
|
||||
@ -381,12 +381,13 @@ a.tabimage {
|
||||
/*
|
||||
* Boutons actions
|
||||
*/
|
||||
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: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.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
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: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.butActionDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
@ -395,7 +396,7 @@ a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
@ -404,7 +405,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
@ -413,7 +414,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
background: #FFe7ec;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
@ -422,6 +423,23 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
|
||||
/*
|
||||
* Historique
|
||||
* 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: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: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.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: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; }
|
||||
|
||||
|
||||
/*
|
||||
* Tables
|
||||
*/
|
||||
|
||||
@ -386,46 +386,32 @@ a.tabimage {
|
||||
/*
|
||||
* Boutons actions
|
||||
*/
|
||||
|
||||
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: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: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
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; }
|
||||
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; }
|
||||
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; }
|
||||
|
||||
|
||||
/*
|
||||
* Historique
|
||||
* 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: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: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: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: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: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: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; }
|
||||
|
||||
/*
|
||||
* Tables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user