]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAclEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1009 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 { position: relative;
8   white-space: normal;
9   width: 100%; }
10
11 DIV.acls LABEL > SPAN.value
12 { position: absolute;
13   top: 0px;
14   left: 11em; }
15
16 DIV.acls UL
17 { height: 100%;
18   width: 100%; }
19
20 DIV#userRoles
21 { height: 7em;
22   padding-bottom: 2em; }
23
24 UL#uixselector-userRoles-display
25 { cursor: default;
26   margin: .25px;
27   padding: 0px;
28   overflow: auto;
29   border-bottom: 1px solid #fff;
30   border-right: 1px solid #fff;
31   border-top: 2px solid #222;
32   border-left: 2px solid #222;
33   background: #fff;
34   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
35   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
36   list-style-type: none;
37   list-style-image: none; }
38
39 UL#uixselector-userRoles-display > LI._selected
40
41   background: #4b6983 !important;
42   color: #fff !important;
43 }
44
45 SELECT#userRoleDropDown
46 { visibility: hidden;
47   margin-left: 2em; }
48
49 SPAN.legend
50 { margin-left: 1em;
51   font-size: smaller; }