From 19e7a2f2cd5fdcc4cb0bb5a0c80a165e2ceee0bb Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 Aug 2006 21:32:18 +0000 Subject: [PATCH] Monotone-Parent: 8e4aa518c8b64c0eb5b8e8a3a938cb77546a934b Monotone-Revision: e2a484f8ca3b601174d5551461162d0e9e880aa5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T21:32:18 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/generic.css | 132 ++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 0828b7190..8f012eac7 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -476,3 +476,135 @@ DIV#logConsole overflow: auto; visibility: hidden; } + +/* content lists */ +td.tbtv_actcell +{ + border-width: 1; + border-style: solid; + border-top-color: #808080; + border-left-color: #808080; + border-bottom-color: #808080; + border-right-color: #808080; + padding-top: 4px; + padding-bottom: 3px; + padding-left: 4px; + padding-right: 4px; + + background-color: #DCDAD5; +} + +td.tbtv_headercell +{ white-space: nowrap; } + +td.tbtv_headercell SPAN +{ + float: left; + width: 100%; +} + +td.tbtv_headercell a +{ + cursor: default; + margin: 0px auto; + display: block; + color: black; + width: 100%; +} + +td.tbtv_headercell a:hover +{ + margin: 0px auto; + display: block; + color: black; + text-decoration: none; + /* background-color: #C4C0B8; */ +} + +td.tbtv_headercell img.tbtv_sortcell +{ + float: right; + text-align: right; + border: 0px; + width: 12px; + height: 12px; +} + +.tableview +{ + cursor: default; + vertical-align: top; +} + +td.tbtv_actcell +{ + border-width: 1; + border-style: solid; + border-top-color: #808080; + border-left-color: #808080; + border-bottom-color: #808080; + border-right-color: #808080; + padding-top: 4px; + padding-bottom: 3px; + padding-left: 4px; + padding-right: 4px; + + background-color: #DCDAD5; +} + +TD.tbtv_headercell, +TD.tbtv_navcell +{ + width: 100%; + background-color: #DCDAD5; + padding-left: .3em; + padding-right: .3em; + border-top: 1px solid #fff; + border-left: 1px solid #fff; + border-right: 2px solid #222; + border-bottom: 2px solid #222; + -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; + -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; +} + +td.tbtv_subject_headercell +{ + width: 100%; +} + +td.tbtv_headercell +{ white-space: nowrap; } + +td.tbtv_headercell SPAN +{ + float: left; + width: 100%; +} + +td.tbtv_headercell a +{ + cursor: default; + margin: 0px auto; + display: block; + color: black; + width: 100%; +} + +td.tbtv_headercell a:hover +{ + margin: 0px auto; + display: block; + color: black; + text-decoration: none; + /* background-color: #C4C0B8; */ +} + +td.tbtv_headercell img.tbtv_sortcell +{ + float: right; + text-align: right; + border: 0px; + width: 12px; + height: 12px; +} +