From 972e44201f50602e56bf2d62ba45c38fa47122fd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 22 Feb 2010 16:36:23 +0000 Subject: [PATCH] Monotone-Parent: 7521d8d099b3de615206540af220cd63c8c65dde Monotone-Revision: 71507f960b06e9f44a8d2a3ea1fdec018536da1b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-22T16:36:23 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/generic.css | 43 +++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index d926b9e9b..586c2d590 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -332,29 +332,39 @@ td.tbtv_actcell padding-right: 4px; } TD.headerCell, +TH.headerCell, TD.tbtv_headercell, -TD.tbtv_navcell +TH.tbtv_headercell, +TD.tbtv_navcell, +TH.tbtv_navcell { vertical-align: middle; background: transparent url('thead_bg.png') repeat-x top right; border: 1px solid #9B9B9B; border-left: none; + text-align: left; + font-weight: normal; background-color: #E7E7E7; height: 20px; } -TD.sortableTableHeader:active +TD.sortableTableHeader:active, +TH.sortableTableHeader:active { background-position: bottom left; } TD.headerCell SPAN, -TD.tbtv_headercell SPAN +TH.headerCell SPAN, +TD.tbtv_headercell SPAN, +TH.tbtv_headercell SPAN { float: left; } -TD.tbtv_headercell A +TD.tbtv_headercell A, +TH.tbtv_headercell A { cursor: default; margin: 0px auto; display: block; color: black; } -TD.tbtv_headercell A:hover +TD.tbtv_headercell A:hover, +TH.tbtv_headercell A:hover { margin: 0px auto; display: block; color: black; @@ -364,7 +374,8 @@ TD.tbtv_headercell A:hover IMG.sortImage, TD.headerCell IMG.tbtv_sortcell, -TD.tbtv_headercell IMG.tbtv_sortcell +TD.tbtv_headercell IMG.tbtv_sortcell, +TH.tbtv_headercell IMG.tbtv_sortcell { float: right; text-align: right; border: 0px; @@ -725,7 +736,6 @@ SPAN.caption margin-left: 7px; border: 0px; } - /* Tabs */ DIV.tabsContainer { position: relative; @@ -776,18 +786,23 @@ DIV.tabsContainer > UL LI.first { margin-left: -1px; padding-left: -1px; } +DIV.tabsContainer > DIV.tab +{ position: absolute; + top: 5px; + bottom: 5px; + left: 5px; + right: 5px; + overflow: hidden; } + +DIV.tab +{ display: none; } + DIV.tabsContainer DIV.active { display: block; } -DIV.tabsContainer > DIV[class~="active"].tab +DIV.tabsContainer > DIV.active.tab { display: block !important; } -DIV.tab -{ padding: 2px; - display: none; - margin-top: 24px; - overflow: hidden; } - /* Toolbar */ DIV#toolbar { left: 0px;