1853 lines
42 KiB
CSS
1853 lines
42 KiB
CSS
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* vars
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* acf-field
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-field,
|
||
.acf-field .acf-label,
|
||
.acf-field .acf-input {
|
||
-webkit-box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
.acf-field {
|
||
margin: 0 0 20px;
|
||
}
|
||
.acf-field .acf-label {
|
||
vertical-align: top;
|
||
margin: 0 0 10px;
|
||
}
|
||
.acf-field .acf-label label {
|
||
display: block;
|
||
font-weight: bold;
|
||
font-size: 13px;
|
||
line-height: 1.4em;
|
||
margin: 0 0 3px;
|
||
}
|
||
.acf-field .acf-label p {
|
||
color: #777777;
|
||
display: block;
|
||
font-size: 12px;
|
||
line-height: 1.4em;
|
||
font-style: normal;
|
||
margin: 3px 0 0 !important;
|
||
padding: 0 !important;
|
||
}
|
||
.acf-field .acf-input {
|
||
vertical-align: top;
|
||
}
|
||
/* field error */
|
||
.acf-field .acf-error-message {
|
||
background: #F55E4F;
|
||
color: #fff;
|
||
margin: 0 0 10px;
|
||
display: inline-block;
|
||
}
|
||
.acf-field .acf-error-message:after {
|
||
content: "";
|
||
width: 0;
|
||
height: 0;
|
||
border: transparent 5px solid;
|
||
border-top-color: #F55E4F;
|
||
display: block;
|
||
position: absolute;
|
||
bottom: -10px;
|
||
left: 10px;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* acf-fields
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-fields {
|
||
position: relative;
|
||
}
|
||
.acf-fields:after {
|
||
content: "";
|
||
display: block;
|
||
line-height: 0;
|
||
clear: both;
|
||
}
|
||
.acf-fields > .acf-field {
|
||
margin: 0;
|
||
padding: 15px 12px;
|
||
border-top: #EEEEEE solid 1px;
|
||
position: relative;
|
||
clear: left;
|
||
/* used to clear floating widths */
|
||
}
|
||
.acf-fields > .acf-field:first-child {
|
||
border-top-width: 0;
|
||
}
|
||
td.acf-fields {
|
||
padding: 0 !important;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* acf-fields (left)
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-fields.-left > .acf-field {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
.acf-fields.-left > .acf-field:after {
|
||
content: "";
|
||
display: block;
|
||
line-height: 0;
|
||
clear: both;
|
||
}
|
||
.acf-fields.-left > .acf-field:before {
|
||
content: "";
|
||
display: block;
|
||
position: absolute;
|
||
z-index: 0;
|
||
background: #F9F9F9;
|
||
border-color: #E1E1E1;
|
||
border-style: solid;
|
||
border-width: 0 1px 0 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
width: 24%;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-fields.-left > .acf-field:before {
|
||
border-right-width: 0;
|
||
border-left-width: 1px;
|
||
left: auto;
|
||
right: 0;
|
||
}
|
||
.acf-fields.-left > .acf-field > .acf-label,
|
||
.acf-fields.-left > .acf-field > .acf-input {
|
||
margin: 0;
|
||
padding: 15px 12px;
|
||
float: left;
|
||
position: relative;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-fields.-left > .acf-field > .acf-label,
|
||
html[dir="rtl"] .acf-fields.-left > .acf-field > .acf-input {
|
||
float: right;
|
||
}
|
||
.acf-fields.-left > .acf-field > .acf-label {
|
||
width: 24%;
|
||
}
|
||
.acf-fields.-left > .acf-field > .acf-input {
|
||
width: 76%;
|
||
}
|
||
.acf-fields.-left > .acf-field[data-width] {
|
||
width: 100% !important;
|
||
}
|
||
/* mobile */
|
||
@media screen and (max-width: 782px) {
|
||
.acf-fields.-left > .acf-field {
|
||
padding: 15px 12px;
|
||
}
|
||
.acf-fields.-left > .acf-field:before {
|
||
display: none;
|
||
}
|
||
.acf-fields.-left > .acf-field > .acf-label,
|
||
.acf-fields.-left > .acf-field > .acf-input {
|
||
padding: 0;
|
||
float: none;
|
||
width: auto;
|
||
}
|
||
.acf-fields.-left > .acf-field > .acf-label {
|
||
margin: 0 0 10px;
|
||
}
|
||
}
|
||
/* tr.acf-field */
|
||
.acf-table tr.acf-field > td.acf-label,
|
||
.acf-table tr.acf-field > td.acf-input {
|
||
padding: 15px 12px;
|
||
}
|
||
.acf-table tr.acf-field > td.acf-label {
|
||
background: #F9F9F9;
|
||
border-top-color: #F0F0F0;
|
||
width: 24%;
|
||
}
|
||
.acf-table tr.acf-field > td.acf-input {
|
||
border-left-color: #E1E1E1;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* acf-postbox
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-postbox {
|
||
position: relative;
|
||
}
|
||
.acf-postbox > .inside {
|
||
margin: 0 !important;
|
||
/* override WP style - do not delete - you have tried this before */
|
||
padding: 0 !important;
|
||
/* override WP style - do not delete - you have tried this before */
|
||
}
|
||
/* position high */
|
||
#acf_after_title-sortables .acf-postbox {
|
||
margin: 20px 0 0;
|
||
}
|
||
/* override WP CSS */
|
||
.metabox-prefs label.acf-hidden {
|
||
display: none;
|
||
}
|
||
/* edit field group */
|
||
.acf-postbox .hndle .acf-hndle-cog {
|
||
color: #AAAAAA;
|
||
font-size: 16px;
|
||
line-height: 20px;
|
||
padding: 0 2px;
|
||
float: right;
|
||
position: relative;
|
||
display: none;
|
||
}
|
||
.acf-postbox .hndle:hover .acf-hndle-cog,
|
||
.acf-postbox .hndle.hover .acf-hndle-cog {
|
||
display: block;
|
||
}
|
||
.acf-postbox .hndle .acf-hndle-cog:hover {
|
||
color: #777777;
|
||
}
|
||
.acf-replace-with-fields {
|
||
padding: 15px;
|
||
text-align: center;
|
||
}
|
||
/* seamless */
|
||
.acf-postbox.seamless {
|
||
border: 0 none;
|
||
background: transparent;
|
||
box-shadow: none;
|
||
}
|
||
.acf-postbox.seamless > .hndle,
|
||
.acf-postbox.seamless > .handlediv {
|
||
display: none;
|
||
}
|
||
.acf-postbox.seamless > .inside {
|
||
display: block !important;
|
||
/* stop metabox from hiding when closed */
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-field {
|
||
padding: 0;
|
||
margin: 20px 0 0;
|
||
border: 0 none;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-field:first-child {
|
||
margin-top: 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-field[data-width] + .acf-field[data-width] {
|
||
padding-left: 12px;
|
||
border-left-width: 0;
|
||
}
|
||
/* seamless (left) */
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field:before {
|
||
display: none;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-label,
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-input {
|
||
padding: 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-label {
|
||
padding-right: 12px;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-input {
|
||
padding-left: 12px;
|
||
}
|
||
/* mobile */
|
||
@media screen and (max-width: 782px) {
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-label,
|
||
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-input {
|
||
padding: 0;
|
||
}
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* Basic ACF field wrap
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
/* add term */
|
||
#addtag div.acf-field.error {
|
||
border: 0 none;
|
||
padding: 8px 0;
|
||
}
|
||
/* widget */
|
||
.widget .widget-inside .acf-error-message p {
|
||
margin: 10px 0;
|
||
}
|
||
.widget .widget-inside div.acf-field.error {
|
||
border: 0 none;
|
||
background: transparent;
|
||
margin: 0 0 20px;
|
||
padding: 0;
|
||
}
|
||
/* width */
|
||
.acf-field[data-width] {
|
||
float: left;
|
||
-webkit-box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
.acf-field[data-width] + .acf-field {
|
||
clear: left;
|
||
}
|
||
.acf-field[data-width] + .acf-field[data-width] {
|
||
clear: none;
|
||
border-left: 1px solid #eeeeee;
|
||
}
|
||
td.acf-field[data-width] {
|
||
float: none;
|
||
}
|
||
/* field width helpers */
|
||
.acf-r0 {
|
||
border-top-width: 0 !important;
|
||
}
|
||
.acf-c0 {
|
||
clear: left !important;
|
||
border-left-width: 0 !important;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-field[data-width] {
|
||
float: right;
|
||
}
|
||
html[dir="rtl"] .acf-field[data-width] + .acf-field {
|
||
clear: right;
|
||
}
|
||
html[dir="rtl"] .acf-field[data-width] + .acf-field[data-width] {
|
||
clear: none;
|
||
border-right: 1px solid #eeeeee;
|
||
}
|
||
html[dir="rtl"] .acf-c0 {
|
||
clear: right !important;
|
||
border-left-width: 1px !important;
|
||
border-right-width: 0 !important;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Basic Field Styles
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-field input[type="text"],
|
||
.acf-field input[type="password"],
|
||
.acf-field input[type="number"],
|
||
.acf-field input[type="search"],
|
||
.acf-field input[type="email"],
|
||
.acf-field input[type="url"],
|
||
.acf-field textarea,
|
||
.acf-field select {
|
||
width: 100%;
|
||
padding: 3px 5px;
|
||
resize: none;
|
||
margin: 0;
|
||
-webkit-box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
font-size: 14px;
|
||
line-height: 15px;
|
||
}
|
||
.acf-field textarea {
|
||
resize: vertical;
|
||
line-height: 1.4em;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Text
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-input-prepend,
|
||
.acf-input-append {
|
||
font-size: 13px;
|
||
line-height: 20px;
|
||
height: 20px;
|
||
padding: 3px 7px;
|
||
background: #F4F4F4;
|
||
border: #DFDFDF solid 1px;
|
||
}
|
||
.acf-input-prepend {
|
||
float: left;
|
||
border-right-width: 0;
|
||
border-radius: 3px 0 0 3px;
|
||
}
|
||
.acf-input-append {
|
||
float: right;
|
||
border-left-width: 0;
|
||
border-radius: 0 3px 3px 0;
|
||
}
|
||
.acf-input-wrap {
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.acf-input-wrap input {
|
||
height: 28px;
|
||
margin: 0;
|
||
}
|
||
input.acf-is-prepended {
|
||
border-radius: 0 3px 3px 0 !important;
|
||
}
|
||
input.acf-is-appended {
|
||
border-radius: 3px 0 0 3px !important;
|
||
}
|
||
input.acf-is-prepended.acf-is-appended {
|
||
border-radius: 0 !important;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-input-prepend {
|
||
border-left-width: 0;
|
||
border-right-width: 1px;
|
||
border-radius: 0 3px 3px 0;
|
||
float: right;
|
||
}
|
||
html[dir="rtl"] .acf-input-append {
|
||
border-left-width: 1px;
|
||
border-right-width: 0;
|
||
border-radius: 3px 0 0 3px;
|
||
float: left;
|
||
}
|
||
html[dir="rtl"] input.acf-is-prepended {
|
||
border-radius: 3px 0 0 3px !important;
|
||
}
|
||
html[dir="rtl"] input.acf-is-appended {
|
||
border-radius: 0 3px 3px 0 !important;
|
||
}
|
||
html[dir="rtl"] input.acf-is-prepended.acf-is-appended {
|
||
border-radius: 0 !important;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Url
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-url i {
|
||
position: absolute;
|
||
top: 4px;
|
||
left: 4px;
|
||
opacity: 0.5;
|
||
color: #A9A9A9;
|
||
}
|
||
.acf-url.valid i {
|
||
opacity: 1;
|
||
}
|
||
.acf-url input[type="url"] {
|
||
padding-left: 25px;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Select
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-field select {
|
||
padding: 2px;
|
||
}
|
||
.acf-field select optgroup {
|
||
padding: 5px;
|
||
background: #fff;
|
||
}
|
||
.acf-field select option {
|
||
padding: 3px;
|
||
}
|
||
.acf-field select optgroup option {
|
||
padding-left: 5px;
|
||
}
|
||
.acf-field select optgroup:nth-child(2n) {
|
||
background: #F9F9F9;
|
||
}
|
||
.acf-field .select2-input {
|
||
max-width: 200px;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Select2 (v3)
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.select2-container.-acf .select2-choices {
|
||
background: #fff;
|
||
border-color: #ddd;
|
||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
|
||
min-height: 31px;
|
||
}
|
||
.select2-container.-acf .select2-choices .select2-search-choice {
|
||
margin: 5px 0 5px 5px;
|
||
padding: 3px 5px 3px 18px;
|
||
border-color: #bbb;
|
||
background: #f9f9f9;
|
||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
|
||
}
|
||
.select2-container.-acf .select2-choices .select2-search-choice-focus {
|
||
border-color: #999;
|
||
}
|
||
.select2-container.-acf .select2-choices .select2-search-field input {
|
||
height: 31px;
|
||
line-height: 22px;
|
||
margin: 0;
|
||
padding: 5px 5px 5px 7px;
|
||
}
|
||
.select2-container.-acf .select2-search-choice-close {
|
||
margin-top: -1px;
|
||
}
|
||
/* open */
|
||
.select2-container.-acf.select2-container-active .select2-choices,
|
||
.select2-container.-acf.select2-dropdown-open .select2-choices {
|
||
border-color: #5B9DD9;
|
||
border-radius: 3px 3px 0 0;
|
||
}
|
||
/* single */
|
||
.select2-container.-acf .select2-choice {
|
||
border-color: #BBBBBB;
|
||
}
|
||
.select2-container.-acf .select2-choice .select2-arrow {
|
||
background: transparent;
|
||
border-left-color: #DFDFDF;
|
||
padding-left: 1px;
|
||
}
|
||
/* single open */
|
||
.select2-container.-acf.select2-dropdown-open .select2-choice {
|
||
background: #fff;
|
||
border-color: #5B9DD9;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Select2 (v4)
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.select2-selection.-acf li {
|
||
margin-bottom: 0;
|
||
}
|
||
.select2-selection.-acf input {
|
||
box-shadow: none;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Radio
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
ul.acf-radio-list,
|
||
ul.acf-checkbox-list {
|
||
background: transparent !important;
|
||
position: relative;
|
||
padding: 1px;
|
||
margin: 0;
|
||
}
|
||
ul.acf-radio-list li,
|
||
ul.acf-checkbox-list li {
|
||
font-size: 13px;
|
||
line-height: 22px;
|
||
margin: 0;
|
||
position: relative;
|
||
word-wrap: break-word;
|
||
}
|
||
ul.acf-hl.acf-radio-list li,
|
||
ul.acf-hl.acf-checkbox-list li {
|
||
margin-right: 20px;
|
||
clear: none;
|
||
}
|
||
ul.acf-radio-list li input,
|
||
ul.acf-checkbox-list li input {
|
||
margin: -1px 4px 0 0;
|
||
vertical-align: middle;
|
||
}
|
||
ul.acf-radio-list li label,
|
||
ul.acf-checkbox-list li label {
|
||
display: inline;
|
||
margin: 2px 0;
|
||
}
|
||
ul.acf-radio-list li input[type="text"] {
|
||
width: auto;
|
||
}
|
||
/* attachment sidebar fix*/
|
||
ul.acf-radio-list li span,
|
||
ul.acf-checkbox-list li span {
|
||
float: none;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] ul.acf-radio-list li input,
|
||
html[dir="rtl"] ul.acf-checkbox-list li input {
|
||
margin-left: 4px;
|
||
margin-right: 0;
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
/*--------------------------------------------------------------------------
|
||
*
|
||
* Google Map
|
||
*
|
||
*-------------------------------------------------------------------------*/
|
||
.acf-google-map {
|
||
position: relative;
|
||
border: #DFDFDF solid 1px;
|
||
background: #fff;
|
||
}
|
||
.acf-google-map .title {
|
||
position: relative;
|
||
border-bottom: #DFDFDF solid 1px;
|
||
}
|
||
.acf-google-map .title .search {
|
||
margin: 0;
|
||
font-size: 14px;
|
||
line-height: 30px;
|
||
height: 40px;
|
||
padding: 5px 10px;
|
||
border: 0 none;
|
||
box-shadow: none;
|
||
border-radius: 0;
|
||
font-family: inherit;
|
||
cursor: text;
|
||
}
|
||
.acf-google-map .title .actions {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
}
|
||
.acf-google-map .title a {
|
||
float: left;
|
||
margin: 6px 7px 0 0;
|
||
display: none;
|
||
}
|
||
.acf-google-map .title i {
|
||
position: absolute;
|
||
top: 10px;
|
||
right: 11px;
|
||
display: none;
|
||
}
|
||
.acf-google-map .canvas {
|
||
height: 400px;
|
||
}
|
||
/* default is focused */
|
||
.acf-google-map .title .acf-icon.-location {
|
||
display: block;
|
||
}
|
||
.acf-google-map .title .acf-icon.-cancel {
|
||
display: none;
|
||
}
|
||
.acf-google-map .title .acf-icon.-search {
|
||
display: none;
|
||
}
|
||
/* -search */
|
||
.acf-google-map.-search .title .acf-icon.-location {
|
||
display: none;
|
||
}
|
||
.acf-google-map.-search .title .acf-icon.-cancel {
|
||
display: block;
|
||
}
|
||
.acf-google-map.-search .title .acf-icon.-search {
|
||
display: block;
|
||
}
|
||
/* -value */
|
||
.acf-google-map.-value .title .search {
|
||
font-weight: bold;
|
||
}
|
||
.acf-google-map.-value .title .acf-icon.-location {
|
||
display: none;
|
||
}
|
||
.acf-google-map.-value .title .acf-icon.-cancel {
|
||
display: block;
|
||
}
|
||
.acf-google-map.-value .title .acf-icon.-search {
|
||
display: none;
|
||
}
|
||
/* -loading */
|
||
.acf-google-map.-loading .title a {
|
||
display: none !important;
|
||
}
|
||
.acf-google-map.-loading .title i {
|
||
display: block;
|
||
}
|
||
/* autocomplete */
|
||
.pac-container {
|
||
border-width: 1px 0;
|
||
box-shadow: none;
|
||
}
|
||
.pac-container:after {
|
||
display: none;
|
||
}
|
||
.pac-container .pac-item:first-child {
|
||
border-top: 0 none;
|
||
}
|
||
.pac-container .pac-item {
|
||
padding: 5px 10px;
|
||
cursor: pointer;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-google-map .title .acf-icon {
|
||
right: auto;
|
||
left: 7px;
|
||
}
|
||
html[dir="rtl"] .pac-container .pac-item {
|
||
text-align: right;
|
||
}
|
||
/*--------------------------------------------------------------------------
|
||
*
|
||
* Relationship
|
||
*
|
||
*-------------------------------------------------------------------------*/
|
||
.acf-relationship .filters {
|
||
border: #DFDFDF solid 1px;
|
||
background: #fff;
|
||
}
|
||
.acf-relationship .filters li input,
|
||
.acf-relationship .filters li select {
|
||
height: 28px;
|
||
line-height: 28px;
|
||
padding: 2px;
|
||
width: 100%;
|
||
}
|
||
.acf-relationship .filters li input {
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
}
|
||
.acf-relationship .filters li .inner {
|
||
padding: 7px 7px 7px 0;
|
||
margin: 0;
|
||
}
|
||
.acf-relationship .filters li:first-child .inner {
|
||
padding-left: 5px;
|
||
}
|
||
.acf-relationship .filters .filter {
|
||
margin: 0;
|
||
float: none;
|
||
}
|
||
.acf-relationship .filters .filter:focus,
|
||
.acf-relationship .filters .filter:active {
|
||
outline: none;
|
||
box-shadow: none;
|
||
}
|
||
.acf-relationship .selection {
|
||
border: #DFDFDF solid 1px;
|
||
position: relative;
|
||
margin-top: -1px;
|
||
}
|
||
.acf-relationship .values,
|
||
.acf-relationship .choices {
|
||
width: 50%;
|
||
background: #fff;
|
||
float: left;
|
||
}
|
||
.acf-relationship .choices {
|
||
background: #F9F9F9;
|
||
}
|
||
.acf-relationship .choices .list {
|
||
border-right: #DFDFDF solid 1px;
|
||
}
|
||
.acf-relationship .list {
|
||
margin: 0;
|
||
padding: 5px;
|
||
height: 160px;
|
||
overflow: auto;
|
||
}
|
||
.acf-relationship .list .acf-rel-label,
|
||
.acf-relationship .list .acf-rel-item,
|
||
.acf-relationship .list p {
|
||
padding: 5px 7px;
|
||
margin: 0;
|
||
display: block;
|
||
position: relative;
|
||
min-height: 18px;
|
||
}
|
||
.acf-relationship .list ul {
|
||
padding-bottom: 5px;
|
||
}
|
||
.acf-relationship .list ul .acf-rel-item,
|
||
.acf-relationship .list ul p {
|
||
padding-left: 20px;
|
||
}
|
||
.acf-relationship .list .acf-rel-label {
|
||
font-weight: bold;
|
||
}
|
||
.acf-relationship .list .acf-rel-item {
|
||
color: #333;
|
||
cursor: pointer;
|
||
}
|
||
.acf-relationship .values .list .acf-rel-item {
|
||
cursor: move;
|
||
}
|
||
.acf-relationship .acf-rel-item b {
|
||
text-decoration: underline;
|
||
font-weight: normal;
|
||
}
|
||
.acf-relationship .values .acf-rel-item b {
|
||
text-decoration: none;
|
||
}
|
||
.acf-relationship .acf-rel-item .thumbnail {
|
||
background: #DFDFDF;
|
||
width: 17px;
|
||
height: 17px;
|
||
float: left;
|
||
margin: 0 5px 0 0;
|
||
}
|
||
.acf-relationship .acf-rel-item .thumbnail img {
|
||
width: 17px;
|
||
height: 17px;
|
||
}
|
||
.acf-relationship .acf-rel-item:hover {
|
||
background: #3875D7;
|
||
color: #fff;
|
||
}
|
||
.acf-relationship .values .acf-icon {
|
||
position: absolute;
|
||
top: 4px;
|
||
right: 7px;
|
||
display: none;
|
||
}
|
||
html[dir="rtl"] .acf-relationship .values .acf-icon {
|
||
right: auto;
|
||
left: 7px;
|
||
}
|
||
.acf-relationship .values .acf-rel-item:hover .acf-icon {
|
||
display: block;
|
||
}
|
||
/* disabled */
|
||
.acf-relationship .acf-rel-item.disabled {
|
||
opacity: 0.5;
|
||
}
|
||
.acf-relationship .acf-rel-item.disabled:hover {
|
||
opacity: 0.5;
|
||
background: transparent;
|
||
color: #333;
|
||
cursor: default;
|
||
}
|
||
/*--------------------------------------------------------------------------
|
||
*
|
||
* WYSIWYG
|
||
*
|
||
*-------------------------------------------------------------------------*/
|
||
.acf-editor-wrap iframe {
|
||
min-height: 200px;
|
||
}
|
||
.acf-editor-wrap .wp-editor-container {
|
||
border: 1px solid #E5E5E5;
|
||
box-shadow: none;
|
||
}
|
||
#mce_fullscreen_container {
|
||
z-index: 150005 !important;
|
||
}
|
||
/* WP < 4.1 */
|
||
.acf-editor-wrap .wp-switch-editor {
|
||
float: left;
|
||
-moz-box-sizing: content-box;
|
||
-webkit-box-sizing: content-box;
|
||
box-sizing: content-box;
|
||
}
|
||
.acf-editor-wrap.tmce-active .wp-editor-area {
|
||
color: #333 !important;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Tab
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-field-tab {
|
||
display: none !important;
|
||
}
|
||
.acf-field-tab + .acf-field {
|
||
border-top-width: 0px;
|
||
}
|
||
.acf-tab-wrap {
|
||
clear: both;
|
||
margin: 0 0 20px;
|
||
}
|
||
.acf-tab-wrap:first-child {
|
||
margin: 0;
|
||
}
|
||
.acf-tab-group {
|
||
border-bottom: #ccc solid 1px;
|
||
padding: 0 5px 0 10px;
|
||
position: relative;
|
||
margin-bottom: -1px;
|
||
z-index: 1;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-tab-group {
|
||
padding: 0 10px 0 5px;
|
||
}
|
||
.acf-tab-group li {
|
||
margin: 0 5px 0 0;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-tab-group li {
|
||
margin: 0 0 0 5px;
|
||
}
|
||
.acf-tab-group li a {
|
||
padding: 6px 10px;
|
||
display: block;
|
||
color: #555555;
|
||
font-size: 14px;
|
||
font-weight: 700;
|
||
line-height: 24px;
|
||
border: #ccc solid 1px;
|
||
border-bottom: 0 none;
|
||
text-decoration: none;
|
||
background: #F1F1F1;
|
||
border-radius: 3px 3px 0 0;
|
||
transition: none;
|
||
}
|
||
.acf-tab-group li a:hover {
|
||
background: #FFFFFF;
|
||
}
|
||
.acf-tab-group li a:focus {
|
||
outline: none;
|
||
box-shadow: none;
|
||
}
|
||
.acf-tab-group li.active a {
|
||
background: #F1F1F1;
|
||
color: #000;
|
||
border-color: #CCCCCC;
|
||
border-bottom-color: #F7F7F7;
|
||
padding-bottom: 7px;
|
||
margin-bottom: -1px;
|
||
z-index: 1;
|
||
position: relative;
|
||
}
|
||
.hidden-by-tab {
|
||
display: none !important;
|
||
}
|
||
.compat-item .acf-tab-wrap td {
|
||
display: block;
|
||
}
|
||
/* acf-fields */
|
||
.acf-fields > .acf-tab-wrap {
|
||
background: #F9F9F9;
|
||
margin: 0;
|
||
}
|
||
.acf-fields > .acf-tab-wrap .acf-tab-group {
|
||
padding-top: 10px;
|
||
border-top: #DFDFDF solid 1px;
|
||
border-bottom: #DFDFDF solid 1px;
|
||
}
|
||
.acf-fields > .acf-tab-wrap:first-child .acf-tab-group {
|
||
border-top-width: 0;
|
||
}
|
||
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
|
||
background: #FFFFFF;
|
||
}
|
||
/* left aligned labels */
|
||
.acf-fields.-left > .acf-tab-wrap .acf-tab-group {
|
||
padding-left: 24%;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-fields.-left > .acf-tab-wrap .acf-tab-group {
|
||
padding-left: 5px;
|
||
padding-right: 24%;
|
||
}
|
||
/* mobile */
|
||
@media screen and (max-width: 782px) {
|
||
.acf-fields.-left > .acf-tab-wrap .acf-tab-group {
|
||
padding-left: 10px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-fields.-left > .acf-tab-wrap .acf-tab-group {
|
||
padding-left: 5px;
|
||
padding-right: 10px;
|
||
}
|
||
}
|
||
/* sidebar */
|
||
.acf-fields.-sidebar {
|
||
padding-left: 150px !important;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-fields.-sidebar {
|
||
padding-right: 150px !important;
|
||
padding-left: 0 !important;
|
||
}
|
||
.acf-fields.-sidebar:before {
|
||
content: "";
|
||
display: block;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 149px;
|
||
height: 100%;
|
||
border-right: #DFDFDF solid 1px;
|
||
background: #F9F9F9;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-fields.-sidebar:before {
|
||
border-left: #CCCCCC solid 1px;
|
||
border-right-width: 0;
|
||
left: auto;
|
||
right: 0;
|
||
}
|
||
/* left */
|
||
.acf-field + .acf-tab-wrap.-left:before {
|
||
content: "";
|
||
display: block;
|
||
position: absolute;
|
||
z-index: 1;
|
||
background: #DFDFDF;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 1px;
|
||
}
|
||
.acf-tab-wrap.-left .acf-tab-group {
|
||
position: absolute;
|
||
left: 0;
|
||
width: 150px;
|
||
border: 0 none;
|
||
padding: 0 !important;
|
||
/* important overrides 'left aligned labels' */
|
||
margin: 1px 0 0;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group {
|
||
left: auto;
|
||
right: 0;
|
||
}
|
||
.acf-tab-wrap.-left .acf-tab-group li {
|
||
float: none;
|
||
margin: -1px 0 0;
|
||
}
|
||
.acf-tab-wrap.-left .acf-tab-group li a {
|
||
border: 1px solid #DFDFDF;
|
||
font-size: 13px;
|
||
line-height: 18px;
|
||
color: #0074a2;
|
||
padding: 10px;
|
||
font-weight: normal;
|
||
border-width: 1px 0;
|
||
margin-right: 1px;
|
||
border-radius: 0;
|
||
background: transparent;
|
||
}
|
||
.acf-tab-wrap.-left .acf-tab-group li.active a {
|
||
color: #000;
|
||
margin-right: 0;
|
||
background: #fff;
|
||
}
|
||
.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a {
|
||
border-top-width: 0;
|
||
}
|
||
/* sidebar + left (.acf-fields.-left.-sidebar) */
|
||
.acf-fields.-left.-sidebar:before {
|
||
background: #F1F1F1;
|
||
}
|
||
.acf-fields.-left.-sidebar > .acf-tab-wrap.-left li.active a {
|
||
background: #F9F9F9;
|
||
}
|
||
/* seamless */
|
||
.acf-postbox.seamless > .acf-fields.-sidebar {
|
||
padding: 0 0 0 162px !important;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields.-sidebar {
|
||
padding: 0 162px 0 0 !important;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap {
|
||
background: transparent;
|
||
margin: 20px 0 0 -12px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap {
|
||
margin: 20px -12px 0 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap:first-child {
|
||
margin-top: 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group {
|
||
border-top: 0 none;
|
||
padding-left: 12px;
|
||
border-color: #ccc;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group {
|
||
padding-left: 5px;
|
||
padding-right: 12px;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li a {
|
||
background: #E4E4E4;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
|
||
background: #F1F1F1;
|
||
border-color: #ccc;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left {
|
||
height: 1px;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left:before {
|
||
background: #ccc;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a {
|
||
border-left-width: 1px;
|
||
background: #F1F1F1;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a {
|
||
border-left-width: 0;
|
||
border-right-width: 1px;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li.active a {
|
||
border-color: #ccc;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child a {
|
||
border-radius: 3px 0 0 0;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child a {
|
||
border-radius: 0 3px 0 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:last-child a {
|
||
border-radius: 0 0 0 3px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:last-child a {
|
||
border-radius: 0 0 3px 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child:last-child a {
|
||
border-radius: 3px 0 0 3px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child:last-child a {
|
||
border-radius: 0 3px 3px 0;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a {
|
||
border-top-width: 1px;
|
||
}
|
||
.acf-postbox.seamless > .acf-fields.-sidebar:before {
|
||
background: transparent;
|
||
border-color: #ccc;
|
||
}
|
||
/* within gallery sidebar */
|
||
.acf-gallery-side .acf-tab-wrap {
|
||
border-top: 0 none !important;
|
||
}
|
||
.acf-gallery-side .acf-tab-wrap .acf-tab-group {
|
||
margin: 10px 0 !important;
|
||
padding: 0 !important;
|
||
}
|
||
.acf-gallery-side .acf-tab-group li.active a {
|
||
background: #F9F9F9 !important;
|
||
}
|
||
/* withing widget */
|
||
.widget .acf-tab-group {
|
||
border-bottom-color: #e8e8e8;
|
||
}
|
||
.widget .acf-tab-group li a {
|
||
background: #F1F1F1;
|
||
}
|
||
.widget .acf-tab-group li.active a {
|
||
background: #fff;
|
||
}
|
||
/* media popup (edit image) */
|
||
.media-modal.acf-expanded .compat-attachment-fields > tbody > tr.acf-tab-wrap .acf-tab-group {
|
||
padding-left: 23%;
|
||
border-bottom-color: #DDDDDD;
|
||
}
|
||
/* table */
|
||
.form-table > tbody > tr.acf-tab-wrap td {
|
||
padding: 0;
|
||
}
|
||
.form-table > tbody > tr.acf-tab-wrap .acf-tab-group {
|
||
padding: 0 5px 0 210px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group {
|
||
padding: 0 210px 0 5px;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* oembed
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-oembed {
|
||
position: relative;
|
||
border: #DFDFDF solid 1px;
|
||
background: #fff;
|
||
}
|
||
.acf-oembed .title {
|
||
position: relative;
|
||
border-bottom: #DFDFDF solid 1px;
|
||
padding: 5px 10px;
|
||
}
|
||
.acf-oembed .title h4,
|
||
.acf-oembed .title input[type="text"] {
|
||
margin: 0;
|
||
font-size: 14px;
|
||
line-height: 30px;
|
||
height: 30px;
|
||
padding: 0;
|
||
border: 0 none;
|
||
box-shadow: none;
|
||
border-radius: 0;
|
||
font-family: inherit;
|
||
cursor: text;
|
||
}
|
||
.acf-oembed .title .search {
|
||
height: auto;
|
||
border: 0 none;
|
||
}
|
||
.acf-oembed .title .acf-icon {
|
||
right: 7px;
|
||
top: 6px;
|
||
position: absolute;
|
||
}
|
||
.acf-oembed .canvas {
|
||
position: relative;
|
||
min-height: 250px;
|
||
background: #F9F9F9;
|
||
}
|
||
.acf-oembed.has-value .canvas {
|
||
min-height: 0;
|
||
}
|
||
.acf-oembed .canvas-media {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.acf-oembed .canvas iframe {
|
||
display: block;
|
||
margin: 0;
|
||
padding: 0;
|
||
width: 100%;
|
||
}
|
||
.acf-oembed .canvas .acf-icon.-picture {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
margin: -21px 0 0 -21px;
|
||
z-index: 0;
|
||
height: 42px;
|
||
width: 42px;
|
||
font-size: 42px;
|
||
color: #999;
|
||
}
|
||
.acf-oembed .canvas-loading {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background: rgba(255, 255, 255, 0.9);
|
||
display: none;
|
||
z-index: 2;
|
||
}
|
||
.acf-oembed .canvas-loading .acf-loading {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
margin: -10px 0 0 -10px;
|
||
}
|
||
.acf-oembed .canvas-error {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 0%;
|
||
right: 0%;
|
||
margin: -9px 0 0 0;
|
||
text-align: center;
|
||
display: none;
|
||
}
|
||
.acf-oembed .canvas-error p {
|
||
padding: 8px;
|
||
margin: 0;
|
||
display: inline;
|
||
}
|
||
/* states */
|
||
.acf-oembed .title-value {
|
||
display: none;
|
||
}
|
||
.acf-oembed .title-search {
|
||
display: block;
|
||
}
|
||
.acf-oembed.has-value .title-value {
|
||
display: block;
|
||
}
|
||
.acf-oembed.has-value .title-search {
|
||
display: none;
|
||
}
|
||
.acf-oembed.has-value .canvas .acf-icon {
|
||
display: none;
|
||
}
|
||
.acf-oembed.is-editing .title-value {
|
||
display: none;
|
||
}
|
||
.acf-oembed.is-editing .title-search {
|
||
display: block;
|
||
}
|
||
.acf-oembed.is-loading .canvas-loading {
|
||
display: block;
|
||
}
|
||
.acf-oembed.is-loading .title .acf-icon {
|
||
display: none;
|
||
}
|
||
.acf-oembed.has-error .canvas-error {
|
||
display: block;
|
||
}
|
||
.acf-oembed.has-error .canvas .acf-icon {
|
||
display: none;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* Image
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-image-uploader {
|
||
position: relative;
|
||
}
|
||
.acf-image-uploader .view {
|
||
float: left;
|
||
position: relative;
|
||
max-width: 100%;
|
||
}
|
||
.acf-image-uploader img {
|
||
width: 100%;
|
||
height: auto;
|
||
display: block;
|
||
min-width: 30px;
|
||
min-height: 30px;
|
||
background: #f1f1f1;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
.acf-image-uploader input.button {
|
||
width: auto;
|
||
}
|
||
/* svg */
|
||
.acf-image-uploader img[src$=".svg"] {
|
||
min-height: 100px;
|
||
min-width: 100px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .acf-image-uploader .view {
|
||
float: right;
|
||
}
|
||
/*
|
||
* Hover
|
||
*/
|
||
.acf-image-uploader .acf-soh-target {
|
||
position: absolute;
|
||
top: 5px;
|
||
right: 5px;
|
||
}
|
||
.acf-image-uploader .acf-soh-target li {
|
||
margin: 0 0 0 4px;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* File
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.acf-file-uploader {
|
||
position: relative;
|
||
}
|
||
.acf-file-uploader .file-wrap {
|
||
border: #DFDFDF solid 1px;
|
||
min-height: 84px;
|
||
position: relative;
|
||
background: #fff;
|
||
}
|
||
.acf-file-uploader .file-icon {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
bottom: 0;
|
||
padding: 10px;
|
||
background: #F1F1F1;
|
||
border-right: #E5E5E5 solid 1px;
|
||
}
|
||
.acf-file-uploader .file-icon img {
|
||
display: block;
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
.acf-file-uploader .file-info {
|
||
padding: 10px;
|
||
margin-left: 69px;
|
||
}
|
||
.acf-file-uploader .file-info p {
|
||
margin: 0 0 2px;
|
||
font-size: 13px;
|
||
line-height: 1.4em;
|
||
word-break: break-all;
|
||
}
|
||
.acf-file-uploader .file-info a {
|
||
text-decoration: none;
|
||
}
|
||
/*
|
||
* Hover
|
||
*/
|
||
.acf-file-uploader .acf-soh-target {
|
||
position: absolute;
|
||
top: 5px;
|
||
right: 5px;
|
||
}
|
||
html[dir="rtl"] .acf-file-uploader .acf-soh-target {
|
||
right: auto;
|
||
left: 5px;
|
||
}
|
||
.acf-file-uploader .acf-soh-target li {
|
||
margin: 0 0 0 4px;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Date Picker
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-ui-datepicker .ui-datepicker {
|
||
z-index: 999999999 !important;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Taxonomy
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.acf-taxonomy-field {
|
||
position: relative;
|
||
}
|
||
.acf-taxonomy-field .categorychecklist-holder {
|
||
border: #DFDFDF solid 1px;
|
||
border-radius: 3px;
|
||
max-height: 200px;
|
||
overflow: auto;
|
||
}
|
||
.acf-taxonomy-field .acf-checkbox-list {
|
||
margin: 0;
|
||
padding: 10px;
|
||
}
|
||
.acf-taxonomy-field ul.children {
|
||
padding-left: 18px;
|
||
}
|
||
.acf-taxonomy-field .acf-icon {
|
||
position: absolute;
|
||
top: 7px;
|
||
right: 7px;
|
||
z-index: 1;
|
||
}
|
||
html[dir="rtl"] .acf-taxonomy-field .acf-icon {
|
||
right: auto;
|
||
left: 7px;
|
||
}
|
||
.acf-taxonomy-field[data-type="select"] .acf-icon {
|
||
top: -9px;
|
||
right: -9px;
|
||
}
|
||
html[dir="rtl"] .acf-taxonomy-field[data-type="select"] .acf-icon {
|
||
right: auto;
|
||
left: -9px;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Media Model
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
/* WP sets tables to act as divs. ACF uses tables, so these muct be reset */
|
||
.media-modal .compat-attachment-fields td.acf-input table {
|
||
display: table;
|
||
}
|
||
.media-modal .compat-attachment-fields td.acf-input table tbody {
|
||
display: table-row-group;
|
||
}
|
||
.media-modal .compat-attachment-fields td.acf-input table tr {
|
||
display: table-row;
|
||
}
|
||
.media-modal .compat-attachment-fields td.acf-input table td,
|
||
.media-modal .compat-attachment-fields td.acf-input table th {
|
||
display: table-cell;
|
||
}
|
||
/* field widths floats */
|
||
.media-modal .compat-attachment-fields > tbody > .acf-field {
|
||
margin: 0;
|
||
}
|
||
.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label {
|
||
min-width: 30%;
|
||
margin: 0;
|
||
padding: 0;
|
||
text-align: right;
|
||
display: block;
|
||
float: left;
|
||
}
|
||
.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label label {
|
||
padding-top: 7px;
|
||
margin: 5px 0 0;
|
||
color: #666666;
|
||
font-weight: 400;
|
||
line-height: 16px;
|
||
}
|
||
.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-input {
|
||
width: 66%;
|
||
margin: 5px 0 0;
|
||
padding: 0;
|
||
float: right;
|
||
display: block;
|
||
}
|
||
/* Expand / Collapse button */
|
||
.media-modal .acf-expand-details {
|
||
float: right;
|
||
padding: 1px 10px;
|
||
margin-right: 6px;
|
||
height: 18px;
|
||
line-height: 18px;
|
||
color: #AAAAAA;
|
||
font-size: 12px;
|
||
}
|
||
.media-modal .acf-expand-details:hover {
|
||
color: #999;
|
||
}
|
||
.media-modal .acf-expand-details:focus,
|
||
.media-modal .acf-expand-details:active {
|
||
outline: 0 none;
|
||
box-shadow: none;
|
||
}
|
||
.media-modal .acf-expand-details span {
|
||
display: block;
|
||
float: left;
|
||
}
|
||
.media-modal .acf-expand-details .acf-icon {
|
||
margin: 0 4px 0 0;
|
||
}
|
||
.media-modal .acf-expand-details:hover .acf-icon {
|
||
border-color: #AAAAAA;
|
||
}
|
||
.media-modal .acf-expand-details .is-open {
|
||
display: none;
|
||
}
|
||
.media-modal .acf-expand-details .is-closed {
|
||
display: block;
|
||
}
|
||
.media-modal.acf-expanded .acf-expand-details .is-open {
|
||
display: block;
|
||
}
|
||
.media-modal.acf-expanded .acf-expand-details .is-closed {
|
||
display: none;
|
||
}
|
||
/* Expand / Collapse views */
|
||
.media-modal .media-toolbar,
|
||
.media-modal .attachments,
|
||
.media-modal .media-sidebar {
|
||
-webkit-transition: all 0.25s ease-out;
|
||
/* Safari 3.2+, Chrome */
|
||
-moz-transition: all 0.25s ease-out;
|
||
/* Firefox 4-15 */
|
||
-o-transition: all 0.25s ease-out;
|
||
/* Opera 10.5–12.00 */
|
||
transition: all 0.25s ease-out;
|
||
/* Firefox 16+, Opera 12.50+ */
|
||
}
|
||
.media-modal.acf-expanded .attachments-browser .media-toolbar {
|
||
right: 700px;
|
||
}
|
||
.media-modal.acf-expanded .attachments {
|
||
right: 700px;
|
||
}
|
||
.media-modal.acf-expanded .media-sidebar {
|
||
width: 667px;
|
||
}
|
||
/* Sidebar: Collapse */
|
||
.media-modal .compat-item .label {
|
||
margin: 0;
|
||
}
|
||
.media-modal .media-sidebar .setting span,
|
||
.media-modal .compat-item label span,
|
||
.media-modal .media-sidebar .setting input,
|
||
.media-modal .media-sidebar .setting textarea,
|
||
.media-modal .compat-item .field {
|
||
min-height: 0;
|
||
margin: 5px 0 0;
|
||
}
|
||
.media-modal .media-sidebar .setting span,
|
||
.media-modal .compat-item label span {
|
||
padding-top: 7px;
|
||
}
|
||
.media-modal .attachment-display-settings .setting span {
|
||
margin-top: 0;
|
||
margin-right: 3%;
|
||
}
|
||
/* Sidebar: Expand */
|
||
.media-modal.acf-expanded .attachment-info .thumbnail {
|
||
width: 20%;
|
||
max-width: none;
|
||
max-height: 150px;
|
||
margin-right: 3%;
|
||
overflow: hidden;
|
||
}
|
||
.media-modal.acf-expanded .media-sidebar .setting span,
|
||
.media-modal.acf-expanded .compat-attachment-fields > tbody > .acf-field > .acf-label {
|
||
min-width: 20%;
|
||
}
|
||
.media-modal.acf-expanded .media-sidebar .setting input,
|
||
.media-modal.acf-expanded .media-sidebar .setting textarea,
|
||
.media-modal.acf-expanded .compat-attachment-fields > tbody > .acf-field > .acf-input {
|
||
width: 77%;
|
||
}
|
||
/* Create gallery fix */
|
||
.media-modal .media-sidebar .collection-settings .setting span {
|
||
padding-top: 8px;
|
||
margin: 0 10px 0 0;
|
||
}
|
||
/* fix % margin which causes .acf-uploadedTo to drop down below select */
|
||
.media-frame select.attachment-filters {
|
||
margin-right: 6px !important;
|
||
vertical-align: middle;
|
||
}
|
||
.media-modal .acf-uploadedTo {
|
||
line-height: 28px;
|
||
height: 28px;
|
||
display: inline-block;
|
||
position: relative;
|
||
margin: 11px 6px 0 0;
|
||
vertical-align: middle;
|
||
}
|
||
/* allow line breaks in upload error */
|
||
.media-modal .upload-error-message {
|
||
white-space: pre-wrap;
|
||
}
|
||
/* fix required span */
|
||
.media-modal .acf-required {
|
||
padding: 0 !important;
|
||
margin: 0 !important;
|
||
float: none !important;
|
||
color: #f00 !important;
|
||
}
|
||
/* disabled selection */
|
||
/*
|
||
.media-modal .attachment.acf-disabled {
|
||
display: none;
|
||
}
|
||
*/
|
||
.media-modal .attachment.acf-disabled .thumbnail {
|
||
opacity: 0.25 !important;
|
||
}
|
||
/*
|
||
.media-modal .attachment.acf-disabled:focus {
|
||
box-shadow: none !important;
|
||
}
|
||
*/
|
||
.media-modal .attachment.acf-disabled .attachment-preview:before {
|
||
background: rgba(0, 0, 0, 0.15);
|
||
z-index: 1;
|
||
position: relative;
|
||
}
|
||
/*
|
||
.media-modal .attachment.acf-disabled .check {
|
||
display: none;
|
||
}
|
||
*/
|
||
/* restricted selection (copy of WP .upload-errors)*/
|
||
.acf-selection-error {
|
||
background: #ffebe8;
|
||
border: 1px solid #c00;
|
||
border-radius: 3px;
|
||
padding: 8px;
|
||
margin: 20px 0 0;
|
||
}
|
||
.acf-selection-error .selection-error-label {
|
||
background: #CC0000;
|
||
border-radius: 3px;
|
||
color: #fff;
|
||
font-weight: bold;
|
||
margin-right: 8px;
|
||
padding: 2px 4px;
|
||
}
|
||
.acf-selection-error .selection-error-message {
|
||
color: #b44;
|
||
display: block;
|
||
padding-top: 8px;
|
||
word-wrap: break-word;
|
||
white-space: pre-wrap;
|
||
}
|
||
/*---------------------------------------------------------------------------------------------
|
||
*
|
||
* Media Model (Edit Mode)
|
||
*
|
||
*---------------------------------------------------------------------------------------------*/
|
||
.media-modal.acf-media-modal {
|
||
left: 15%;
|
||
right: 15%;
|
||
top: 100px;
|
||
bottom: 100px;
|
||
}
|
||
/* Expand / Collapse views */
|
||
.media-modal.acf-media-modal .media-toolbar,
|
||
.media-modal.acf-media-modal .attachments,
|
||
.media-modal.acf-media-modal .media-sidebar {
|
||
-webkit-transition: none;
|
||
/* Safari 3.2+, Chrome */
|
||
-moz-transition: none;
|
||
/* Firefox 4-15 */
|
||
-o-transition: none;
|
||
/* Opera 10.5–12.00 */
|
||
transition: none;
|
||
/* Firefox 16+, Opera 12.50+ */
|
||
}
|
||
.media-modal.acf-media-modal .media-frame-router,
|
||
.media-modal.acf-media-modal .attachments,
|
||
.media-modal.acf-media-modal .media-frame-content .media-toolbar {
|
||
display: none;
|
||
}
|
||
.media-modal.acf-media-modal .media-frame-content {
|
||
top: 56px;
|
||
}
|
||
.media-modal.acf-media-modal .media-frame-title {
|
||
border-bottom: 1px solid #DFDFDF;
|
||
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
|
||
}
|
||
.media-modal.acf-media-modal .media-frame-content .media-sidebar {
|
||
width: auto;
|
||
left: 0px;
|
||
}
|
||
.media-modal.acf-media-modal .media-toolbar {
|
||
right: 0;
|
||
}
|
||
@media (max-width: 960px) {
|
||
.media-modal.acf-media-modal {
|
||
left: 10%;
|
||
right: 10%;
|
||
}
|
||
}
|
||
@media (max-width: 760px) {
|
||
.media-modal.acf-expanded .media-sidebar .setting span,
|
||
.media-modal.acf-expanded .compat-item .label,
|
||
.media-modal.acf-expanded .compat-item .acf-label {
|
||
min-width: 100%;
|
||
text-align: left;
|
||
min-height: 0;
|
||
padding: 0;
|
||
}
|
||
.media-modal.acf-expanded .compat-item .label br {
|
||
display: none;
|
||
}
|
||
.media-modal.acf-expanded .media-sidebar .setting input,
|
||
.media-modal.acf-expanded .media-sidebar .setting textarea,
|
||
.media-modal.acf-expanded .compat-item .field,
|
||
.media-modal.acf-expanded .compat-item .acf-input {
|
||
width: 100%;
|
||
}
|
||
}
|
||
.acf-media-modal .media-sidebar {
|
||
overflow: auto;
|
||
padding-right: 20px;
|
||
}
|
||
.acf-media-modal .attachment-details {
|
||
overflow: visible;
|
||
}
|
||
.acf-media-modal .attachment-details > h3 {
|
||
display: none;
|
||
}
|
||
.acf-media-modal .attachment-info {
|
||
padding: 14px 16px;
|
||
margin-left: -17px;
|
||
margin-right: -20px;
|
||
background: #fff;
|
||
}
|
||
.acf-media-modal .attachment-info .thumbnail {
|
||
max-height: 110px;
|
||
}
|
||
.acf-media-modal .attachment-info img {
|
||
max-height: 100%;
|
||
max-width: 100%;
|
||
float: right;
|
||
}
|
||
/* compat-item */
|
||
.compat-field-acf-form-data,
|
||
.compat-field-acf-blank {
|
||
display: none !important;
|
||
}
|
||
/* WP4 */
|
||
body.acf-wp-4 .media-modal.acf-media-modal .media-frame-content {
|
||
top: 50px;
|
||
}
|
||
/* Fix for cancel edit image (hide-menu class is removed from media modal)*/
|
||
.media-modal.acf-media-modal .media-frame-menu {
|
||
left: -200px;
|
||
}
|
||
.media-modal.acf-media-modal .media-frame-title,
|
||
.media-modal.acf-media-modal .media-frame-router,
|
||
.media-modal.acf-media-modal .media-frame-toolbar,
|
||
.media-modal.acf-media-modal .media-frame-content {
|
||
left: 0;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* User
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.form-table > tbody > .acf-field > .acf-label {
|
||
padding: 20px 10px 20px 0;
|
||
width: 200px;
|
||
}
|
||
.form-table > tbody > .acf-field > .acf-label label {
|
||
font-size: 14px;
|
||
color: #23282d;
|
||
}
|
||
.form-table > tbody > .acf-field > .acf-input {
|
||
padding: 15px 5% 15px 10px;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .form-table > tbody > .acf-field > .acf-input {
|
||
padding: 15px 10px 15px 5%;
|
||
}
|
||
.form-table > tbody > .acf-tab-wrap td {
|
||
padding: 15px 5% 15px 0;
|
||
}
|
||
/* rtl */
|
||
html[dir="rtl"] .form-table > tbody > .acf-tab-wrap td {
|
||
padding: 15px 0 15px 5%;
|
||
}
|
||
.form-table th.acf-th {
|
||
width: auto;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* Term
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
#addtag > .acf-field {
|
||
padding-right: 5%;
|
||
}
|
||
#addtag > .acf-field .acf-label {
|
||
margin: 0;
|
||
}
|
||
#addtag > .acf-field .acf-label label {
|
||
font-size: 12px;
|
||
font-weight: normal;
|
||
}
|
||
p.submit .spinner,
|
||
p.submit .acf-spinner {
|
||
vertical-align: top;
|
||
float: none;
|
||
margin: 4px 4px 0;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* Comment
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.editcomment td:first-child {
|
||
white-space: nowrap;
|
||
width: 131px;
|
||
}
|
||
/*--------------------------------------------------------------------------------------------
|
||
*
|
||
* Widget
|
||
*
|
||
*--------------------------------------------------------------------------------------------*/
|
||
.widget .acf-field .acf-label {
|
||
margin: 0;
|
||
}
|
||
.widget .acf-field .acf-label label {
|
||
font-weight: normal;
|
||
}
|
||
/*--------------------------------------------------------------------------
|
||
*
|
||
* Conditional Logic
|
||
*
|
||
*-------------------------------------------------------------------------*/
|
||
/* Hide */
|
||
.hidden-by-conditional-logic {
|
||
display: none !important;
|
||
}
|
||
/* Hide (appear empty) */
|
||
.hidden-by-conditional-logic.appear-empty {
|
||
display: table-cell !important;
|
||
}
|
||
.hidden-by-conditional-logic.appear-empty .acf-input {
|
||
display: none !important;
|
||
}
|
||
/*--------------------------------------------------------------------------
|
||
*
|
||
* 3rd Party
|
||
*
|
||
*-------------------------------------------------------------------------*/
|
||
/* Tabify shows hidden postboxes */
|
||
.acf-postbox.acf-hidden {
|
||
display: none !important;
|
||
}
|