]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAclEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1039 d1b88da0-ebda-0310...
[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: 8em;
16   padding-bottom: 2em; }
17
18 UL#userList
19 { cursor: default;
20   margin: .25em;
21   padding: 0px;
22   white-space: nowrap;
23   overflow: auto;
24   border-bottom: 1px solid #fff;
25   border-right: 1px solid #fff;
26   border-top: 2px solid #222;
27   border-left: 2px solid #222;
28   background: #fff;
29   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
30   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
31   list-style-type: none;
32   list-style-image: none; }
33
34 UL#userList > LI._selected
35 { background: #4b6983 !important;
36   color: #fff !important; }
37
38 SELECT#userRoleDropDown
39 { visibility: hidden;
40   margin-top: 1em;
41   margin-left: 2em; }
42
43 SPAN.legend
44 { margin-left: 1em;
45   font-size: smaller; }