Monotone-Parent: 8e4aa518c8b64c0eb5b8e8a3a938cb77546a934b

Monotone-Revision: e2a484f8ca3b601174d5551461162d0e9e880aa5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-03T21:32:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-03 21:32:18 +00:00
parent a487996432
commit 19e7a2f2cd

View File

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