Monotone-Parent: b83048b6a7cb04b3bd23bb087f18cf0d7c495d49

Monotone-Revision: f1d6bbdddac1991718ebbf895c02a5b084ac7094

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T16:43:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-12 16:43:53 +00:00
parent 142dff8d5e
commit 5be35af094
4 changed files with 34 additions and 22 deletions
-1
View File
@@ -98,7 +98,6 @@ table.titletable td.titlecell SELECT
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
background: #DCDAD5;
-moz-appearance: toolbarbutton !important;
}
.whitesec_title
+6 -7
View File
@@ -25,7 +25,7 @@ DIV.folderTree
position: absolute;
top: 5.5em;
left: 0px;
width: 14.7em;
width: 15em;
bottom: 0px;
margin: 0px;
padding: 0px;
@@ -35,11 +35,10 @@ DIV.folderTree
DIV#mailerPageContent
{
position: absolute;
left: 15em;
top: 5.5em;
left: 15em;
right: 0px;
bottom: 0px;
border: 0px dashed #f00;
margin: 0px;
padding: 0px;
overflow: hidden;
@@ -61,7 +60,7 @@ DIV#messageContent
overflow: hidden;
top: 18.2em;
bottom: 0px;
left: 0px;
left: 5px;
right: 0px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
@@ -195,7 +194,6 @@ table.titletable td.titlecell SELECT
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
background: #DCDAD5;
-moz-appearance: toolbarbutton !important;
}
.whitesec_title
@@ -478,9 +476,10 @@ TABLE#messageList
{
display: block;
position: absolute;
color: #000;
background: #fff;
color: #000;
width: 100%;
left: 5px;
top: 2em;
bottom: 5px;
overflow: auto;
@@ -517,7 +516,7 @@ DIV#dragHandle
{
cursor: e-resize;
top: 7.5em;
left: 14.6em;
left: 15em;
width: 5px;
bottom: 0px;
}
+24 -10
View File
@@ -3,16 +3,17 @@ DIV#leftPanel
position: absolute;
top: 5.5em;
left: 0px;
width: 17.5em;
width: 16.5em;
bottom: 0px;
overflow: hidden;
}
DIV#schedulerTabs
{
position: absolute;
top: 0.5em;
left: .2em;
width: 16em;
right: .2em;
height: 15em;
}
@@ -21,7 +22,8 @@ DIV#tasksListView
position: absolute;
top: 18em;
bottom: 0px;
width: 16em;
left: .2em;
right: .7em;
padding: 0px;
}
@@ -55,6 +57,9 @@ UL#tasksList
list-style-type: none;
list-style-image: none; }
UL#tasksList LI
{ white-space: nowrap; }
UL#tasksList LI._selected
{
background: #4b6983;
@@ -78,9 +83,12 @@ DIV#rightPanel
{
position: absolute;
top: 5.5em;
left: 17em;
left: 16.5em;
right: 0px;
bottom: 0px;
margin: 0px;
padding: 0px;
padding-left: 5px;
overflow: hidden;
}
@@ -116,7 +124,7 @@ DIV#calendarView A
#verticalDragHandle
{
cursor: e-resize;
top: 6em;
top: 7.5em;
left: 16.5em;
width: 5px;
bottom: 0px;
@@ -141,7 +149,7 @@ DIV#calendarView A
#dateSelector
{
width: 14em;
width: 100%;
margin: 0px auto;
background: #fff;
border-top: 1px solid #fff;
@@ -192,15 +200,24 @@ DIV#calendarView A
#dateSelector .dayOfWeek
{ color: #00f; }
#dateSelector TABLE#dateSelectorTable TD
{ width: 14%; }
#dateSelector TABLE#dateSelectorTable TD TABLE TD
{ width: 100% }
#dateSelector TABLE,
#dateSelector TABLE TABLE
{ border-collapse: collapse; }
{ border-collapse: collapse;
margin: 0px auto;
width: 100%; }
#dateSelector TABLE TABLE TD
{
cursor: pointer;
margin: 0px;
padding: 0px;
width: 100%;
border: 1px solid #fff;
}
@@ -215,9 +232,6 @@ DIV#calendarView A
{ background: #deebf7;
border: 1px solid #deebf7; }
#dateSelector TABLE
{ margin: 0px auto; }
#dateSelector TD SPAN
{ width: 1.5em;
height: 1.5em;
+4 -4
View File
@@ -359,7 +359,6 @@ SPAN.toolbarButton, SPAN.disabledToolbarButton
float: left;
height: 3.4em;
text-align: center;
-moz-appearance: toolbarbutton;
-moz-box-align: center;
-moz-box-pack: center;
margin: 0px;
@@ -729,9 +728,10 @@ DIV.tabsContainer DIV.tab
SPAN.checkBoxList INPUT,
INPUT.checkBox
{ -moz-border-top-colors: #000 #fff;
{ border: 2px solid #000;
vertical-align: middle;
-moz-border-top-colors: #000 #fff;
-moz-border-left-colors: #000 #fff;
-moz-border-bottom-colors: #000 #fff;
-moz-border-right-colors: #000 #fff;
vertical-align: middle; }
-moz-border-right-colors: #000 #fff; }