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; +} +