]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAclEditor.css
3439d4afe6090c1b11dc39c66fafb3d8b27a2b0e
[scalable-opengroupware.org] / UI / WebServerResources / UIxAclEditor.css
1 /* test */
2
3 DIV.acls
4 { padding: 1em; }
5
6 DIV.acls LABEL
7 { white-space: nowrap;
8   width: 100%; }
9
10 DIV.acls UL
11 { height: 100%;
12   width: 100%; }
13
14 DIV#userRoles
15 { height: 7em;
16   padding-bottom: 2em; }
17
18 UL#userList
19 { cursor: default;
20   margin: .25px;
21   padding: 0px;
22   overflow: auto;
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   background: #fff;
28   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
29   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
30   list-style-type: none;
31   list-style-image: none; }
32
33 UL#userList > LI._selected
34
35   background: #4b6983 !important;
36   color: #fff !important;
37 }
38
39 SELECT#userRoleDropDown
40 { visibility: hidden;
41   margin-left: 2em; }
42
43 SPAN.legend
44 { margin-left: 1em;
45   font-size: smaller; }