From 5be35af094398f000450e5cc52233e1e582d1fb5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 12 Oct 2006 16:43:53 +0000 Subject: [PATCH] Monotone-Parent: b83048b6a7cb04b3bd23bb087f18cf0d7c495d49 Monotone-Revision: f1d6bbdddac1991718ebbf895c02a5b084ac7094 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-12T16:43:53 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 1 - UI/WebServerResources/MailerUI.css | 13 +++++----- UI/WebServerResources/SchedulerUI.css | 34 +++++++++++++++++++-------- UI/WebServerResources/generic.css | 8 +++---- 4 files changed, 34 insertions(+), 22 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index c079699dd..9034a2b7c 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -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 diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index a1b88ce11..a300f815c 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -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; } diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index c8f34cfb3..cb405b823 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -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; diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index e58f7b627..694b5cbe4 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -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; }