From 33f412c72b96974fe5d0c4e5a28efa2de3dd392d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 17 Sep 2007 04:09:03 +0000 Subject: [PATCH] Monotone-Parent: 262094fb69b2e0eb9af1fde64d15aafc31ecccda Monotone-Revision: 94251401e9e214d24e22110863a7b667aec41455 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-17T04:09:03 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxCalUserRightsEditor.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/UI/WebServerResources/UIxCalUserRightsEditor.css b/UI/WebServerResources/UIxCalUserRightsEditor.css index 3e7b6991b..eb31488b4 100644 --- a/UI/WebServerResources/UIxCalUserRightsEditor.css +++ b/UI/WebServerResources/UIxCalUserRightsEditor.css @@ -17,15 +17,10 @@ DIV.calendarUserRights DIV.calendarUserRights > TABLE { background-color: #fff; - width: 45em; + width: 480px; color: #999; border-collapse: collapse; - border-bottom: 1px solid #fff; - border-right: 1px solid #fff; - border-top: 2px solid #222; - border-left: 2px solid #222; - -moz-border-top-colors: #9c9a94 #000 transparent; - -moz-border-left-colors: #9c9a94 #000 transparent; } + border: 1px solid #222; } DIV.calendarUserRights > TABLE TR.permissions TH { color: #00f; @@ -33,11 +28,10 @@ DIV.calendarUserRights > TABLE TR.permissions TH */ border-bottom: 1px solid #999; } DIV.calendarUserRights > TABLE TH -{ width: 15em; } +{ width: 70px; } DIV.calendarUserRights > TABLE TD.eventType -{ width: 5em; - text-align: right; +{ text-align: right; border-right: 1px solid #999; } DIV.calendarUserRights > TABLE TD