From 470b2048e265b574bf6dd4b048fc9742136fd0a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 30 Mar 2007 14:33:56 +0000 Subject: [PATCH] Monotone-Parent: 08cee54718d1bf0aae2a6cda79f42e697061a9e3 Monotone-Revision: 5ed8893c9ab3c60ce85c27df45014ec4a47897e6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-30T14:33:56 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 2 +- UI/WebServerResources/UIxAclEditor.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index adc757af6..abc6070b9 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -56,7 +56,7 @@ DIV.colorBox UL#tasksList, UL#calendarList { cursor: default; - margin: .25px; + margin: .25em; padding: 0px; overflow: auto; border-bottom: 1px solid #fff; diff --git a/UI/WebServerResources/UIxAclEditor.css b/UI/WebServerResources/UIxAclEditor.css index 3439d4afe..9ed9f66c1 100644 --- a/UI/WebServerResources/UIxAclEditor.css +++ b/UI/WebServerResources/UIxAclEditor.css @@ -12,13 +12,14 @@ DIV.acls UL width: 100%; } DIV#userRoles -{ height: 7em; +{ height: 8em; padding-bottom: 2em; } UL#userList { cursor: default; - margin: .25px; + margin: .25em; padding: 0px; + white-space: nowrap; overflow: auto; border-bottom: 1px solid #fff; border-right: 1px solid #fff; @@ -31,13 +32,12 @@ UL#userList list-style-image: none; } UL#userList > LI._selected -{ - background: #4b6983 !important; - color: #fff !important; -} +{ background: #4b6983 !important; + color: #fff !important; } SELECT#userRoleDropDown { visibility: hidden; + margin-top: 1em; margin-left: 2em; } SPAN.legend