]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAclEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1209 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxAclEditor.css
1 /* test */
2
3 DIV.acls
4 { position: absolute;
5   top: 4em;
6   left: 0px;
7   right: 0px;
8   bottom: 0px;
9   padding: 0px;
10   border: 0px;
11   margin: 0px; }
12
13 DIV.acls LABEL
14 { white-space: nowrap;
15   width: 100%; }
16
17 DIV#userSelectorHeader
18 { margin: 1em; }
19
20 DIV#userSelector SPAN
21 { display: block; }
22
23 INPUT#defaultRolesBtn
24 { no_position: absolute;
25   margin-left: 1em;
26   margin-top: 1em;
27   left: 1em; }
28
29 DIV#userRoles
30 { position: absolute;
31   left: 1em;
32   top: 8em;
33   right: 1em;
34   bottom: 0px; }
35
36 UL#userList
37 { position: absolute;
38   top: 2.5em;
39   bottom: 0px;
40   left: 0px;
41   right: 0px;
42   width: 100%;
43   cursor: default;
44   margin: 0px;
45   padding: 0px;
46   white-space: nowrap;
47   overflow: auto;
48   border-bottom: 1px solid #fff;
49   border-right: 1px solid #fff;
50   border-top: 2px solid #222;
51   border-left: 2px solid #222;
52   background: #fff;
53   -moz-border-top-colors: #9c9a94 #000 transparent;
54   -moz-border-left-colors: #9c9a94 #000 transparent;
55   list-style-type: none;
56   list-style-image: none; }
57
58 UL#userList > LI._selected
59 { background: #4b6983 !important;
60   color: #fff !important; }