Modif indentation

This commit is contained in:
Rodolphe Quiedeville 2004-01-31 11:50:43 +00:00
parent 4cc987da85
commit 03b06c0dbc

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -22,6 +22,64 @@ body {
margin: 0px;
font-family: sans-serif; font-size: 0.9em;
}
/*
* Onglets
*/
div.tabBar {
color: #436976;
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 1.5em 0em;
border: 1px solid #8CACBB;
}
div.tabs {
margin: 0em;
padding: 0em 3em;
text-align: left;
}
div.tabsAction {
margin: 0em;
padding: 0em 0em;
text-align: right;
}
a.tab {
background: white;
border: 1px solid #8CACBB;
color: #436976;
font: 100% Bold;
padding: 0em 1.5em;
margin: 0em 0.5em;
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;
border-bottom: #dee7ec 1px solid;
}
a.tab:hover {
background: #dee7ec;
}
/*
* Menu superieur
*/
@ -100,19 +158,17 @@ div.menus {
color: #000000;
text-decoration: none }
.menusel
{
background: #bbbb88;
font-size: 0.9em; font-weight: bold;
color: #000000;
text-decoration: none }
.menusel {
background: #bbbb88;
font-size: 0.9em; font-weight: bold;
color: #000000;
text-decoration: none }
.submenu
{
background: #b3cccc;
font-size: 0.9em;
color: #000000;
text-decoration: none }
.submenu {
background: #b3cccc;
font-size: 0.9em;
color: #000000;
text-decoration: none }
a.normal{ font-weight: normal }
a.impayee { font-weight: bold }