Qual: Quelques modifs mineures sur le style pour meilleur fonctionnement en basse rsolution
This commit is contained in:
parent
0e340f5e03
commit
7685915700
@ -115,7 +115,7 @@ a.tabAction {
|
||||
border: 1px outset #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
@ -123,15 +123,18 @@ a.tabAction {
|
||||
a.tabAction:hover {
|
||||
background: #dcdcd3;
|
||||
text-decoration: none;
|
||||
padding: 0em 1em;
|
||||
}
|
||||
|
||||
a.tab#active {
|
||||
background: #dcdcd3;
|
||||
border-bottom: #dee7ec 1px solid;
|
||||
padding: 0em 1em;
|
||||
}
|
||||
|
||||
a.tab:hover {
|
||||
background: #ebebe0;
|
||||
padding: 0em 1em;
|
||||
}
|
||||
|
||||
a.butDelete:link {
|
||||
@ -139,7 +142,7 @@ a.butDelete:link {
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
@ -149,7 +152,7 @@ a.butDelete:active {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -158,7 +161,7 @@ a.butDelete:visited {
|
||||
background: white;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -167,7 +170,7 @@ a.butDelete:hover {
|
||||
background: #FFe7ec;
|
||||
border: 1px outset #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
@ -365,7 +365,7 @@ a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -374,7 +374,7 @@ a.tabAction:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -382,7 +382,8 @@ a.tabAction:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
a.tabAction:active { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976; padding: 0em 1.5em;
|
||||
color: #436976;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -391,7 +392,7 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
background: #dee7ec;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -400,7 +401,7 @@ a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -409,7 +410,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -418,7 +419,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -427,7 +428,7 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
background: #FFe7ec;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
@ -371,16 +371,16 @@ a.tabimage {
|
||||
/*
|
||||
* Case actions
|
||||
*/
|
||||
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; 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 1.5em; 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 1.5em; 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 1.5em; 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: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 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -389,7 +389,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -398,7 +398,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -407,7 +407,7 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
background: #FFe7ec;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
@ -375,16 +375,16 @@ a.tabimage {
|
||||
/*
|
||||
* Case actions
|
||||
*/
|
||||
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; 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 1.5em; 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 1.5em; 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 1.5em; 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: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 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -393,7 +393,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -402,7 +402,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
@ -411,7 +411,7 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
background: #FFe7ec;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user