Monotone-Parent: 76bb24f493028584cf594de6c86a062fc8d24909

Monotone-Revision: e0659e169aec897719efca1985911ecda101d970

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-18T22:40:23
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-18 22:40:23 +00:00
parent 8db83b2400
commit 2963cd1432
4 changed files with 310 additions and 52 deletions
+23 -22
View File
@@ -16,9 +16,10 @@ body
border: 0px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
DIV
DIV, IMG
{
border: 0px;
margin: 0px;
@@ -31,7 +32,8 @@ DIV.pageContent
}
A
{
{
text-decoration: none;
-moz-outline: 0px;
}
@@ -47,12 +49,12 @@ table
a:link {
color: #0033CC;
text-decoration: none;
}
a:visited {
color: #660066;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
@@ -288,6 +290,10 @@ DIV.linkbanner A:hover
DIV.contactSelector DIV.contactList IMG
{ margin: 0px .5em; }
SELECT
{ -moz-appearance: menulist-button;
-moz-outline-radius: 15; }
DIV.contactSelector DIV.contactList
{
font-size: smaller;
@@ -433,8 +439,8 @@ SPAN.toolbarButton:active
.menu
{
visibility: hidden;
position: fixed;
z-index: 5000;
position: absolute;
z-index: 1000;
background-color: #dcdad5;
color: #000;
margin: 0px;
@@ -543,9 +549,6 @@ td.tbtv_actcell
background-color: #DCDAD5;
}
td.tbtv_headercell
{ white-space: nowrap; }
td.tbtv_headercell SPAN
{
float: left;
@@ -585,9 +588,14 @@ td.tbtv_headercell img.tbtv_sortcell
vertical-align: top;
}
TR.tableview TD
{ white-space: nowrap;
padding-left: .3em;
padding-right: .3em; }
td.tbtv_actcell
{
border-width: 1;
border-width: 1px;
border-style: solid;
border-top-color: #808080;
border-left-color: #808080;
@@ -604,10 +612,7 @@ td.tbtv_actcell
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;
@@ -616,14 +621,6 @@ TD.tbtv_navcell
-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;
@@ -634,7 +631,6 @@ td.tbtv_headercell a
{
cursor: default;
margin: 0px auto;
display: block;
color: black;
width: 100%;
}
@@ -658,6 +654,11 @@ td img.tbtv_sortcell
height: 12px;
}
td.tbtv_subject_headercell
{
width: 100%;
}
/* drag handles */
DIV.dragHandle
{