Ajout onglet_inf sur a. et div. pour avoir des onglets infrieures sur

une fiche
exemple : /telephonie/stats/factures/
This commit is contained in:
Rodolphe Quiedeville 2005-12-06 10:27:01 +00:00
parent 2cc6c8bce7
commit d883782dbf

View File

@ -404,6 +404,35 @@ div.tabsAction {
text-align: right;
}
div.onglet_inf
{
position: relative;
float: top;
display: block;
white-space: nowrap;
padding: 0px 0px 0px 0px;
margin: -12px 0px 0px 10px;
font-weight:bold;
font-size: 12px;
height: 19px;
color: #000000;
text-decoration: none;
}
a.onglet_inf {
background: white;
color: #436976;
padding: 0px 06px;
margin: 0em 0.2em;
text-decoration: none;
white-space: nowrap;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
border-right: 1px solid #555555;
border-left: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
}
a.tabTitle {
background: #436976;