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

Look: Modifications ethétiques mineures

parent 38d33a11
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment