Improved ACLs editor window

Monotone-Parent: da6b5b0b22738692fb0aafb95b28a58d2a16855e
Monotone-Revision: 18e33d0c1964c0a62a8a43c69d2300477fb492b5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-12-23T15:51:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-12-23 15:51:12 +00:00
parent e26d380fa2
commit 46ae8aa3d6
21 changed files with 107 additions and 58 deletions

View File

@@ -13,30 +13,15 @@ DIV.title SPAN.value
font-weight: bold; }
DIV.calendarUserRights
{ margin: 1em;}
{ margin: 1em; }
DIV.calendarUserRights > TABLE
{ background-color: #fff;
width: 480px;
color: #999;
border-collapse: collapse;
border: 1px solid #222; }
DIV.calendarUserRights > TABLE TR.permissions TH
{ color: #00f;
/* background-color: #ddd;
*/ border-bottom: 1px solid #999; }
DIV.calendarUserRights > TABLE TH
{ width: 70px; }
DIV.calendarUserRights > TABLE TD.eventType
{ text-align: right;
border-right: 1px solid #999; }
DIV.calendarUserRights > TABLE TD
{ text-align: center;
border-top: 1px solid #cecbff; }
DIV.calendarUserRights SPAN
{ float: left;
clear: right;
line-height: 2em;
margin-right: 1em;
text-align: right;
width: 200px; }
DIV.buttons
{ text-align: right;