/*
Document : ure_admin
Created on : 10.03.2010
Author : Vladimir Garagulya
Description:
User Role Editor plugin Admin Settings Page CSS
*/
/*
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.txt_left {
text-align: left;
}
.txt_center {
text-align: center;
}
.txt_right {
text-align: right;
}
.nowrap {
white-space: nowrap;
}
img.input_radio {
vertical-align: middle;
}
a.ure_rsb_link {
padding:4px;
display:block;
padding-left:25px;
background-repeat:no-repeat;
background-position:5px 50%;
text-decoration:none;
border:none;
}
a.ure_rsb_link:hover {
border-bottom-width:1px;
}
input.warning:hover, a.warning:hover {
color: red;
}
#ure_container {
display: table;
width: 100%;
}
.ure-table {
display: table;
}
.ure-table-cell {
display: table-cell;
margin: 0;
padding: 0;
vertical-align: top;
}
#ure-sidebar {
width: 270px;
padding-left: 20px;
}
.filtered, .hidden {
display: none;
}
#user_role_editor {
}
#ure_form_controls {
}
#ure_role_selector {
padding: 10px 0 0 10px;
}
#ure_user_caps_header {
padding: 10px 0 0 10px;
font-size: 16px;
}
#ure_user_caps_title {
font-weight: bold;
}
#ure_role_select_label {
font-size: 16px;
font-weight: bold;
}
.ure-caps-option {
padding-left: 20px;
}
#ure_caps_container {
width: 100%;
}
#ure_toolbar {
margin-top: 10px;
border: 1px solid #dfdfdf;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #f5f5f5;
padding: 5px;
}
.ure_toolbar_button {
width: 100%;
margin-bottom: 3px;
}
#ure_update {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
#ure_service_tools {
margin-top: 10px;
}
.ure-modal-dialog {
display: none;
padding: 10px;
}
.ure-label {
clear: left;
float: left;
display: block;
width: 150px;
}
.ure-input {
float: left;
display: inline;
width: 200px;
margin-bottom: 5px;
}
#ure_user_roles {
vertical-align: text-top;
padding-right: 10px;
padding-top: 5px;
font-size: 1.1em;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
min-width: 200px;
width: 20%;
}
.ure-user-role-section-title {
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
}
/* Multipe select */
.countLabel {
color:Gray;
font-style:italic;
}
.storageBox {
display:none;
}
.copiedOption {
background-color:Yellow;
}
.ure-caps-cell {
vertical-align:top;
padding-top: 5px;
}
.ure-cap-div {
white-space: nowrap;
}
#other_default_roles {
display: block;
margin: 10px;
}
.ure-dialog {
display: none;
}
#ure_admin_menu_access_table td {
cursor: pointer;
}
#ure_admin_menu_access_table tr:hover {
background-color: #04a4cc;
color: #ffffff;
}
.ure_table_row_selected {
background-color: #04a4cc;
color: #ffffff;
}
#ure_caps_groups_td {
padding:0 10px 0 10px;
min-width:25%;
border-right: 1px solid #cccccc;
}
#ure_caps_td {
width:60%;
padding-left: 10px;
}
#ure_toolbar_td {
width: 15%;
min-width:200px;
padding-left: 10px;
}
#ure_editor_options {
margin-bottom: 10px;
}
#ure_caps_groups_title {
min-width: 250px;
vertical-align:middle;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
#ure_caps_select {
vertical-align:middle;
border-bottom: 1px solid #cccccc;
padding: 5px 5px 5px 10px;
}
#ure_toolbar_title {
border-bottom: 1px solid #cccccc;
}
#ure_caps_groups_list .ui-selecting {
background: #DDDDDD;
}
#ure_caps_groups_list .ui-selected {
background: #CCCCCC;
color: #444444;
}
#ure_caps_groups_list li {
min-height: 20px;
line-height: 20px;
cursor: pointer;
}
.plugins {
color: #444444;
}
#ure_caps_list_container {
float: left;
width: 100%;
overflow: auto;
min-height: 600px;
max-height: 720px;
}
#ure_caps_list {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
column-width: auto;
display: inline-block;
min-width: 100%;
}