From 99f54a17ec16cd572f2094a80f5b4543b00e5b77 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Oct 2006 14:37:58 +0000 Subject: [PATCH] Monotone-Parent: 75c85974feba4654def1fa260d87205a035552de Monotone-Revision: 9b4c2eadc3d38aa14dc504c80d606df816c2f924 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T14:37:58 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 8 ++++++++ UI/WebServerResources/MailerUI.css | 17 +++++++---------- UI/WebServerResources/SchedulerUI.css | 14 +++++++------- UI/WebServerResources/UIxAppointmentEditor.css | 9 +++++++++ UI/WebServerResources/UIxMailEditor.css | 2 +- UI/WebServerResources/generic.css | 10 ++++------ 6 files changed, 36 insertions(+), 24 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index e688c5b90..c079699dd 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -300,11 +300,13 @@ DIV.contactSelector DIV#contactView DIV.contactSelection { + z-index: 10; background: inherit; position: absolute; bottom: 1em; padding: 1em; right: 2em; + text-align: right; background: #dbdad5; border-top: 2px solid #fffffb; border-left: 2px solid #fffffb; @@ -315,3 +317,9 @@ DIV.contactSelection -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; } + +DIV.contactSelection INPUT.button +{ margin-top: .25em; } + +DIV.contactSelection SPAN#selectionLabel +{ float: left; } diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index 037044165..a1b88ce11 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -128,14 +128,12 @@ DIV#messageContent P IMG .vertframerow { border-top-color: white; - border-top-width: 1; + border-top-width: 1px; border-top-style: solid; border-bottom-color: #808080; - border-bottom-width: 1; + border-bottom-width: 1px; border-bottom-style: solid; - background-color: #DCDAD5; - } .foldercell @@ -149,7 +147,7 @@ DIV#messageContent P IMG .embedwhite_out { - border-width: 1; + border-width: 1px; border-style: solid; border-top-color: #808080; border-left-color: #808080; @@ -159,7 +157,7 @@ DIV#messageContent P IMG .embedwhite_in { - border-width: 1; + border-width: 1px; border-style: solid; border-top-color: #808080; /* TODO */ border-left-color: #808080; /* TODO */ @@ -388,14 +386,14 @@ form#attachment_form div#attachment_list { border-top-color: white; - border-top-width: 1; + border-top-width: 1px; border-top-style: solid; } div#attachment_upload { border-bottom-color: #808080; - border-bottom-width: 1; + border-bottom-width: 1px; border-bottom-style: solid; padding: 4px; } @@ -417,8 +415,7 @@ div.linked_attachment_frame div.linked_attachment_body { padding: 4px; - - border-width: 1; + border-width: 1px; border-style: solid; border-top-color: white; border-left-color: white; diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 80df608b9..6215475a6 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -1,19 +1,19 @@ DIV#leftPanel { position: absolute; - top: 5.2em; + top: 5.5em; left: 0px; - width: 16em; + width: 17.5em; bottom: 0px; overflow: hidden; } DIV#schedulerTabs { - top: 0px; + top: 0.5em; left: .2em; - width: 15em; - height: 14.2em; + width: 16em; + height: 15em; } DIV#tasksView @@ -30,7 +30,7 @@ DIV#rightPanel { position: absolute; top: 5.5em; - left: 16.7em; + left: 17.75em; right: 0px; bottom: 0px; overflow: hidden; @@ -69,7 +69,7 @@ DIV#calendarView A { cursor: e-resize; top: 6em; - left: 16em; + left: 17.5em; width: 5px; bottom: 0px; } diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index b4f82bb14..0ae5ad38f 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -52,6 +52,9 @@ UL.contactList LI._selected { background: #4b6983; color: #fff; } +DIV.contactSelector +{ margin: 0px; } + LABEL, SPAN.checkBoxList { display: block; position: relative; @@ -60,6 +63,12 @@ LABEL, SPAN.checkBoxList margin-top: .5em; width: 100%; } +SPAN.checkBoxList#participantsCB +{ height: 7em; } + +DIV#participants UL.contactList +{ height: 4.5em; } + SPAN.checkBoxList SPAN.content LABEL { display: inline; } diff --git a/UI/WebServerResources/UIxMailEditor.css b/UI/WebServerResources/UIxMailEditor.css index 517712701..91c7a7570 100644 --- a/UI/WebServerResources/UIxMailEditor.css +++ b/UI/WebServerResources/UIxMailEditor.css @@ -16,7 +16,7 @@ TABLE#compose_label table#compose_table { border-bottom-color: #808080; - border-bottom-width: 1; + border-bottom-width: 1px; border-bottom-style: solid; } diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index b16e71e08..e58f7b627 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -656,8 +656,7 @@ A.button IMG { vertical-align: middle; } A.button:hover -{ - color: inherit; +{ color: inherit; background: -moz-buttonhoverface; } A.button:active @@ -675,7 +674,6 @@ DIV.tabsContainer color: #000; background: #dbdad5; margin-top: 1.5em; - padding-top: 1em; border-top: 2px solid #fffffb; border-left: 2px solid #fffffb; border-right: 2px solid #888; @@ -690,14 +688,14 @@ DIV.tabsContainer UL list-style-type: none; list-style-image: none; margin: 0px; - margin-top: -2.4em; + margin-top: -1.5em; padding: 0px; } DIV.tabsContainer UL LI { z-index: 3; float: left; - padding: 0em .5em; - padding-top: 1px; + padding: 0px .5em; + padding-top: 2px; border-top: 2px solid #fffffb; border-bottom: 0px solid #fffffb; border-right: 2px solid #888;