Add upstream
This commit is contained in:
@@ -0,0 +1,198 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Bulk Updates area.
|
||||
* Adapted from /wp-admin/css/list-tables.css section 10.1 - Inline Editing
|
||||
*/
|
||||
|
||||
/* Layout */
|
||||
|
||||
#bulk-edit-reset {
|
||||
margin: 0px 5px
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .mla_taxonomy_options {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-left {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-center {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-right {
|
||||
width: 49%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.title {
|
||||
width: 6em;
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-right: 6em
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label.inline-edit-post-parent span.input-text-wrap {
|
||||
width: 5em
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right input#bulk-edit-set-parent {
|
||||
display:inline;
|
||||
line-height: 16px;
|
||||
margin: .2em .4em .2em .4em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label.inline-edit-tags span.title {
|
||||
width: 99%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset {
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-col {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Quick Edit and Bulk Edit */
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-left,
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-right,
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-center {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.title {
|
||||
width: 100%;
|
||||
line-height: 2.5
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-right: 0em
|
||||
}
|
||||
}
|
||||
|
||||
/* Positioning */
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset span.title,
|
||||
#mla-add-new-bulk-edit-div fieldset span.checkbox-title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label,
|
||||
#mla-add-new-bulk-edit-div fieldset span.inline-edit-categories-label {
|
||||
display: block;
|
||||
margin: .2em 0;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label.inline-edit-tags {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label.inline-edit-tags span.title {
|
||||
margin: .2em 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label span.title {
|
||||
display: block;
|
||||
float: right;
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label span.input-text-wrap {
|
||||
display: block;
|
||||
margin-right: 5em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .input-text-wrap input[type=text] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label input[type=checkbox] {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label textarea {
|
||||
width: 100%;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group label {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group label.alignleft:first-child {
|
||||
margin-right: 0.5em
|
||||
}
|
||||
|
||||
/* Styling */
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset span.title,
|
||||
#mla-add-new-bulk-edit-div fieldset span.checkbox-title {
|
||||
font-style: italic;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
|
||||
/* Specific Elements */
|
||||
|
||||
#mla-add-new-bulk-edit-div ul.cat-checklist {
|
||||
height: 12em;
|
||||
border: solid 1px #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div ul.cat-checklist ul {
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset ul.cat-checklist li,
|
||||
#mla-add-new-bulk-edit-div fieldset ul.cat-checklist input {
|
||||
margin: 0;
|
||||
position: relative; /* RTL fix, #WP27629 */
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset ul.cat-checklist label {
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label input.inline-edit-slug-input {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div #post_parent {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.ie8 #mla-add-new-bulk-edit-div #post_parent {
|
||||
width: 250px;
|
||||
}
|
||||
@@ -0,0 +1,198 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Bulk Updates area.
|
||||
* Adapted from /wp-admin/css/list-tables.css section 10.1 - Inline Editing
|
||||
*/
|
||||
|
||||
/* Layout */
|
||||
|
||||
#bulk-edit-reset {
|
||||
margin: 0px 5px
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .mla_taxonomy_options {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-left {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-center {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-right {
|
||||
width: 49%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.title {
|
||||
width: 6em;
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 6em
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label.inline-edit-post-parent span.input-text-wrap {
|
||||
width: 5em
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right input#bulk-edit-set-parent {
|
||||
display:inline;
|
||||
line-height: 16px;
|
||||
margin: .2em .4em .2em .4em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label.inline-edit-tags span.title {
|
||||
width: 99%
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset {
|
||||
font-size: 12px;
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-col {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Quick Edit and Bulk Edit */
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-left,
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-right,
|
||||
#mla-add-new-bulk-edit-div .inline-edit-col-center {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.title {
|
||||
width: 100%;
|
||||
line-height: 2.5
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 0em
|
||||
}
|
||||
}
|
||||
|
||||
/* Positioning */
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset span.title,
|
||||
#mla-add-new-bulk-edit-div fieldset span.checkbox-title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label,
|
||||
#mla-add-new-bulk-edit-div fieldset span.inline-edit-categories-label {
|
||||
display: block;
|
||||
margin: .2em 0;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label.inline-edit-tags {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label.inline-edit-tags span.title {
|
||||
margin: .2em 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label span.title {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label span.input-text-wrap {
|
||||
display: block;
|
||||
margin-left: 5em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div .input-text-wrap input[type=text] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label input[type=checkbox] {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label textarea {
|
||||
width: 100%;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group label {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset .inline-edit-group label.alignleft:first-child {
|
||||
margin-right: 0.5em
|
||||
}
|
||||
|
||||
/* Styling */
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset span.title,
|
||||
#mla-add-new-bulk-edit-div fieldset span.checkbox-title {
|
||||
font-style: italic;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
|
||||
/* Specific Elements */
|
||||
|
||||
#mla-add-new-bulk-edit-div ul.cat-checklist {
|
||||
height: 12em;
|
||||
border: solid 1px #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div ul.cat-checklist ul {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset ul.cat-checklist li,
|
||||
#mla-add-new-bulk-edit-div fieldset ul.cat-checklist input {
|
||||
margin: 0;
|
||||
position: relative; /* RTL fix, #WP27629 */
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset ul.cat-checklist label {
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div fieldset label input.inline-edit-slug-input {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#mla-add-new-bulk-edit-div #post_parent {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.ie8 #mla-add-new-bulk-edit-div #post_parent {
|
||||
width: 250px;
|
||||
}
|
||||
@@ -0,0 +1,183 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media Manager Modal Window,
|
||||
* when used in the "front end", e.g., the Beaver Builder plugin.
|
||||
* Adapted from /wp-admin/css/edit.css and common.css.
|
||||
*/
|
||||
|
||||
.tagchecklist span a:before {
|
||||
background: none;
|
||||
color: #b4b9be;
|
||||
content: "\f153";
|
||||
display: block;
|
||||
font: normal 16px/20px dashicons;
|
||||
speak: none;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.tagchecklist span a:before {
|
||||
margin: 1px 0;
|
||||
}
|
||||
|
||||
.tagchecklist span a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.tagchecklist {
|
||||
margin-right: 14px;
|
||||
font-size: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tagchecklist br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tagchecklist strong {
|
||||
margin-right: -8px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tagchecklist span {
|
||||
margin-left: 25px;
|
||||
display: block;
|
||||
float: right;
|
||||
font-size: 13px;
|
||||
line-height: 1.8em;
|
||||
cursor: default;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.tagchecklist span a {
|
||||
margin: 1px 0 0 -17px;
|
||||
cursor: pointer;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: block;
|
||||
float: right;
|
||||
text-indent: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.mla-taxonomy-field h4 {
|
||||
font-size: 1em;
|
||||
margin: 1.33em 0;
|
||||
}
|
||||
|
||||
.mla-taxonomy-field p {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.category-add input[type="text"],
|
||||
.category-add select {
|
||||
width: 100%;
|
||||
max-width: 260px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#side-sortables .category-add input[type="text"],
|
||||
#side-sortables .category-add select {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
ul.category-tabs li,
|
||||
#side-sortables .add-menu-item-tabs li,
|
||||
.wp-tab-bar li {
|
||||
display: inline;
|
||||
line-height: 1.35em;
|
||||
}
|
||||
|
||||
.no-js .category-tabs li.hide-if-no-js {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.category-tabs a,
|
||||
#side-sortables .add-menu-item-tabs a,
|
||||
.wp-tab-bar a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul.category-tabs,
|
||||
ul.add-menu-item-tabs,
|
||||
ul.wp-tab-bar {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
ul.category-tabs li,
|
||||
ul.add-menu-item-tabs li {
|
||||
border: solid 1px transparent;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.category-tabs li.tabs,
|
||||
ul.add-menu-item-tabs li.tabs,
|
||||
.wp-tab-active {
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: #fdfdfd;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
ul.category-tabs li,
|
||||
ul.add-menu-item-tabs li,
|
||||
ul.wp-tab-bar li {
|
||||
padding: 3px 5px 5px;
|
||||
}
|
||||
|
||||
.wp-tab-panel,
|
||||
.categorydiv div.tabs-panel,
|
||||
.customlinkdiv div.tabs-panel,
|
||||
.posttypediv div.tabs-panel,
|
||||
.taxonomydiv div.tabs-panel {
|
||||
min-height: 42px;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
padding: 0 0.9em;
|
||||
border: solid 1px #ddd;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
div.tabs-panel-active {
|
||||
display:block;
|
||||
}
|
||||
|
||||
div.tabs-panel-inactive {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#front-page-warning,
|
||||
#front-static-pages ul,
|
||||
ul.export-filters,
|
||||
.inline-editor ul.cat-checklist ul,
|
||||
.categorydiv ul.categorychecklist ul,
|
||||
.customlinkdiv ul.categorychecklist ul,
|
||||
.posttypediv ul.categorychecklist ul,
|
||||
.taxonomydiv ul.categorychecklist ul {
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
ul.categorychecklist li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 22px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.categorydiv .tabs-panel,
|
||||
.customlinkdiv .tabs-panel,
|
||||
.posttypediv .tabs-panel,
|
||||
.taxonomydiv .tabs-panel {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
@@ -0,0 +1,183 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media Manager Modal Window,
|
||||
* when used in the "front end", e.g., the Beaver Builder plugin.
|
||||
* Adapted from /wp-admin/css/edit.css and common.css.
|
||||
*/
|
||||
|
||||
.tagchecklist span a:before {
|
||||
background: none;
|
||||
color: #b4b9be;
|
||||
content: "\f153";
|
||||
display: block;
|
||||
font: normal 16px/20px dashicons;
|
||||
speak: none;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.tagchecklist span a:before {
|
||||
margin: 1px 0;
|
||||
}
|
||||
|
||||
.tagchecklist span a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.tagchecklist {
|
||||
margin-left: 14px;
|
||||
font-size: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tagchecklist br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tagchecklist strong {
|
||||
margin-left: -8px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tagchecklist span {
|
||||
margin-right: 25px;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 13px;
|
||||
line-height: 1.8em;
|
||||
cursor: default;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.tagchecklist span a {
|
||||
margin: 1px 0 0 -17px;
|
||||
cursor: pointer;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: block;
|
||||
float: left;
|
||||
text-indent: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.mla-taxonomy-field h4 {
|
||||
font-size: 1em;
|
||||
margin: 1.33em 0;
|
||||
}
|
||||
|
||||
.mla-taxonomy-field p {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.category-add input[type="text"],
|
||||
.category-add select {
|
||||
width: 100%;
|
||||
max-width: 260px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#side-sortables .category-add input[type="text"],
|
||||
#side-sortables .category-add select {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
ul.category-tabs li,
|
||||
#side-sortables .add-menu-item-tabs li,
|
||||
.wp-tab-bar li {
|
||||
display: inline;
|
||||
line-height: 1.35em;
|
||||
}
|
||||
|
||||
.no-js .category-tabs li.hide-if-no-js {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.category-tabs a,
|
||||
#side-sortables .add-menu-item-tabs a,
|
||||
.wp-tab-bar a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul.category-tabs,
|
||||
ul.add-menu-item-tabs,
|
||||
ul.wp-tab-bar {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
ul.category-tabs li,
|
||||
ul.add-menu-item-tabs li {
|
||||
border: solid 1px transparent;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.category-tabs li.tabs,
|
||||
ul.add-menu-item-tabs li.tabs,
|
||||
.wp-tab-active {
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: #fdfdfd;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
ul.category-tabs li,
|
||||
ul.add-menu-item-tabs li,
|
||||
ul.wp-tab-bar li {
|
||||
padding: 3px 5px 5px;
|
||||
}
|
||||
|
||||
.wp-tab-panel,
|
||||
.categorydiv div.tabs-panel,
|
||||
.customlinkdiv div.tabs-panel,
|
||||
.posttypediv div.tabs-panel,
|
||||
.taxonomydiv div.tabs-panel {
|
||||
min-height: 42px;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
padding: 0 0.9em;
|
||||
border: solid 1px #ddd;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
div.tabs-panel-active {
|
||||
display:block;
|
||||
}
|
||||
|
||||
div.tabs-panel-inactive {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#front-page-warning,
|
||||
#front-static-pages ul,
|
||||
ul.export-filters,
|
||||
.inline-editor ul.cat-checklist ul,
|
||||
.categorydiv ul.categorychecklist ul,
|
||||
.customlinkdiv ul.categorychecklist ul,
|
||||
.posttypediv ul.categorychecklist ul,
|
||||
.taxonomydiv ul.categorychecklist ul {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
ul.categorychecklist li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 22px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.categorydiv .tabs-panel,
|
||||
.customlinkdiv .tabs-panel,
|
||||
.posttypediv .tabs-panel,
|
||||
.taxonomydiv .tabs-panel {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media/Edit Media page, if any.
|
||||
*/
|
||||
|
||||
#mla_featured_in,
|
||||
#mla_inserted_in,
|
||||
#mla_gallery_in,
|
||||
#mla_mla_gallery_in,
|
||||
#mla_image_metadata {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Submit meta box
|
||||
*/
|
||||
.curtime span#timestamp {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#uploadtimestampdiv select,
|
||||
#modifytimestampdiv select {
|
||||
height: 21px;
|
||||
line-height: 14px;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#aa, #jj, #hh, #mn {
|
||||
padding: 1px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#jj, #hh, #mn {
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
#aa {
|
||||
width: 3.4em;
|
||||
}
|
||||
|
||||
.uploadtime #upload-timestamp,
|
||||
.modifytime #modify-timestamp {
|
||||
padding: 2px 0 1px 0;
|
||||
display: inline !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.uploadtime #upload-timestamp:before,
|
||||
.modifytime #modify-timestamp:before {
|
||||
color: #82878c;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
margin-left: -1px;
|
||||
padding-right: 3px;
|
||||
vertical-align: top;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.uploadtime #upload-timestamp:before,
|
||||
.modifytime #modify-timestamp:before {
|
||||
content: "\f145";
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
#uploadtimestampdiv,
|
||||
#modifytimestampdiv {
|
||||
padding-top: 5px;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
#uploadtimestampdiv p,
|
||||
#modifytimestampdiv p {
|
||||
margin: 8px 0 6px;
|
||||
}
|
||||
|
||||
#uploadtimestampdiv input,
|
||||
#modifytimestampdiv input {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/*
|
||||
* Parent Info meta box
|
||||
*/
|
||||
|
||||
#mla_post_parent {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
#mla_set_parent {
|
||||
line-height: 16px;
|
||||
margin: 1px 4px;
|
||||
}
|
||||
|
||||
#mla_parent_info {
|
||||
height: 25px;
|
||||
line-height: 16px;
|
||||
width: 100%;
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the taxonomy "edit-tags.php" page, adapted from wp-admin.css and given unique names
|
||||
* to avoid conflicts.
|
||||
*/
|
||||
|
||||
.column-attachments {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,200 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media Manager Modal Window,
|
||||
* as well as the WordPress 4.0 Media Grid.
|
||||
* Adapted from /wp-admin/css/edit.css and given unique names to avoid conflicts.
|
||||
*/
|
||||
|
||||
.attachments-browser .media-toolbar {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.attachments-browser .media-toolbar .media-toolbar-secondary {
|
||||
width: 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.attachments-browser .media-toolbar .media-toolbar-primary {
|
||||
width: 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
/** === Search Options */
|
||||
.mla-search-options {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mla-search-options > li {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mla-search-options > li:last-child { margin-right: 0; }
|
||||
|
||||
/**
|
||||
* Media Toolbar Controls
|
||||
*/
|
||||
.media-modal-content #mla-terms-search,
|
||||
.media-modal-content #mla-search-submit {
|
||||
height: 26px;
|
||||
line-height:normal;
|
||||
margin-top: 11px;
|
||||
position: static;
|
||||
width:auto
|
||||
}
|
||||
|
||||
.mode-grid.media-frame .media-toolbar .select-mode-toggle-button,
|
||||
.mode-grid.media-frame .media-toolbar input#mla-terms-search {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.mode-grid.media-frame .media-toolbar input#mla-media-search-input,
|
||||
.mode-grid.media-frame .media-toolbar input#mla-search-submit {
|
||||
/* margin-top: 11px; */
|
||||
position: static;
|
||||
width:auto
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide "Media Categories" meta box
|
||||
*/
|
||||
.attachment-compat .compat-item .compat-field-MLA-has-disabled-this-instance_metabox,
|
||||
.media-sidebar .compat-item .compat-field-MLA-has-disabled-this-instance_metabox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checkbox-style taxonomy meta box
|
||||
*/
|
||||
|
||||
.media-modal .media-toolbar {
|
||||
left: 312px;
|
||||
}
|
||||
|
||||
.attachments-browser .no-media {
|
||||
margin-top: 135px;
|
||||
}
|
||||
|
||||
.media-modal .attachments {
|
||||
left: 312px;
|
||||
top: 120px;
|
||||
}
|
||||
|
||||
.media-modal .media-sidebar {
|
||||
padding-right: 6px;
|
||||
min-width: 290px;
|
||||
}
|
||||
|
||||
/* Avoid "Media Categories" interference */
|
||||
.mla-hidden-children .wp-hidden-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.categorydiv,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.categorydiv {
|
||||
margin-top: 0px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv {
|
||||
margin-top: 0px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row td.field div.tabs-panel,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row td.field div.tabs-panel {
|
||||
min-height: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.media-sidebar .compat-item .mla-taxonomy-row td.field div.tabs-panel input {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Flat taxonomy meta box, from /wp-admin/css/edit.css "13.0 - Tags"
|
||||
*/
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.ajaxtag .newtag,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.ajaxtag .newtag {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .newtag,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .newtag {
|
||||
margin-right: 4px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .tagadd,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .tagadd {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.edit-attachment-frame input.mla-taxonomy-add-submit,
|
||||
.media-frame input.mla-taxonomy-add-submit {
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
height: 26px;
|
||||
padding: 4px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* ntdelbutton in media grid */
|
||||
.edit-attachment-frame .tagchecklist span a {
|
||||
position:static;
|
||||
margin-right: 0px
|
||||
}
|
||||
|
||||
/*
|
||||
* /wp-includes/js/jquery/suggest.js tag auto-complete results
|
||||
*/
|
||||
.mla_ac_results {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 170000;
|
||||
display: none;
|
||||
border: 1px solid #808080;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.mla_ac_results li {
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
color: #101010;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mla_ac_over {
|
||||
background-color: #f0f0b8;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mla_ac_match {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/** === INCLUDED BY ANTONIO === */
|
||||
|
||||
/** For responsive control, use the following media queries */
|
||||
|
||||
/* @media only screen and (max-width: 960px) {} */
|
||||
|
||||
/*@media only screen and (max-width: 900px) {}*/
|
||||
|
||||
/* Responsive on portrait and landscape */
|
||||
/*@media only screen and (max-width: 640px), screen and (max-height: 400px) {}*/
|
||||
|
||||
/* Landscape specific header override */
|
||||
/*@media screen and (max-height: 400px) {}*/
|
||||
|
||||
/*@media only screen and (max-width: 680px) {}*/
|
||||
|
||||
/** === END INCLUDED BY ANTONIO === */
|
||||
@@ -0,0 +1,218 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media Manager Modal Window,
|
||||
* as well as the WordPress 4.0 Media Grid.
|
||||
* Adapted from /wp-admin/css/edit.css and given unique names to avoid conflicts.
|
||||
*/
|
||||
|
||||
.attachments-browser .media-toolbar {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.attachments-browser .media-toolbar .media-toolbar-secondary {
|
||||
width: 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.attachments-browser .media-toolbar .media-toolbar-primary {
|
||||
width: 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
/** === Search Options */
|
||||
.mla-search-options {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mla-search-options > li {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mla-search-options > li:last-child { margin-right: 0; }
|
||||
|
||||
/**
|
||||
* Media Toolbar Controls
|
||||
*/
|
||||
.media-modal-content #mla-terms-search,
|
||||
.media-modal-content #mla-search-submit {
|
||||
height: 26px;
|
||||
line-height:normal;
|
||||
margin-top: 11px;
|
||||
position: static;
|
||||
width:auto
|
||||
}
|
||||
|
||||
.mode-grid.media-frame .media-toolbar .select-mode-toggle-button,
|
||||
.mode-grid.media-frame .media-toolbar input#mla-terms-search {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.mode-grid.media-frame .media-toolbar input#mla-media-search-input,
|
||||
.mode-grid.media-frame .media-toolbar input#mla-search-submit {
|
||||
/* margin-top: 11px; */
|
||||
position: static;
|
||||
width:auto
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide "Media Categories" meta box
|
||||
*/
|
||||
.attachment-compat .compat-item .compat-field-MLA-has-disabled-this-instance_metabox,
|
||||
.media-sidebar .compat-item .compat-field-MLA-has-disabled-this-instance_metabox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checkbox-style taxonomy meta box
|
||||
*/
|
||||
|
||||
.media-modal .media-toolbar {
|
||||
right: 312px;
|
||||
}
|
||||
|
||||
.attachments-browser .no-media {
|
||||
margin-top: 135px;
|
||||
}
|
||||
|
||||
.media-modal .attachments {
|
||||
right: 312px;
|
||||
top: 120px;
|
||||
}
|
||||
|
||||
.media-modal .media-sidebar {
|
||||
padding-left: 6px;
|
||||
min-width: 290px;
|
||||
}
|
||||
|
||||
/* Avoid "Media Categories" interference */
|
||||
.mla-hidden-children .wp-hidden-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.categorydiv,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.categorydiv {
|
||||
margin-top: 0px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv {
|
||||
margin-top: 0px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row td.field div.tabs-panel,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row td.field div.tabs-panel {
|
||||
min-height: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.media-sidebar .compat-item .mla-taxonomy-row td.field div.tabs-panel input {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Flat taxonomy meta box, from /wp-admin/css/edit.css "13.0 - Tags"
|
||||
*/
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.ajaxtag .newtag,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.ajaxtag .newtag {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .newtag,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .newtag {
|
||||
margin-right: 4px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.attachment-compat .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .tagadd,
|
||||
.media-sidebar .compat-item .mla-taxonomy-row .mla-taxonomy-field div.tagsdiv .tagadd {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.edit-attachment-frame input.mla-taxonomy-add-submit,
|
||||
.media-frame input.mla-taxonomy-add-submit {
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
height: 26px;
|
||||
padding: 4px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* ntdelbutton in media grid */
|
||||
.edit-attachment-frame .tagchecklist span a {
|
||||
position:static;
|
||||
margin-left: 0px
|
||||
}
|
||||
|
||||
/*
|
||||
* /wp-includes/js/jquery/suggest.js tag auto-complete results
|
||||
*/
|
||||
.mla_ac_results {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 170000;
|
||||
display: none;
|
||||
border: 1px solid #808080;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.mla_ac_results li {
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
color: #101010;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mla_ac_over {
|
||||
background-color: #f0f0b8;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mla_ac_match {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Responsive layout
|
||||
*/
|
||||
@media only screen and (max-width: 900px) {
|
||||
}
|
||||
|
||||
/* Responsive on portrait and landscape */
|
||||
@media only screen and (max-width: 640px), screen and (max-height: 400px) {
|
||||
}
|
||||
|
||||
/* Landscape specific header override */
|
||||
@media screen and (max-height: 400px) {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
}
|
||||
|
||||
/** === INCLUDED BY ANTONIO === */
|
||||
|
||||
/** For responsive control, use the following media queries */
|
||||
|
||||
/* @media only screen and (max-width: 960px) {} */
|
||||
|
||||
/*@media only screen and (max-width: 900px) {}*/
|
||||
|
||||
/* Responsive on portrait and landscape */
|
||||
/*@media only screen and (max-width: 640px), screen and (max-height: 400px) {}*/
|
||||
|
||||
/* Landscape specific header override */
|
||||
/*@media screen and (max-height: 400px) {}*/
|
||||
|
||||
/*@media only screen and (max-width: 680px) {}*/
|
||||
|
||||
/** === END INCLUDED BY ANTONIO === */
|
||||
@@ -0,0 +1,8 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for hiding the Media/Library submenu entry.
|
||||
*/
|
||||
|
||||
li#menu-media > ul > li.wp-first-item + li { display: none; }
|
||||
@@ -0,0 +1,81 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media/Assistant submenu
|
||||
* and Bulk Translate areas.
|
||||
*/
|
||||
|
||||
/*
|
||||
* MLA List Table ID_parent column
|
||||
*/
|
||||
.wp-list-table td.column-ID_parent, .wp-list-table th.column-ID_parent {
|
||||
width: auto;
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Bulk Translate area
|
||||
*/
|
||||
#pll-bulk-titles {
|
||||
line-height: 140%;
|
||||
display: block;
|
||||
height: 12em;
|
||||
border: 1px solid #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
#pll-bulk-titles div {
|
||||
margin: 0.8em 0.3em;
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#pll-bulk-titles div a {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 18px;
|
||||
margin: 0 3px 0 -2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#pll-bulk-titles div a:before {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
#pll-bulk-titles div a:before {
|
||||
background: none;
|
||||
color: #bbb;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
speak: none;
|
||||
margin: 2px 0;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
}
|
||||
|
||||
#pll-bulk-titles div a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
/**
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-o-min-device-pixel-ratio: 5/4),
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
#pll-bulk-titles div a,
|
||||
#pll-bulk-titles div a:hover {
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
476
wp-content/plugins/media-library-assistant/css/mla-style-rtl.css
Normal file
476
wp-content/plugins/media-library-assistant/css/mla-style-rtl.css
Normal file
@@ -0,0 +1,476 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes, adapted from wp-admin.css and given unique names
|
||||
* to avoid conflicts.
|
||||
*/
|
||||
|
||||
/*
|
||||
* MLA List Table, single edit and settings page message DIV
|
||||
*/
|
||||
div.mla_messages {
|
||||
background:#FFFFE0;
|
||||
border:1px solid #CCC;
|
||||
padding:0 10px;
|
||||
margin-top:5px;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
}
|
||||
|
||||
div.mla_errors {
|
||||
background:#FFE0E0;
|
||||
border:1px solid #CCC;
|
||||
padding:0 10px;
|
||||
margin-top:5px;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA List Table Filter, Terms Search, Empty Trash and Clear Filter-by buttons
|
||||
*/
|
||||
.actions #post-query-submit,
|
||||
.actions #mla-terms-search-open,
|
||||
.actions #delete_all,
|
||||
.actions #clear_filter_by {
|
||||
float: right;
|
||||
margin: 1px 0 0 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA Inline editing - adapted from load-styles.php
|
||||
*/
|
||||
.mla_bulk_taxonomy_options {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-left {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-center {
|
||||
width: 20%
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-right {
|
||||
width: 39%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-left {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-center {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-right {
|
||||
width: 49%
|
||||
}
|
||||
|
||||
#wpbody-content tr#bulk-progress .inline-edit-col-left {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content tr#bulk-progress .inline-edit-col-center {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content tr#bulk-progress .inline-edit-col-right {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-left .reset {
|
||||
margin: 0px 5px
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.title,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.title,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.title {
|
||||
width: 6em;
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.input-text-wrap,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-right: 6em
|
||||
}
|
||||
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-post-content textarea.wp-editor-area {
|
||||
height: auto
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-parent span.input-text-wrap,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-post-parent span.input-text-wrap {
|
||||
width: 5em
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-author,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-parent-title {
|
||||
display:inline;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left input#inline-edit-post-set-parent {
|
||||
display:inline;
|
||||
line-height: 16px;
|
||||
margin: .2em .0em .2em .4em;
|
||||
}
|
||||
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right input#bulk-edit-set-parent {
|
||||
display:inline;
|
||||
line-height: 16px;
|
||||
margin: .2em .4em .2em .4em;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-parent-title .input-text-wrap input[type=text] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-author span.title {
|
||||
width:auto;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-menu-order span.input-text-wrap {
|
||||
width: 3em
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-tags span.title,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-tags span.title {
|
||||
width: 99%
|
||||
}
|
||||
|
||||
.inline-edit-save #bulk_map,
|
||||
.inline-edit-save #bulk_custom_field_map {
|
||||
margin-left: 1em
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:before {
|
||||
background: none;
|
||||
color: #bbb;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
speak: none;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:before {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.bulk-progress-titles {
|
||||
display: block;
|
||||
height: 12em;
|
||||
border: 1px solid #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div {
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles {
|
||||
line-height: 140%;
|
||||
}
|
||||
.bulk-progress-titles div {
|
||||
margin: 0.2em 0.3em;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: right;
|
||||
height: 18px;
|
||||
margin: 0 3px 0 -2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:before {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Quick Edit and Bulk Edit */
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-left,
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-right,
|
||||
#wpbody-content .inline-edit-row-attachment .inline-edit-col-center,
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-right {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.title,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.title,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.title {
|
||||
width: 100%;
|
||||
line-height: 2.5
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.input-text-wrap,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-right: 0em
|
||||
}
|
||||
|
||||
.bulk-progress-titles div {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div {
|
||||
margin: 0.8em 0.3em;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a {
|
||||
height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA Settings page, Views and Uploads tab inline editing - adapted from load-styles.php
|
||||
*/
|
||||
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-left {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-right,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-right {
|
||||
width: 59%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.title,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.title {
|
||||
width: 8em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-right: 8em;
|
||||
width: 12em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label {
|
||||
width: 21em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label.checkbox-label,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label.checkbox-label {
|
||||
width: 10.5em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap {
|
||||
width: 5em
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-right,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-right {
|
||||
float: none;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.title,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.title {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 0px;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label {
|
||||
float: none;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap {
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA Settings page
|
||||
*/
|
||||
|
||||
#wpbody-content .optiontable th {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.mla-settings-taxonomy-th {
|
||||
padding: 0px 5px;
|
||||
text-align:center;
|
||||
border-left: 1px solid
|
||||
}
|
||||
|
||||
.mla-settings-enable-form {
|
||||
margin-right: 0px;
|
||||
margin-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom:thin solid #888888;
|
||||
}
|
||||
|
||||
span.submit.mla-settings-submit,
|
||||
p.submit.mla-settings-submit {
|
||||
padding-bottom: 0px
|
||||
}
|
||||
|
||||
#mla-shortcode-list {
|
||||
width: 90%;
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
.mla-settings-help {
|
||||
font-size: 8pt;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#mla-display-settings-iptc-exif-tab .mla-mapping,
|
||||
#mla-display-settings-custom-field-tab .mla-mapping {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
ul.mla_settings {
|
||||
list-style-type: disc;
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
ul.mla_settings li {
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table,
|
||||
#mla-add-custom-field-table {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table th,
|
||||
#mla-add-custom-field-table th {
|
||||
padding: 5px 0px 5px 5px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table td,
|
||||
#mla-add-custom-field-table td {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
#mla-add-custom-field-toggle {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table input[type="text"],
|
||||
#mla-add-iptc-exif-table select,
|
||||
#mla-add-custom-field-table input[type="text"],
|
||||
#mla-add-custom-field-table select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Help and Documentation content
|
||||
*/
|
||||
|
||||
.mla-doc-toc-list {
|
||||
list-style-position:inside;
|
||||
list-style:disc;
|
||||
line-height: 15px;
|
||||
padding-right: 20px
|
||||
}
|
||||
|
||||
.mla-doc-hook-label {
|
||||
text-align: left;
|
||||
padding: 0 0 2em 1em;
|
||||
vertical-align: top;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
.mla-doc-hook-definition {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mla-doc-table-label {
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
vertical-align: top;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
.mla-doc-table-sublabel {
|
||||
padding-left: 10px;
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
.mla-doc-table-reverse {
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
vertical-align:top
|
||||
}
|
||||
|
||||
.mla-doc-table-definition {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mla-doc-bold-link {
|
||||
font-size:14px;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
.mla-doc-dropdown-padding {
|
||||
padding-right: 40px
|
||||
}
|
||||
|
||||
#mla-doc-gallery-shortcode {
|
||||
float:right;
|
||||
margin-left: 15px
|
||||
}
|
||||
|
||||
#mla-doc-cloud-shortcode {
|
||||
float:right;
|
||||
margin-right: 15px
|
||||
}
|
||||
|
||||
#mla-doc-list-shortcode {
|
||||
float:right;
|
||||
margin-right: 15px
|
||||
}
|
||||
@@ -0,0 +1,151 @@
|
||||
/*
|
||||
* This stylesheet is used for the "Select Parent" popup window.
|
||||
*/
|
||||
|
||||
#mla-set-parent-div {
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
width: 600px;
|
||||
overflow: hidden;
|
||||
margin-right: -300px;
|
||||
position: fixed;
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
left: auto;
|
||||
right: 50%;
|
||||
z-index: 100105;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 660px ) {
|
||||
#mla-set-parent-div {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#mla-set-parent-head-div {
|
||||
background: #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 36px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 36px;
|
||||
padding: 0 36px 0 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-close-div {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
font-family: "Open Sans", sans-serif
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#mla-set-parent-close-div:hover {
|
||||
color: #2ea2cc;
|
||||
}
|
||||
|
||||
#mla-set-parent-inside-div {
|
||||
overflow: auto;
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 37px;
|
||||
bottom: 45px;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
#mla-set-parent-inside-div {
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
#mla-set-parent-search-div {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
#mla-set-parent-input {
|
||||
float: right;
|
||||
width: 140px;
|
||||
height: 28px;
|
||||
margin: 0 0 0 4px;
|
||||
}
|
||||
|
||||
#mla-set-parent-search-div .spinner {
|
||||
float: none;
|
||||
left: auto;
|
||||
right: 105px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
padding: 4px 10px 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-search {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#mla-set-parent-current-title-div {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#mla-set-parent-pagination-div {
|
||||
float: left;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
/* Added or modified in JavaScript code */
|
||||
.mla-set-parent-close-div-dashicons:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: '\f158';
|
||||
}
|
||||
|
||||
#mla-set-parent-buttons-div {
|
||||
padding: 8px 16px;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
z-index: 100100;
|
||||
}
|
||||
@@ -0,0 +1,149 @@
|
||||
/*
|
||||
* This stylesheet is used for the "Select Parent" popup window.
|
||||
*/
|
||||
|
||||
#mla-set-parent-div {
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
width: 600px;
|
||||
overflow: hidden;
|
||||
margin-left: -300px;
|
||||
position: fixed;
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
left: 50%;
|
||||
z-index: 100105;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 660px ) {
|
||||
#mla-set-parent-div {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#mla-set-parent-head-div {
|
||||
background: #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 36px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 36px;
|
||||
padding: 0 36px 0 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-close-div {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
font-family: "Open Sans", sans-serif
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#mla-set-parent-close-div:hover {
|
||||
color: #2ea2cc;
|
||||
}
|
||||
|
||||
#mla-set-parent-inside-div {
|
||||
overflow: auto;
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 37px;
|
||||
bottom: 45px;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
#mla-set-parent-inside-div {
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
#mla-set-parent-search-div {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
#mla-set-parent-input {
|
||||
float: left;
|
||||
width: 140px;
|
||||
height: 28px;
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-search-div .spinner {
|
||||
float: none;
|
||||
left: 125px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
padding: 4px 10px 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-search {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#mla-set-parent-current-title-div {
|
||||
float:left;
|
||||
font-size: 12px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#mla-set-parent-pagination-div {
|
||||
float: right;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
/* Added or modified in JavaScript code */
|
||||
.mla-set-parent-close-div-dashicons:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: '\f158';
|
||||
}
|
||||
|
||||
#mla-set-parent-buttons-div {
|
||||
padding: 8px 16px;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#mla-set-parent-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
z-index: 100100;
|
||||
}
|
||||
@@ -0,0 +1,174 @@
|
||||
/*
|
||||
* This stylesheet is used for the "Search Terms" popup window.
|
||||
*/
|
||||
|
||||
#mla-terms-search-div {
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
width: 500px;
|
||||
overflow: hidden;
|
||||
margin-left: -250px;
|
||||
position: fixed;
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
left: 50%;
|
||||
z-index: 200105;
|
||||
}
|
||||
|
||||
#mla-terms-search-div .spinner {
|
||||
padding: 4px 10px 0;
|
||||
vertical-align: top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#mla-terms-search-head-div {
|
||||
background: #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 36px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 36px;
|
||||
padding: 0 36px 0 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#mla-terms-search-close-div {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
font-family: "Open Sans", sans-serif
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#mla-terms-search-close-div:hover {
|
||||
color: #2ea2cc;
|
||||
}
|
||||
|
||||
/* Added in JavaScript code */
|
||||
.mla-terms-search-close-div-dashicons:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: '\f158';
|
||||
}
|
||||
|
||||
#mla-terms-search-inside-div {
|
||||
overflow: auto;
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 37px;
|
||||
bottom: 45px;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#mla-terms-search-search-div {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
#mla-terms-search-search-div .spinner {
|
||||
float: none;
|
||||
right: 125px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
#mla-terms-search-input,
|
||||
#mla-terms-search-search {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#mla-terms-search-input {
|
||||
width: 300px;
|
||||
height: 28px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#mla-terms-search-radio-div {
|
||||
border: 1px solid #dfdfdf;
|
||||
width: 100%; /*360px;*/
|
||||
}
|
||||
|
||||
#mla-terms-search-radio-phrases-div,
|
||||
#mla-terms-search-radio-terms-div {
|
||||
display:inline-block;
|
||||
margin-left: 10px;
|
||||
padding: 0px 10px;
|
||||
border-left: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
#mla-terms-search-exact-div {
|
||||
display:inline-block;
|
||||
padding-left: 10px;
|
||||
vertical-align:top
|
||||
}
|
||||
|
||||
#mla-terms-search-buttons-div {
|
||||
padding: 8px 16px;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
#mla-terms-search-inside-div {
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 660px ) {
|
||||
|
||||
#mla-terms-search-head-div {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#mla-terms-search-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
z-index: 200100;
|
||||
}
|
||||
|
||||
/* Styling */
|
||||
|
||||
/* Specific Elements */
|
||||
|
||||
#mla-terms-search-titles-div {
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -0,0 +1,174 @@
|
||||
/*
|
||||
* This stylesheet is used for the "Search Terms" popup window.
|
||||
*/
|
||||
|
||||
#mla-terms-search-div {
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
width: 500px;
|
||||
overflow: hidden;
|
||||
margin-left: -250px;
|
||||
position: fixed;
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
left: 50%;
|
||||
z-index: 200105;
|
||||
}
|
||||
|
||||
#mla-terms-search-div .spinner {
|
||||
padding: 4px 10px 0;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#mla-terms-search-head-div {
|
||||
background: #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 36px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 36px;
|
||||
padding: 0 36px 0 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#mla-terms-search-close-div {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
font-family: "Open Sans", sans-serif
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#mla-terms-search-close-div:hover {
|
||||
color: #2ea2cc;
|
||||
}
|
||||
|
||||
/* Added in JavaScript code */
|
||||
.mla-terms-search-close-div-dashicons:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: '\f158';
|
||||
}
|
||||
|
||||
#mla-terms-search-inside-div {
|
||||
overflow: auto;
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 37px;
|
||||
bottom: 45px;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#mla-terms-search-search-div {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
#mla-terms-search-search-div .spinner {
|
||||
float: none;
|
||||
left: 125px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
#mla-terms-search-input,
|
||||
#mla-terms-search-search {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#mla-terms-search-input {
|
||||
width: 300px;
|
||||
height: 28px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#mla-terms-search-radio-div {
|
||||
border: 1px solid #dfdfdf;
|
||||
width: 100%; /*360px;*/
|
||||
}
|
||||
|
||||
#mla-terms-search-radio-phrases-div,
|
||||
#mla-terms-search-radio-terms-div {
|
||||
display:inline-block;
|
||||
margin-right: 10px;
|
||||
padding: 0px 10px;
|
||||
border-right: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
#mla-terms-search-exact-div {
|
||||
display:inline-block;
|
||||
padding-right: 10px;
|
||||
vertical-align:top
|
||||
}
|
||||
|
||||
#mla-terms-search-buttons-div {
|
||||
padding: 8px 16px;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
#mla-terms-search-inside-div {
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 660px ) {
|
||||
|
||||
#mla-terms-search-head-div {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#mla-terms-search-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
z-index: 200100;
|
||||
}
|
||||
|
||||
/* Styling */
|
||||
|
||||
/* Specific Elements */
|
||||
|
||||
#mla-terms-search-titles-div {
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
506
wp-content/plugins/media-library-assistant/css/mla-style.css
Normal file
506
wp-content/plugins/media-library-assistant/css/mla-style.css
Normal file
@@ -0,0 +1,506 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes, adapted from wp-admin.css and given unique names
|
||||
* to avoid conflicts.
|
||||
*/
|
||||
|
||||
/*
|
||||
* MLA List Table, single edit and settings page message DIV
|
||||
*/
|
||||
div.mla_messages {
|
||||
background:#FFFFE0;
|
||||
border:1px solid #CCC;
|
||||
padding:0 10px;
|
||||
margin-top:5px;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
}
|
||||
|
||||
div.mla_errors {
|
||||
background:#FFE0E0;
|
||||
border:1px solid #CCC;
|
||||
padding:0 10px;
|
||||
margin-top:5px;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA List Table Filter, Terms Search, Empty Trash and Clear Filter-by buttons
|
||||
*/
|
||||
.actions #post-query-submit,
|
||||
.actions #mla-terms-search-open,
|
||||
.actions #delete_all,
|
||||
.actions #clear_filter_by {
|
||||
float: left;
|
||||
margin: 1px 4px 0 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA Inline editing - adapted from load-styles.php
|
||||
*/
|
||||
.mla_bulk_taxonomy_options {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-left {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-center {
|
||||
width: 20%
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-right {
|
||||
width: 39%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-left {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-center {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-right {
|
||||
width: 49%
|
||||
}
|
||||
|
||||
#wpbody-content tr#bulk-progress .inline-edit-col-left {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content tr#bulk-progress .inline-edit-col-center {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content tr#bulk-progress .inline-edit-col-right {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-left .reset {
|
||||
margin: 0px 5px
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.title,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.title,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.title {
|
||||
width: 6em;
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.input-text-wrap,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 6em
|
||||
}
|
||||
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-post-content textarea.wp-editor-area {
|
||||
height: auto
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-parent span.input-text-wrap,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-post-parent span.input-text-wrap {
|
||||
width: 5em
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-author,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-parent-title {
|
||||
display:inline;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left input#inline-edit-post-set-parent {
|
||||
display:inline;
|
||||
line-height: 16px;
|
||||
margin: .2em .4em .2em .0em;
|
||||
}
|
||||
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right input#bulk-edit-set-parent {
|
||||
display:inline;
|
||||
line-height: 16px;
|
||||
margin: .2em .4em .2em .4em;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-post-parent-title .input-text-wrap input[type=text] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-author span.title {
|
||||
width:auto;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label.inline-edit-menu-order span.input-text-wrap {
|
||||
width: 3em
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-tags span.title,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label.inline-edit-tags span.title {
|
||||
width: 99%
|
||||
}
|
||||
|
||||
.inline-edit-save #bulk_map,
|
||||
.inline-edit-save #bulk_custom_field_map {
|
||||
margin-right: 1em
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:before {
|
||||
background: none;
|
||||
color: #bbb;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
speak: none;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:before {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.bulk-progress-titles {
|
||||
display: block;
|
||||
height: 12em;
|
||||
border: 1px solid #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div {
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles {
|
||||
line-height: 140%;
|
||||
}
|
||||
.bulk-progress-titles div {
|
||||
margin: 0.2em 0.3em;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 18px;
|
||||
margin: 0 3px 0 -2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a:before {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Quick Edit and Bulk Edit */
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-left,
|
||||
#wpbody-content .quick-edit-row-attachment .inline-edit-col-right,
|
||||
#wpbody-content .inline-edit-row-attachment .inline-edit-col-center,
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-attachment .inline-edit-col-right {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.title,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.title,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.title {
|
||||
width: 100%;
|
||||
line-height: 2.5
|
||||
}
|
||||
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-left label span.input-text-wrap,
|
||||
.quick-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.bulk-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 0em
|
||||
}
|
||||
|
||||
.bulk-progress-titles div {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div {
|
||||
margin: 0.8em 0.3em;
|
||||
}
|
||||
|
||||
.bulk-progress-titles div a {
|
||||
height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA Settings page, Views, Uploads and Custom Fields tab inline editing - adapted from load-styles.php
|
||||
*/
|
||||
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-custom .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-left {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-right,
|
||||
#wpbody-content .bulk-edit-row-custom .inline-edit-col-right,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-right {
|
||||
width: 69%
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-custom fieldset.inline-edit-col label span.title,
|
||||
#wpbody-content .bulk-edit-row-custom fieldset.inline-edit-col-right label span.title {
|
||||
width: 8em;
|
||||
text-align: right
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-custom fieldset.inline-edit-col label span.checkbox-title,
|
||||
#wpbody-content .bulk-edit-row-custom fieldset.inline-edit-col-right label span.checkbox-title {
|
||||
margin-left: .25em;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-custom fieldset.inline-edit-col label span.dropdown-title,
|
||||
#wpbody-content .bulk-edit-row-custom fieldset.inline-edit-col-right label span.dropdown-title {
|
||||
float:left;
|
||||
margin-right: .25em;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-custom fieldset.inline-edit-col label span.input-text-wrap {
|
||||
margin-left: 8.5em;
|
||||
width: 24em
|
||||
}
|
||||
|
||||
#wpbody-content .quick-edit-row-custom fieldset.inline-edit-col label span.input-dropdown-wrap {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.title,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.title {
|
||||
width: 8em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 8em;
|
||||
width: 12em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label {
|
||||
width: 21em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label.checkbox-label,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label.checkbox-label {
|
||||
width: 10.5em
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap {
|
||||
width: 5em
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-left,
|
||||
#wpbody-content .bulk-edit-row-upload .inline-edit-col-right,
|
||||
#wpbody-content .bulk-edit-row-view .inline-edit-col-right {
|
||||
float: none;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.title,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.title,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.title {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label span.input-text-wrap,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label span.input-text-wrap {
|
||||
margin-left: 0px;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col label,
|
||||
.quick-edit-row-view fieldset.inline-edit-col label {
|
||||
float: none;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-upload fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap,
|
||||
.quick-edit-row-view fieldset.inline-edit-col input.inline-edit-menu-order,
|
||||
.bulk-edit-row-view fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap {
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* MLA Settings page
|
||||
*/
|
||||
|
||||
#wpbody-content .optiontable th {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.mla-settings-taxonomy-th {
|
||||
padding: 0px 5px;
|
||||
text-align:center;
|
||||
border-right: 1px solid
|
||||
}
|
||||
|
||||
.mla-settings-enable-form {
|
||||
margin-left: 0px;
|
||||
margin-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom:thin solid #888888;
|
||||
}
|
||||
|
||||
span.submit.mla-settings-submit,
|
||||
p.submit.mla-settings-submit {
|
||||
padding-bottom: 0px
|
||||
}
|
||||
|
||||
#mla-shortcode-list {
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
.mla-settings-help {
|
||||
font-size: 8pt;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#mla-display-settings-iptc-exif-tab .mla-mapping,
|
||||
#mla-display-settings-custom-field-tab .mla-mapping {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
ul.mla_settings {
|
||||
list-style-type: disc;
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
ul.mla_settings li {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table,
|
||||
#mla-add-custom-field-table {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table th,
|
||||
#mla-add-custom-field-table th {
|
||||
padding: 5px 5px 5px 0px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table td,
|
||||
#mla-add-custom-field-table td {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
#mla-add-custom-field-toggle {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#mla-add-iptc-exif-table input[type="text"],
|
||||
#mla-add-iptc-exif-table select,
|
||||
#mla-add-custom-field-table input[type="text"],
|
||||
#mla-add-custom-field-table select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Help and Documentation content
|
||||
*/
|
||||
|
||||
.mla-doc-toc-list {
|
||||
list-style-position:inside;
|
||||
list-style:disc;
|
||||
line-height: 15px;
|
||||
padding-left: 20px
|
||||
}
|
||||
|
||||
.mla-doc-hook-label {
|
||||
text-align: right;
|
||||
padding: 0 1em 2em 0;
|
||||
vertical-align: top;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
.mla-doc-hook-definition {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mla-doc-table-label {
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
vertical-align: top;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
.mla-doc-table-sublabel {
|
||||
padding-right: 10px;
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
.mla-doc-table-reverse {
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
vertical-align:top
|
||||
}
|
||||
|
||||
.mla-doc-table-definition {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mla-doc-bold-link {
|
||||
font-size:14px;
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
.mla-doc-dropdown-padding {
|
||||
padding-left: 40px
|
||||
}
|
||||
|
||||
#mla-doc-gallery-shortcode {
|
||||
float:left;
|
||||
margin-right: 15px
|
||||
}
|
||||
|
||||
#mla-doc-cloud-shortcode {
|
||||
float:left;
|
||||
margin-left: 15px
|
||||
}
|
||||
|
||||
#mla-doc-list-shortcode {
|
||||
float:left;
|
||||
margin-left: 15px
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media/Assistant submenu
|
||||
* Generate Thumbnails area.
|
||||
*/
|
||||
|
||||
#mla-thumbnail-titles {
|
||||
line-height: 140%;
|
||||
display: block;
|
||||
height: 12em;
|
||||
border: 1px solid #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div {
|
||||
margin: 0.8em 0.3em;
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: right;
|
||||
height: 18px;
|
||||
margin: 0 3px 0 -2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a:before {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a:before {
|
||||
background: none;
|
||||
color: #bbb;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
speak: none;
|
||||
margin: 2px 0;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
/**
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-o-min-device-pixel-ratio: 5/4),
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
#mla-thumbnail-titles div a,
|
||||
#mla-thumbnail-titles div a:hover {
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Generate Thumbnails settings
|
||||
*/
|
||||
|
||||
#wpbody-content .bulk-thumbnail-row-attachment fieldset.inline-edit-col-left {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-thumbnail-row-attachment fieldset.inline-edit-col-right {
|
||||
width: 69%
|
||||
}
|
||||
|
||||
#mla-thumbnail-settings label {
|
||||
display: inline;
|
||||
float:none;
|
||||
}
|
||||
|
||||
#mla-thumbnail-settings label span.title {
|
||||
display: inline;
|
||||
float:none;
|
||||
}
|
||||
|
||||
#mla-thumbnail-settings td {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,97 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* CSS Document
|
||||
*
|
||||
* This file contains styling attributes for the Media/Assistant submenu
|
||||
* Generate Thumbnails area.
|
||||
*/
|
||||
|
||||
#mla-thumbnail-titles {
|
||||
line-height: 140%;
|
||||
display: block;
|
||||
height: 12em;
|
||||
border: 1px solid #ddd;
|
||||
overflow-y: scroll;
|
||||
padding: 0 5px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div {
|
||||
margin: 0.8em 0.3em;
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 18px;
|
||||
margin: 0 3px 0 -2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a:before {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a:before {
|
||||
background: none;
|
||||
color: #bbb;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
speak: none;
|
||||
margin: 2px 0;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
}
|
||||
|
||||
#mla-thumbnail-titles div a:hover:before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
/**
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-o-min-device-pixel-ratio: 5/4),
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
#mla-thumbnail-titles div a,
|
||||
#mla-thumbnail-titles div a:hover {
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Generate Thumbnails settings
|
||||
*/
|
||||
|
||||
#wpbody-content .bulk-thumbnail-row-attachment fieldset.inline-edit-col-left {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
#wpbody-content .bulk-thumbnail-row-attachment fieldset.inline-edit-col-right {
|
||||
width: 69%
|
||||
}
|
||||
|
||||
#mla-thumbnail-settings label {
|
||||
display: inline;
|
||||
float:none;
|
||||
}
|
||||
|
||||
#mla-thumbnail-settings label span.title {
|
||||
display: inline;
|
||||
float:none;
|
||||
}
|
||||
|
||||
#mla-thumbnail-settings td {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user