]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxCalUserRightsEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1180 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxCalUserRightsEditor.css
1 DIV.title
2 { color: #000;
3   vertical-align: bottom;
4   padding-top: 8px;
5   padding-left: 1em;
6   height: 33px;
7   background-color: #fff;
8   border-bottom: 1px solid #555; }
9
10 DIV.title SPAN.value
11 { margin-left: 1em;
12   font-size: 14px;
13   font-weight: bold; }
14
15 DIV.calendarUserRights
16 { margin: 1em;}
17
18 DIV.calendarUserRights > TABLE
19 { background-color: #fff;
20   width: 480px;
21   color: #999;
22   border-collapse: collapse;
23   border: 1px solid #222; }
24
25 DIV.calendarUserRights > TABLE TR.permissions TH
26 { color: #00f;
27 /*   background-color: #ddd;
28  */  border-bottom: 1px solid #999; }
29
30 DIV.calendarUserRights > TABLE TH
31 { width: 70px; }
32
33 DIV.calendarUserRights > TABLE TD.eventType
34 { text-align: right;
35   border-right: 1px solid #999; }
36
37 DIV.calendarUserRights > TABLE TD
38 { text-align: center;
39   border-top: 1px solid #cecbff; }
40
41 DIV.buttons
42 { text-align: right;
43   margin: 1em; }