Look: Modifications ethtiques mineures
This commit is contained in:
parent
38d33a11d0
commit
be97c53273
@ -187,14 +187,15 @@ div.blockvmenuimpair
|
||||
div.tabBar {
|
||||
color: #436976;
|
||||
background: #dee7ec;
|
||||
padding: 0em 1.5em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0em 1.5em 0em;
|
||||
border: 1px solid #8CACBB;
|
||||
}
|
||||
|
||||
div.tabs {
|
||||
margin: 0em;
|
||||
padding: 0em 2em;
|
||||
top: 20px;
|
||||
margin: 1px 0em 0em 0em;
|
||||
padding: 0em 0.5em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -208,27 +209,14 @@ a.tab {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
font: 100% Bold;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
font-weight: normal;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.tabAction {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.tabAction:hover {
|
||||
background: #dee7ec;
|
||||
}
|
||||
|
||||
a.tab#active {
|
||||
background: #dee7ec;
|
||||
@ -237,15 +225,46 @@ a.tab#active {
|
||||
|
||||
a.tab:hover {
|
||||
background: #dee7ec;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Menu superieur
|
||||
* Boutons actions
|
||||
*/
|
||||
table.topbarre
|
||||
{
|
||||
cell-spacing: 0;
|
||||
}
|
||||
|
||||
a.butAction:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:visited { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:active { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:hover { background: #dee7ec; }
|
||||
|
||||
a.butActionDelete:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:visited { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:active { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:hover { background: #dee7ec; }
|
||||
|
||||
|
||||
/*
|
||||
* Historique
|
||||
* A supprimer quand remplace par butXxx
|
||||
*/
|
||||
|
||||
a.tabAction {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.tabAction:hover {
|
||||
background: #dee7ec;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Tables
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user