update plugins
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
2
wp/wp-content/plugins/user-role-editor/css/index.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
1312
wp/wp-content/plugins/user-role-editor/css/jquery-ui.css
vendored
Normal file
7
wp/wp-content/plugins/user-role-editor/css/jquery-ui.min.css
vendored
Normal file
183
wp/wp-content/plugins/user-role-editor/css/multiple-select.css
Normal file
@@ -0,0 +1,183 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* @author zhixin wen <wenzhixin2010@gmail.com>
|
||||
*/
|
||||
.ms-offscreen {
|
||||
clip: rect(0 0 0 0) !important;
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
position: absolute !important;
|
||||
outline: 0 !important;
|
||||
left: auto !important;
|
||||
top: auto !important; }
|
||||
|
||||
.ms-parent {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
vertical-align: middle; }
|
||||
|
||||
.ms-choice {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 26px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
border: 1px solid #aaa;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
line-height: 26px;
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
background-color: #fff; }
|
||||
.ms-choice.disabled {
|
||||
background-color: #f4f4f4;
|
||||
background-image: none;
|
||||
border: 1px solid #ddd;
|
||||
cursor: default; }
|
||||
.ms-choice > span {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
padding-left: 8px; }
|
||||
.ms-choice > span.placeholder {
|
||||
color: #999; }
|
||||
.ms-choice > div.icon-close {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 16px;
|
||||
height: 100%;
|
||||
width: 16px; }
|
||||
.ms-choice > div.icon-close:before {
|
||||
content: '×';
|
||||
color: #888;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -14px; }
|
||||
.ms-choice > div.icon-close:hover:before {
|
||||
color: #333; }
|
||||
.ms-choice > div.icon-caret {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
top: 50%;
|
||||
right: 8px;
|
||||
margin-top: -2px;
|
||||
border-color: #888 transparent transparent transparent;
|
||||
border-style: solid;
|
||||
border-width: 5px 4px 0 4px; }
|
||||
.ms-choice > div.icon-caret.open {
|
||||
border-color: transparent transparent #888 transparent;
|
||||
border-width: 0 4px 5px 4px; }
|
||||
|
||||
.ms-drop {
|
||||
width: auto;
|
||||
min-width: 100%;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
margin-top: -1px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px; }
|
||||
.ms-drop.bottom {
|
||||
top: 100%;
|
||||
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
|
||||
.ms-drop.top {
|
||||
bottom: 100%;
|
||||
box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }
|
||||
|
||||
.ms-search {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
min-height: 26px;
|
||||
padding: 2px;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
box-sizing: border-box; }
|
||||
.ms-search input {
|
||||
width: 100%;
|
||||
height: auto !important;
|
||||
min-height: 24px;
|
||||
padding: 0 5px;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
font-family: sans-serif;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 5px;
|
||||
box-shadow: none; }
|
||||
|
||||
.ms-drop ul {
|
||||
overflow: auto;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.ms-drop ul > li {
|
||||
list-style: none;
|
||||
display: list-item;
|
||||
background-image: none;
|
||||
position: static;
|
||||
padding: .25rem 8px; }
|
||||
.ms-drop ul > li .disabled {
|
||||
font-weight: normal !important;
|
||||
opacity: .35;
|
||||
filter: Alpha(Opacity=35);
|
||||
cursor: default; }
|
||||
.ms-drop ul > li.multiple {
|
||||
display: block;
|
||||
float: left; }
|
||||
.ms-drop ul > li.group {
|
||||
clear: both; }
|
||||
.ms-drop ul > li.multiple label {
|
||||
width: 100%;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
.ms-drop ul > li label {
|
||||
position: relative;
|
||||
padding-left: 1.25rem;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
cursor: pointer; }
|
||||
.ms-drop ul > li label.optgroup {
|
||||
font-weight: bold; }
|
||||
.ms-drop ul > li.hide-radio {
|
||||
padding: 0; }
|
||||
.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
|
||||
background-color: #f8f9fa; }
|
||||
.ms-drop ul > li.hide-radio.selected {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
.ms-drop ul > li.hide-radio label {
|
||||
margin-bottom: 0;
|
||||
padding: 5px 8px; }
|
||||
.ms-drop ul > li.hide-radio input {
|
||||
display: none; }
|
||||
.ms-drop ul > li.option-level-1 label {
|
||||
padding-left: 28px; }
|
||||
|
||||
.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
|
||||
position: absolute;
|
||||
margin-top: .3rem;
|
||||
margin-left: -1.25rem; }
|
||||
|
||||
.ms-drop .ms-no-results {
|
||||
display: none; }
|
||||
10
wp/wp-content/plugins/user-role-editor/css/multiple-select.min.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
|
||||
*
|
||||
* @version v1.5.2
|
||||
* @homepage http://multiple-select.wenzhixin.net.cn
|
||||
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
@charset "UTF-8";.ms-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:auto!important;top:auto!important}.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div.icon-close{position:absolute;top:0;right:16px;height:100%;width:16px}.ms-choice>div.icon-close:before{content:'×';color:#888;font-weight:bold;position:absolute;top:50%;margin-top:-14px}.ms-choice>div.icon-close:hover:before{color:#333}.ms-choice>div.icon-caret{position:absolute;width:0;height:0;top:50%;right:8px;margin-top:-2px;border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px}.ms-choice>div.icon-caret.open{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.ms-drop{width:auto;min-width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;border-radius:4px}.ms-drop.bottom{top:100%;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.ms-drop.top{bottom:100%;box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:2px;position:relative;white-space:nowrap;width:100%;z-index:10000;box-sizing:border-box}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 5px;margin:0;outline:0;font-family:sans-serif;border:1px solid #aaa;border-radius:5px;box-shadow:none}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static;padding:.25rem 8px}.ms-drop ul>li .disabled{font-weight:normal!important;opacity:.35;filter:Alpha(Opacity=35);cursor:default}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{position:relative;padding-left:1.25rem;margin-bottom:0;font-weight:normal;display:block;white-space:nowrap;cursor:pointer}.ms-drop ul>li label.optgroup{font-weight:bold}.ms-drop ul>li.hide-radio{padding:0}.ms-drop ul>li.hide-radio:focus,.ms-drop ul>li.hide-radio:hover{background-color:#f8f9fa}.ms-drop ul>li.hide-radio.selected{color:#fff;background-color:#007bff}.ms-drop ul>li.hide-radio label{margin-bottom:0;padding:5px 8px}.ms-drop ul>li.hide-radio input{display:none}.ms-drop ul>li.option-level-1 label{padding-left:28px}.ms-drop input[type="radio"],.ms-drop input[type="checkbox"]{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.ms-drop .ms-no-results{display:none}
|
||||
BIN
wp/wp-content/plugins/user-role-editor/css/multiple-select.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
294
wp/wp-content/plugins/user-role-editor/css/ure-admin.css
Normal file
@@ -0,0 +1,294 @@
|
||||
/*
|
||||
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%;
|
||||
}
|
||||