mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 13:55:58 +00:00
Monotone-Parent: 640ae053f20d599037e532f5dd5b9caa3db5b59a
Monotone-Revision: 719e48a98f49b93c9135226ca220043964d2cfdd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T20:19:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
46
UI/WebServerResources/UIxAclEditor.css
Normal file
46
UI/WebServerResources/UIxAclEditor.css
Normal file
@@ -0,0 +1,46 @@
|
||||
/* test */
|
||||
|
||||
DIV.acls
|
||||
{ padding: 1em; }
|
||||
|
||||
DIV.acls LABEL
|
||||
{ position: relative;
|
||||
width: 100%; }
|
||||
|
||||
DIV.acls LABEL > SPAN.value
|
||||
{ position: absolute;
|
||||
top: 0px;
|
||||
left: 11em; }
|
||||
|
||||
DIV.acls UL
|
||||
{ height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
DIV#userRoles
|
||||
{ height: 7em;
|
||||
padding-bottom: 2em; }
|
||||
|
||||
UL#uixselector-userRoles-display
|
||||
{ cursor: default;
|
||||
margin: .25px;
|
||||
padding: 0px;
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
border-top: 2px solid #222;
|
||||
border-left: 2px solid #222;
|
||||
background: #fff;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
|
||||
list-style-type: none;
|
||||
list-style-image: none; }
|
||||
|
||||
UL#uixselector-userRoles-display > LI._selected
|
||||
{
|
||||
background: #4b6983 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
SPAN.legend
|
||||
{ margin-left: 1em;
|
||||
font-size: smaller; }
|
||||
Reference in New Issue
Block a user