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