]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxMailUserRightsEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1153 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxMailUserRightsEditor.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: 45em;
21   color: #999;
22   border-collapse: collapse;
23   border-bottom: 1px solid #fff;
24   border-right: 1px solid #fff;
25   border-top: 2px solid #222;
26   border-left: 2px solid #222;
27   -moz-border-top-colors: #9c9a94 #000 transparent;
28   -moz-border-left-colors: #9c9a94 #000 transparent; }
29
30 DIV.calendarUserRights > TABLE TR.permissions TH
31 { color: #00f;
32 /*   background-color: #ddd;
33  */  border-bottom: 1px solid #999; }
34
35 DIV.calendarUserRights > TABLE TH
36 { width: 15em; }
37
38 DIV.calendarUserRights > TABLE TD.eventType
39 { width: 5em;
40   text-align: right;
41   border-right: 1px solid #999; }
42
43 DIV.calendarUserRights > TABLE TD
44 { text-align: center;
45   border-top: 1px solid #cecbff; }
46
47 DIV.buttons
48 { text-align: right;
49   margin: 1em; }