From 893fae023f585c6d0c5dc20337f50abc9d2fd75b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 14 Dec 2006 20:19:30 +0000 Subject: [PATCH] Monotone-Parent: 640ae053f20d599037e532f5dd5b9caa3db5b59a Monotone-Revision: 719e48a98f49b93c9135226ca220043964d2cfdd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T20:19:30 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 12 +++---- UI/WebServerResources/MailerUI.css | 10 +++--- UI/WebServerResources/UIxAclEditor.css | 46 ++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 11 deletions(-) create mode 100644 UI/WebServerResources/UIxAclEditor.css diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 8454f6eca..1cbd6deda 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -285,22 +285,22 @@ DIV.contactSelector left: 0px; } -DIV.popup DIV#rightPanel +BODY.popup DIV#rightPanel { top: 4em; } -DIV.popup DIV#dragHandle +BODY.popup DIV#dragHandle { top: 6em; } -DIV.popup DIV#contactsListContent +BODY.popup DIV#contactsListContent { height: 8em; } -DIV.popup DIV#contactFoldersList +BODY.popup DIV#contactFoldersList { top: 4em; } -DIV.popup DIV#rightDragHandle +BODY.popup DIV#rightDragHandle { top: 10em; } -DIV.popup DIV#contactView +BODY.popup DIV#contactView { top: 10em; } DIV.contactSelection diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index 20cc6a22a..c9d02279f 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -137,7 +137,7 @@ DIV#messageContent P IMG border-bottom-color: #808080; border-bottom-width: 1px; border-bottom-style: solid; - background-color: #DCDAD5; + background-color: #dcdad5; } .foldercell @@ -198,12 +198,12 @@ table.titletable td.titlecell SELECT border-bottom: 2px solid #222; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; - background: #DCDAD5; + background: #dcdad5; } .whitesec_title { - background-color: #DCDAD5; + background-color: #dcdad5; padding: 4px; } @@ -382,7 +382,7 @@ DIV.mailer_plaincontent form#attachment_form { - background-color: #DCDAD5; + background-color: #dcdad5; padding: 1px; } @@ -411,7 +411,7 @@ td.attachment_uplabel div.linked_attachment_frame { - background-color: #DCDAD5; + background-color: #dcdad5; padding: 4px; } diff --git a/UI/WebServerResources/UIxAclEditor.css b/UI/WebServerResources/UIxAclEditor.css new file mode 100644 index 000000000..ff5bebba1 --- /dev/null +++ b/UI/WebServerResources/UIxAclEditor.css @@ -0,0 +1,46 @@ +/* test */ + +DIV.acls +{ padding: 1em; } + +DIV.acls LABEL +{ position: relative; + width: 100%; } + +DIV.acls LABEL > SPAN.value +{ position: absolute; + top: 0px; + left: 11em; } + +DIV.acls UL +{ height: 100%; + width: 100%; } + +DIV#userRoles +{ height: 7em; + padding-bottom: 2em; } + +UL#uixselector-userRoles-display +{ cursor: default; + margin: .25px; + padding: 0px; + overflow: auto; + border-bottom: 1px solid #fff; + border-right: 1px solid #fff; + border-top: 2px solid #222; + border-left: 2px solid #222; + background: #fff; + -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent; + -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent; + list-style-type: none; + list-style-image: none; } + +UL#uixselector-userRoles-display > LI._selected +{ + background: #4b6983 !important; + color: #fff !important; +} + +SPAN.legend +{ margin-left: 1em; + font-size: smaller; }