From 1076f87b0773da29ca3dc18722437b9e8fe3b7b6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 12 Jan 2009 23:58:39 +0000 Subject: [PATCH] Fix for bug #3194 Monotone-Parent: f9a39419cc4da040f8e1136267280dfec67710b9 Monotone-Revision: 8ba8b3fa9da7cc4d1b86cc06f7f6907b8f8e56f7 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-01-12T23:58:39 Monotone-Branch: ca.inverse.sogo --- UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox | 2 +- UI/WebServerResources/UIxCalUserRightsEditor.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox b/UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox index ab2d86131..8f82b00ec 100644 --- a/UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +++ b/UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox @@ -29,7 +29,7 @@ var:value="currentRight" string="currentRightLabel" selection="currentRightSelection" - /> + />
diff --git a/UI/WebServerResources/UIxCalUserRightsEditor.css b/UI/WebServerResources/UIxCalUserRightsEditor.css index 22b038d89..ec4a51bf4 100644 --- a/UI/WebServerResources/UIxCalUserRightsEditor.css +++ b/UI/WebServerResources/UIxCalUserRightsEditor.css @@ -23,6 +23,9 @@ DIV.calendarUserRights SPAN text-align: right; width: 200px; } +DIV.calendarUserRights HR +{ border: 0; } + DIV.buttons { text-align: right; margin: 1em; }