reindentation

Monotone-Parent: 11e8a56eb621c8bce1cf2121703e3cee0ab65dc0
Monotone-Revision: 024380d579a482e49866c36ef54561cf8b39ab02

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-05T18:31:52
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-03-05 18:31:52 +00:00
parent 7470617afa
commit 13206f066d
1 changed files with 16 additions and 17 deletions

View File

@ -741,12 +741,11 @@ SPAN.caption
/* Tabs */
DIV.tabsContainer
{ position: relative;
{ position: absolute;
color: #535D6D;
background-color: #E6E7E6;
margin-top: 0.5em;
border: 1px solid #9B9B9B;
position: absolute;
top: 2.5em;
left: .5em;
right: .5em;
@ -756,13 +755,15 @@ DIV.tabsContainer
DIV.tabsContainer > UL
{ cursor: default;
width: 1000px;
list-style-type: none;
list-style-image: none;
margin: 0px;
margin-top: -24px;
padding: 0px; }
DIV.tabsContainer > UL LI {
DIV.tabsContainer > UL LI
{ overflow: hidden;
padding: 0px;
margin-right: -1px;
background: transparent url('tab_a_inactive_bg.png') no-repeat scroll top right;
@ -771,20 +772,18 @@ DIV.tabsContainer > UL LI {
height: 24px;
padding-right: 2px; /* sliding doors padding */
text-decoration: none;
color: inherit;
}
DIV.tabsContainer > UL LI SPAN {
background: transparent url('tab_span_inactive_bg.png') no-repeat;
display: block;
line-height: 14px;
padding: 5px 6px 5px 5px;
}
DIV.tabsContainer > UL LI.active {
background: transparent url('tab_a_active_bg.png') no-repeat scroll top right !important;
}
DIV.tabsContainer > UL LI.active SPAN {
background: transparent url('tab_span_active_bg.png') no-repeat !important;
}
color: inherit; }
DIV.tabsContainer > UL LI SPAN
{ background: transparent url('tab_span_inactive_bg.png') no-repeat;
display: block;
line-height: 14px;
padding: 5px 6px 5px 5px; }
DIV.tabsContainer > UL LI.active
{ background: transparent url('tab_a_active_bg.png') no-repeat scroll top right !important; }
DIV.tabsContainer > UL LI.active SPAN
{ background: transparent url('tab_span_active_bg.png') no-repeat !important; }
DIV.tabsContainer > UL LI.first
{ margin-left: -1px;
padding-left: -1px; }