]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAclEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1067 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 INPUT#defaultRolesBtn
21 { position: absolute;
22   top: 5em;
23   left: 1em; }
24
25 DIV#userRoles
26 { position: absolute;
27   padding: 0px;
28   margin: 0px;
29   left: 1em;
30   top: 7em;
31   right: 1em;
32   bottom: 0px; }
33
34 UL#userList
35 { position: absolute;
36   top: 1.5em;
37   bottom: 0px;
38   left: 0px;
39   right: 0px;
40   width: 100%;
41   cursor: default;
42   padding: 0px;
43   white-space: nowrap;
44   overflow: auto;
45   border-bottom: 1px solid #fff;
46   border-right: 1px solid #fff;
47   border-top: 2px solid #222;
48   border-left: 2px solid #222;
49   background: #fff;
50   -moz-border-top-colors: #9c9a94 #000 transparent;
51   -moz-border-left-colors: #9c9a94 #000 transparent;
52   list-style-type: none;
53   list-style-image: none; }
54
55 UL#userList > LI._selected
56 { background: #4b6983 !important;
57   color: #fff !important; }