Administration: CSS coding standards

- properties should be followed by a colon and a space
- media queries shouldn't use spaces within parenthesis
- indentation should use tabs instead of spaces or mixed spaces / tabs
- the content property should use double quotes
- no double spaces

Props nadim0988, afercia.
Fixes #45185.

Built from https://develop.svn.wordpress.org/trunk@44637


git-svn-id: http://core.svn.wordpress.org/trunk@44468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-01-17 07:41:52 +00:00
parent e42dddb5ba
commit 173e0f9ee7
58 changed files with 315 additions and 305 deletions

View File

@ -64,12 +64,12 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
padding: 40px 10px 15px; padding: 40px 10px 15px;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent); background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent);
font-weight: 600; font-weight: 600;
text-shadow: 0px 0px 5px rgba(0,0,0,.75); text-shadow: 0px 0px 5px rgba(0,0,0,.75);
} }
.about-wrap .jetpack-video-wrapper { .about-wrap .jetpack-video-wrapper {
@ -160,8 +160,8 @@
} }
.about-wrap figcaption { .about-wrap figcaption {
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
color: white; color: white;
text-overflow: ellipsis; text-overflow: ellipsis;
} }

View File

@ -64,12 +64,12 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
padding: 40px 10px 15px; padding: 40px 10px 15px;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent); background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent);
font-weight: 600; font-weight: 600;
text-shadow: 0px 0px 5px rgba(0,0,0,.75); text-shadow: 0px 0px 5px rgba(0,0,0,.75);
} }
.about-wrap .jetpack-video-wrapper { .about-wrap .jetpack-video-wrapper {
@ -160,8 +160,8 @@
} }
.about-wrap figcaption { .about-wrap figcaption {
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
color: white; color: white;
text-overflow: ellipsis; text-overflow: ellipsis;
} }

View File

@ -742,7 +742,7 @@ li#wp-admin-bar-menu-toggle {
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.auto-fold #wpcontent { .auto-fold #wpcontent {
position: relative; position: relative;
margin-right: 0; margin-right: 0;

View File

@ -742,7 +742,7 @@ li#wp-admin-bar-menu-toggle {
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.auto-fold #wpcontent { .auto-fold #wpcontent {
position: relative; position: relative;
margin-left: 0; margin-left: 0;

View File

@ -71,6 +71,6 @@
text-align: right; text-align: right;
} }
.wrap .CodeMirror .CodeMirror-linenumber { .wrap .CodeMirror .CodeMirror-linenumber {
color: #666; color: #666;
} }

View File

@ -71,6 +71,6 @@
text-align: left; text-align: left;
} }
.wrap .CodeMirror .CodeMirror-linenumber { .wrap .CodeMirror .CodeMirror-linenumber {
color: #666; color: #666;
} }

View File

@ -70,7 +70,7 @@
.wp-picker-input-wrap .button, .wp-picker-input-wrap .button,
.wp-customizer .wp-picker-input-wrap .button { .wp-customizer .wp-picker-input-wrap .button {
margin-right: 6px; margin-right: 6px;
} }
.wp-picker-container .iris-square-slider .ui-slider-handle:focus { .wp-picker-container .iris-square-slider .ui-slider-handle:focus {
@ -125,7 +125,7 @@
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, .8);
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-picker-container input[type="text"].wp-color-picker { .wp-picker-container input[type="text"].wp-color-picker {
width: 80px; width: 80px;
padding: 6px 5px 5px; padding: 6px 5px 5px;
@ -160,7 +160,7 @@
} }
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
.wp-customizer .wp-picker-container .wp-color-result.button { .wp-customizer .wp-picker-container .wp-color-result.button {
font-size: 14px; font-size: 14px;
line-height: 29px; line-height: 29px;

View File

@ -70,7 +70,7 @@
.wp-picker-input-wrap .button, .wp-picker-input-wrap .button,
.wp-customizer .wp-picker-input-wrap .button { .wp-customizer .wp-picker-input-wrap .button {
margin-left: 6px; margin-left: 6px;
} }
.wp-picker-container .iris-square-slider .ui-slider-handle:focus { .wp-picker-container .iris-square-slider .ui-slider-handle:focus {
@ -125,7 +125,7 @@
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, .8);
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-picker-container input[type="text"].wp-color-picker { .wp-picker-container input[type="text"].wp-color-picker {
width: 80px; width: 80px;
padding: 6px 5px 5px; padding: 6px 5px 5px;
@ -160,7 +160,7 @@
} }
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
.wp-customizer .wp-picker-container .wp-color-result.button { .wp-customizer .wp-picker-container .wp-color-result.button {
font-size: 14px; font-size: 14px;
line-height: 29px; line-height: 29px;

View File

@ -1538,8 +1538,8 @@ div.error {
/* Error icon. */ /* Error icon. */
.update-message.notice-error p:before { .update-message.notice-error p:before {
color: #dc3232; color: #dc3232;
content: "\f534"; content: "\f534";
} }
.wrap .notice p:before, .wrap .notice p:before,
@ -1749,7 +1749,7 @@ form.upgrade .hint {
#contextual-help-wrap h5 { #contextual-help-wrap h5 {
margin: 0; margin: 0;
padding: 8px 0; padding: 8px 0;
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
} }
@ -1991,7 +1991,7 @@ html.wp-toolbar {
width: 200px; width: 200px;
text-align: center; text-align: center;
color: #ccc; color: #ccc;
font-size:18px; font-size: 18px;
display: none; display: none;
} }
@ -2223,10 +2223,10 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
/* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */ /* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */
.nav-tab-wrapper:not(.wp-clearfix):after { .nav-tab-wrapper:not(.wp-clearfix):after {
content: ""; content: "";
display: table; display: table;
clear: both; clear: both;
} }
.ie8 .nav-tab-wrapper { .ie8 .nav-tab-wrapper {
/* contain floats establishing a new block formatting context */ /* contain floats establishing a new block formatting context */
@ -2875,7 +2875,7 @@ div.action-links {
margin-left: 1em; margin-left: 1em;
} }
@media screen and ( max-width: 771px ) { @media screen and (max-width: 771px) {
#plugin-information-title.with-banner { #plugin-information-title.with-banner {
height: 100px; height: 100px;
} }
@ -2992,7 +2992,7 @@ div.action-links {
} }
/* move plugin install close icon to top on narrow screens */ /* move plugin install close icon to top on narrow screens */
@media screen and ( max-width: 830px ) { @media screen and (max-width: 830px) {
.plugin-details-modal #TB_closeWindowButton { .plugin-details-modal #TB_closeWindowButton {
left: 0; left: 0;
top: -30px; top: -30px;
@ -3388,7 +3388,7 @@ img {
#customize-info.open .accordion-section-title:after, #customize-info.open .accordion-section-title:after,
.nav-menus-php .menu-item-edit-active .item-edit:before, .nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top .widget-action .toggle-indicator:before, .widget.open .widget-top .widget-action .toggle-indicator:before,
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
content: "\f142"; content: "\f142";
} }
@ -3681,7 +3681,7 @@ img {
width: device-width; width: device-width;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
html.wp-toolbar { html.wp-toolbar {
padding-top: 46px; padding-top: 46px;
} }

View File

@ -1538,8 +1538,8 @@ div.error {
/* Error icon. */ /* Error icon. */
.update-message.notice-error p:before { .update-message.notice-error p:before {
color: #dc3232; color: #dc3232;
content: "\f534"; content: "\f534";
} }
.wrap .notice p:before, .wrap .notice p:before,
@ -1749,7 +1749,7 @@ form.upgrade .hint {
#contextual-help-wrap h5 { #contextual-help-wrap h5 {
margin: 0; margin: 0;
padding: 8px 0; padding: 8px 0;
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
} }
@ -1991,7 +1991,7 @@ html.wp-toolbar {
width: 200px; width: 200px;
text-align: center; text-align: center;
color: #ccc; color: #ccc;
font-size:18px; font-size: 18px;
display: none; display: none;
} }
@ -2223,10 +2223,10 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
/* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */ /* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */
.nav-tab-wrapper:not(.wp-clearfix):after { .nav-tab-wrapper:not(.wp-clearfix):after {
content: ""; content: "";
display: table; display: table;
clear: both; clear: both;
} }
.ie8 .nav-tab-wrapper { .ie8 .nav-tab-wrapper {
/* contain floats establishing a new block formatting context */ /* contain floats establishing a new block formatting context */
@ -2875,7 +2875,7 @@ div.action-links {
margin-right: 1em; margin-right: 1em;
} }
@media screen and ( max-width: 771px ) { @media screen and (max-width: 771px) {
#plugin-information-title.with-banner { #plugin-information-title.with-banner {
height: 100px; height: 100px;
} }
@ -2992,7 +2992,7 @@ div.action-links {
} }
/* move plugin install close icon to top on narrow screens */ /* move plugin install close icon to top on narrow screens */
@media screen and ( max-width: 830px ) { @media screen and (max-width: 830px) {
.plugin-details-modal #TB_closeWindowButton { .plugin-details-modal #TB_closeWindowButton {
right: 0; right: 0;
top: -30px; top: -30px;
@ -3388,7 +3388,7 @@ img {
#customize-info.open .accordion-section-title:after, #customize-info.open .accordion-section-title:after,
.nav-menus-php .menu-item-edit-active .item-edit:before, .nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top .widget-action .toggle-indicator:before, .widget.open .widget-top .widget-action .toggle-indicator:before,
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
content: "\f142"; content: "\f142";
} }
@ -3681,7 +3681,7 @@ img {
width: device-width; width: device-width;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
html.wp-toolbar { html.wp-toolbar {
padding-top: 46px; padding-top: 46px;
} }

View File

@ -533,9 +533,10 @@ body.trashing #publish-settings {
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
border-right: 4px solid #fff; border-right: 4px solid #fff;
transition: .15s color ease-in-out, transition:
.15s background-color ease-in-out, .15s color ease-in-out,
.15s border-color ease-in-out; .15s background-color ease-in-out,
.15s border-color ease-in-out;
} }
#customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title { #customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title {
@ -785,9 +786,10 @@ h3.customize-section-title {
color: #444; color: #444;
text-align: right; text-align: right;
cursor: pointer; cursor: pointer;
transition: color .15s ease-in-out, transition:
border-color .15s ease-in-out, color .15s ease-in-out,
background .15s ease-in-out; border-color .15s ease-in-out,
background .15s ease-in-out;
box-sizing: content-box; box-sizing: content-box;
} }
@ -805,9 +807,10 @@ h3.customize-section-title {
border-right: 4px solid #fff; border-right: 4px solid #fff;
box-shadow: none; box-shadow: none;
cursor: pointer; cursor: pointer;
transition: color .15s ease-in-out, transition:
border-color .15s ease-in-out, color .15s ease-in-out,
background .15s ease-in-out; border-color .15s ease-in-out,
background .15s ease-in-out;
} }
.customize-section-back { .customize-section-back {
@ -1624,7 +1627,7 @@ p.customize-section-description {
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
.customize-section-description-container + #customize-control-custom_css:last-child { .customize-section-description-container + #customize-control-custom_css:last-child {
margin-left: 0; margin-left: 0;
} }
@ -1772,12 +1775,12 @@ p.customize-section-description {
} }
.themes-filter-bar .feature-filter-toggle:before { .themes-filter-bar .feature-filter-toggle:before {
content: "\f111"; content: "\f111";
margin: 0 0 0 5px; margin: 0 0 0 5px;
font: normal 16px/1 dashicons; font: normal 16px/1 dashicons;
vertical-align: text-bottom; vertical-align: text-bottom;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.themes-filter-bar .feature-filter-toggle.open { .themes-filter-bar .feature-filter-toggle.open {
@ -2078,7 +2081,7 @@ p.customize-section-description {
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the /* Unstick the filter bar on short windows/screens. This breakpoint is based on the
current length of .org feature filters assuming translations do not wrap lines. */ current length of .org feature filters assuming translations do not wrap lines. */
@media screen and (max-height:540px), screen and (max-width:1018px) { @media screen and (max-height: 540px), screen and (max-width: 1018px) {
.customize-preview-header.themes-filter-bar { .customize-preview-header.themes-filter-bar {
position: relative; position: relative;
right: 0; right: 0;
@ -2101,13 +2104,13 @@ p.customize-section-description {
} }
} }
@media screen and (max-width:1018px) { @media screen and (max-width: 1018px) {
.filter-drawer .filter-group { .filter-drawer .filter-group {
width: calc( (100% - 50px) / 2); width: calc( (100% - 50px) / 2);
} }
} }
@media screen and (max-width:900px) { @media screen and (max-width: 900px) {
.customize-preview-header.themes-filter-bar { .customize-preview-header.themes-filter-bar {
height: 86px; height: 86px;
padding-top: 46px; padding-top: 46px;
@ -2128,7 +2131,7 @@ p.customize-section-description {
} }
} }
@media screen and (max-width:792px) { @media screen and (max-width: 792px) {
.filter-drawer .filter-group { .filter-drawer .filter-group {
width: calc( 100% - 25px); width: calc( 100% - 25px);
} }
@ -2139,7 +2142,7 @@ p.customize-section-description {
} }
/* Mobile - toggle between themes and filters */ /* Mobile - toggle between themes and filters */
@media screen and (max-width:600px) { @media screen and (max-width: 600px) {
.filter-drawer { .filter-drawer {
top: 132px; top: 132px;
@ -2320,7 +2323,7 @@ p.customize-section-description {
} }
/* Small Screens */ /* Small Screens */
@media (max-width:850px), (max-height:472px) { @media (max-width: 850px), (max-height: 472px) {
.wp-customizer .theme-overlay .theme-wrap { .wp-customizer .theme-overlay .theme-wrap {
right: 0; right: 0;
left: 0; left: 0;
@ -2692,9 +2695,10 @@ body.adding-widget .add-new-widget:before,
background: #fff; background: #fff;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
border-right: 4px solid #fff; border-right: 4px solid #fff;
transition: .15s color ease-in-out, transition:
.15s background-color ease-in-out, .15s color ease-in-out,
.15s border-color ease-in-out; .15s background-color ease-in-out,
.15s border-color ease-in-out;
cursor: pointer; cursor: pointer;
display: none; display: none;
} }
@ -2782,7 +2786,7 @@ body.adding-widget .add-new-widget:before,
} }
} }
@media screen and ( max-width: 1200px ) { @media screen and (max-width: 1200px) {
.outer-section-open .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main, .outer-section-open .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main,
.adding-menu-items .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main, .adding-menu-items .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main,
.adding-widget .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main { .adding-widget .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main {
@ -2790,7 +2794,7 @@ body.adding-widget .add-new-widget:before,
} }
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
/* when the sidebar is collapsed and switching to responsive view, /* when the sidebar is collapsed and switching to responsive view,
bring it back see ticket #35220 */ bring it back see ticket #35220 */
@ -2942,7 +2946,7 @@ body.adding-widget .add-new-widget:before,
} }
} }
@media screen and ( max-width: 600px ) { @media screen and (max-width: 600px) {
.theme-browser .theme.active .theme-actions, .theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions { .wp-customizer .theme-browser .theme .theme-actions {
padding: 8px 15px; padding: 8px 15px;

View File

@ -533,9 +533,10 @@ body.trashing #publish-settings {
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
border-left: 4px solid #fff; border-left: 4px solid #fff;
transition: .15s color ease-in-out, transition:
.15s background-color ease-in-out, .15s color ease-in-out,
.15s border-color ease-in-out; .15s background-color ease-in-out,
.15s border-color ease-in-out;
} }
#customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title { #customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title {
@ -785,9 +786,10 @@ h3.customize-section-title {
color: #444; color: #444;
text-align: left; text-align: left;
cursor: pointer; cursor: pointer;
transition: color .15s ease-in-out, transition:
border-color .15s ease-in-out, color .15s ease-in-out,
background .15s ease-in-out; border-color .15s ease-in-out,
background .15s ease-in-out;
box-sizing: content-box; box-sizing: content-box;
} }
@ -805,9 +807,10 @@ h3.customize-section-title {
border-left: 4px solid #fff; border-left: 4px solid #fff;
box-shadow: none; box-shadow: none;
cursor: pointer; cursor: pointer;
transition: color .15s ease-in-out, transition:
border-color .15s ease-in-out, color .15s ease-in-out,
background .15s ease-in-out; border-color .15s ease-in-out,
background .15s ease-in-out;
} }
.customize-section-back { .customize-section-back {
@ -1624,7 +1627,7 @@ p.customize-section-description {
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
.customize-section-description-container + #customize-control-custom_css:last-child { .customize-section-description-container + #customize-control-custom_css:last-child {
margin-right: 0; margin-right: 0;
} }
@ -1772,12 +1775,12 @@ p.customize-section-description {
} }
.themes-filter-bar .feature-filter-toggle:before { .themes-filter-bar .feature-filter-toggle:before {
content: "\f111"; content: "\f111";
margin: 0 5px 0 0; margin: 0 5px 0 0;
font: normal 16px/1 dashicons; font: normal 16px/1 dashicons;
vertical-align: text-bottom; vertical-align: text-bottom;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.themes-filter-bar .feature-filter-toggle.open { .themes-filter-bar .feature-filter-toggle.open {
@ -2078,7 +2081,7 @@ p.customize-section-description {
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the /* Unstick the filter bar on short windows/screens. This breakpoint is based on the
current length of .org feature filters assuming translations do not wrap lines. */ current length of .org feature filters assuming translations do not wrap lines. */
@media screen and (max-height:540px), screen and (max-width:1018px) { @media screen and (max-height: 540px), screen and (max-width: 1018px) {
.customize-preview-header.themes-filter-bar { .customize-preview-header.themes-filter-bar {
position: relative; position: relative;
left: 0; left: 0;
@ -2101,13 +2104,13 @@ p.customize-section-description {
} }
} }
@media screen and (max-width:1018px) { @media screen and (max-width: 1018px) {
.filter-drawer .filter-group { .filter-drawer .filter-group {
width: calc( (100% - 50px) / 2); width: calc( (100% - 50px) / 2);
} }
} }
@media screen and (max-width:900px) { @media screen and (max-width: 900px) {
.customize-preview-header.themes-filter-bar { .customize-preview-header.themes-filter-bar {
height: 86px; height: 86px;
padding-top: 46px; padding-top: 46px;
@ -2128,7 +2131,7 @@ p.customize-section-description {
} }
} }
@media screen and (max-width:792px) { @media screen and (max-width: 792px) {
.filter-drawer .filter-group { .filter-drawer .filter-group {
width: calc( 100% - 25px); width: calc( 100% - 25px);
} }
@ -2139,7 +2142,7 @@ p.customize-section-description {
} }
/* Mobile - toggle between themes and filters */ /* Mobile - toggle between themes and filters */
@media screen and (max-width:600px) { @media screen and (max-width: 600px) {
.filter-drawer { .filter-drawer {
top: 132px; top: 132px;
@ -2320,7 +2323,7 @@ p.customize-section-description {
} }
/* Small Screens */ /* Small Screens */
@media (max-width:850px), (max-height:472px) { @media (max-width: 850px), (max-height: 472px) {
.wp-customizer .theme-overlay .theme-wrap { .wp-customizer .theme-overlay .theme-wrap {
left: 0; left: 0;
right: 0; right: 0;
@ -2692,9 +2695,10 @@ body.adding-widget .add-new-widget:before,
background: #fff; background: #fff;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
border-left: 4px solid #fff; border-left: 4px solid #fff;
transition: .15s color ease-in-out, transition:
.15s background-color ease-in-out, .15s color ease-in-out,
.15s border-color ease-in-out; .15s background-color ease-in-out,
.15s border-color ease-in-out;
cursor: pointer; cursor: pointer;
display: none; display: none;
} }
@ -2782,7 +2786,7 @@ body.adding-widget .add-new-widget:before,
} }
} }
@media screen and ( max-width: 1200px ) { @media screen and (max-width: 1200px) {
.outer-section-open .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main, .outer-section-open .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main,
.adding-menu-items .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main, .adding-menu-items .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main,
.adding-widget .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main { .adding-widget .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main {
@ -2790,7 +2794,7 @@ body.adding-widget .add-new-widget:before,
} }
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
/* when the sidebar is collapsed and switching to responsive view, /* when the sidebar is collapsed and switching to responsive view,
bring it back see ticket #35220 */ bring it back see ticket #35220 */
@ -2942,7 +2946,7 @@ body.adding-widget .add-new-widget:before,
} }
} }
@media screen and ( max-width: 600px ) { @media screen and (max-width: 600px) {
.theme-browser .theme.active .theme-actions, .theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions { .wp-customizer .theme-browser .theme .theme-actions {
padding: 8px 15px; padding: 8px 15px;

View File

@ -874,13 +874,13 @@ li.assigned-to-menu-location .add-new-menu-item {
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#available-menu-items #available-menu-items-search .accordion-section-content { #available-menu-items #available-menu-items-search .accordion-section-content {
top: 63px; top: 63px;
} }
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
#available-menu-items #available-menu-items-search .accordion-section-content { #available-menu-items #available-menu-items-search .accordion-section-content {
top: 130px; top: 130px;
} }

View File

@ -874,13 +874,13 @@ li.assigned-to-menu-location .add-new-menu-item {
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#available-menu-items #available-menu-items-search .accordion-section-content { #available-menu-items #available-menu-items-search .accordion-section-content {
top: 63px; top: 63px;
} }
} }
@media screen and ( max-width: 640px ) { @media screen and (max-width: 640px) {
#available-menu-items #available-menu-items-search .accordion-section-content { #available-menu-items #available-menu-items-search .accordion-section-content {
top: 130px; top: 130px;
} }

View File

@ -1253,7 +1253,7 @@ a.rsswidget {
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#dashboard_recent_comments #the-comment-list .comment-item .avatar { #dashboard_recent_comments #the-comment-list .comment-item .avatar {
height: 30px; height: 30px;
width: 30px; width: 30px;

View File

@ -1253,7 +1253,7 @@ a.rsswidget {
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#dashboard_recent_comments #the-comment-list .comment-item .avatar { #dashboard_recent_comments #the-comment-list .comment-item .avatar {
height: 30px; height: 30px;
width: 30px; width: 30px;

View File

@ -278,11 +278,11 @@ span.required {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
h3.media-title { h3.media-title {
font-size: 1.6em; font-size: 1.6em;
} }
h4.media-sub-title { h4.media-sub-title {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
font-size: 1.3em; font-size: 1.3em;
margin: 12px; margin: 12px;

View File

@ -278,11 +278,11 @@ span.required {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
h3.media-title { h3.media-title {
font-size: 1.6em; font-size: 1.6em;
} }
h4.media-sub-title { h4.media-sub-title {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
font-size: 1.3em; font-size: 1.3em;
margin: 12px; margin: 12px;

View File

@ -167,7 +167,7 @@ body.post-new-php .submitbox .submitdelete {
border: 0 none; border: 0 none;
float: left; float: left;
padding: 0 12px; padding: 0 12px;
margin:0; margin: 0;
} }
.category-add input[type="text"], .category-add input[type="text"],
@ -616,7 +616,7 @@ span.wp-media-buttons-icon:before {
} }
#poststuff .stuffbox .inside { #poststuff .stuffbox .inside {
margin: 0; margin: 0;
} }
#poststuff .inside #parent_id, #poststuff .inside #parent_id,
@ -651,7 +651,7 @@ span.wp-media-buttons-icon:before {
#post-body-content, #post-body-content,
.edit-form-section { .edit-form-section {
margin-bottom: 20px; margin-bottom: 20px;
} }
/* Suggested text for privacy policy */ /* Suggested text for privacy policy */
@ -1011,11 +1011,11 @@ a.post-state-format.format-link:before {
} }
div.tabs-panel-active { div.tabs-panel-active {
display:block; display: block;
} }
div.tabs-panel-inactive { div.tabs-panel-inactive {
display:none; display: none;
} }
#front-page-warning, #front-page-warning,
@ -1444,7 +1444,7 @@ table.links-table {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-core-ui .edit-tag-actions .button-primary { .wp-core-ui .edit-tag-actions .button-primary {
margin-bottom: 0; margin-bottom: 0;
} }

View File

@ -167,7 +167,7 @@ body.post-new-php .submitbox .submitdelete {
border: 0 none; border: 0 none;
float: right; float: right;
padding: 0 12px; padding: 0 12px;
margin:0; margin: 0;
} }
.category-add input[type="text"], .category-add input[type="text"],
@ -616,7 +616,7 @@ span.wp-media-buttons-icon:before {
} }
#poststuff .stuffbox .inside { #poststuff .stuffbox .inside {
margin: 0; margin: 0;
} }
#poststuff .inside #parent_id, #poststuff .inside #parent_id,
@ -651,7 +651,7 @@ span.wp-media-buttons-icon:before {
#post-body-content, #post-body-content,
.edit-form-section { .edit-form-section {
margin-bottom: 20px; margin-bottom: 20px;
} }
/* Suggested text for privacy policy */ /* Suggested text for privacy policy */
@ -1011,11 +1011,11 @@ a.post-state-format.format-link:before {
} }
div.tabs-panel-active { div.tabs-panel-active {
display:block; display: block;
} }
div.tabs-panel-inactive { div.tabs-panel-inactive {
display:none; display: none;
} }
#front-page-warning, #front-page-warning,
@ -1444,7 +1444,7 @@ table.links-table {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-core-ui .edit-tag-actions .button-primary { .wp-core-ui .edit-tag-actions .button-primary {
margin-bottom: 0; margin-bottom: 0;
} }

View File

@ -508,7 +508,7 @@ fieldset label,
} }
.pw-weak { .pw-weak {
display:none; display: none;
} }
.indicator-hint { .indicator-hint {
@ -1218,7 +1218,7 @@ table.form-table td .updated p {
/* =Media Queries /* =Media Queries
-------------------------------------------------------------- */ -------------------------------------------------------------- */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
/* Input Elements */ /* Input Elements */
textarea { textarea {
-webkit-appearance: none; -webkit-appearance: none;
@ -1494,21 +1494,21 @@ table.form-table td .updated p {
/* Privacy Policy settings screen */ /* Privacy Policy settings screen */
.tools-privacy-policy-page form.wp-create-privacy-page { .tools-privacy-policy-page form.wp-create-privacy-page {
margin-bottom: 1em; margin-bottom: 1em;
} }
.tools-privacy-policy-page input#set-page, .tools-privacy-policy-page input#set-page,
.tools-privacy-policy-page select { .tools-privacy-policy-page select {
margin: 10px 0 0; margin: 10px 0 0;
} }
.tools-privacy-policy-page .wp-create-privacy-page span { .tools-privacy-policy-page .wp-create-privacy-page span {
display: block; display: block;
margin-bottom: 1em; margin-bottom: 1em;
} }
.tools-privacy-policy-page .wp-create-privacy-page .button { .tools-privacy-policy-page .wp-create-privacy-page .button {
margin-right: 0; margin-right: 0;
} }
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) { .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
@ -1531,7 +1531,7 @@ table.form-table td .updated p {
} }
.form-wrap .form-field { .form-wrap .form-field {
padding:0; padding: 0;
} }
/* users */ /* users */

View File

@ -508,7 +508,7 @@ fieldset label,
} }
.pw-weak { .pw-weak {
display:none; display: none;
} }
.indicator-hint { .indicator-hint {
@ -1218,7 +1218,7 @@ table.form-table td .updated p {
/* =Media Queries /* =Media Queries
-------------------------------------------------------------- */ -------------------------------------------------------------- */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
/* Input Elements */ /* Input Elements */
textarea { textarea {
-webkit-appearance: none; -webkit-appearance: none;
@ -1494,21 +1494,21 @@ table.form-table td .updated p {
/* Privacy Policy settings screen */ /* Privacy Policy settings screen */
.tools-privacy-policy-page form.wp-create-privacy-page { .tools-privacy-policy-page form.wp-create-privacy-page {
margin-bottom: 1em; margin-bottom: 1em;
} }
.tools-privacy-policy-page input#set-page, .tools-privacy-policy-page input#set-page,
.tools-privacy-policy-page select { .tools-privacy-policy-page select {
margin: 10px 0 0; margin: 10px 0 0;
} }
.tools-privacy-policy-page .wp-create-privacy-page span { .tools-privacy-policy-page .wp-create-privacy-page span {
display: block; display: block;
margin-bottom: 1em; margin-bottom: 1em;
} }
.tools-privacy-policy-page .wp-create-privacy-page .button { .tools-privacy-policy-page .wp-create-privacy-page .button {
margin-left: 0; margin-left: 0;
} }
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) { .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
@ -1531,7 +1531,7 @@ table.form-table td .updated p {
} }
.form-wrap .form-field { .form-wrap .form-field {
padding:0; padding: 0;
} }
/* users */ /* users */

View File

@ -558,7 +558,7 @@ table.ie-fixed {
} }
#update-nav-menu #post-body { #update-nav-menu #post-body {
overflow:hidden; overflow: hidden;
} }
.menu li { .menu li {

View File

@ -558,7 +558,7 @@ table.ie-fixed {
} }
#update-nav-menu #post-body { #update-nav-menu #post-body {
overflow:hidden; overflow: hidden;
} }
.menu li { .menu li {

View File

@ -63,7 +63,7 @@ ul, ol, dl {
} }
a img { a img {
border:0 border: 0
} }
abbr { abbr {
border: 0; border: 0;
@ -84,7 +84,7 @@ label {
margin: 6px 0 14px 0; margin: 6px 0 14px 0;
padding: 0 0 7px 0; padding: 0 0 7px 0;
border-bottom: none; border-bottom: none;
text-align:center text-align: center
} }
#logo a { #logo a {
background-image: url(../images/w-logo-blue.png?ver=20131202); background-image: url(../images/w-logo-blue.png?ver=20131202);
@ -330,7 +330,7 @@ body.rtl,
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.form-table { .form-table {
margin-top: 0; margin-top: 0;

View File

@ -63,7 +63,7 @@ ul, ol, dl {
} }
a img { a img {
border:0 border: 0
} }
abbr { abbr {
border: 0; border: 0;
@ -84,7 +84,7 @@ label {
margin: 6px 0 14px 0; margin: 6px 0 14px 0;
padding: 0 0 7px 0; padding: 0 0 7px 0;
border-bottom: none; border-bottom: none;
text-align:center text-align: center
} }
#logo a { #logo a {
background-image: url(../images/w-logo-blue.png?ver=20131202); background-image: url(../images/w-logo-blue.png?ver=20131202);
@ -330,7 +330,7 @@ body.rtl,
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.form-table { .form-table {
margin-top: 0; margin-top: 0;

View File

@ -243,12 +243,12 @@
#the-comment-list tr:last-child th, #the-comment-list tr:last-child th,
#the-comment-list tr:last-child td { #the-comment-list tr:last-child td {
box-shadow: none; box-shadow: none;
} }
#the-comment-list tr.unapproved + tr.approved th, #the-comment-list tr.unapproved + tr.approved th,
#the-comment-list tr.unapproved + tr.approved td { #the-comment-list tr.unapproved + tr.approved td {
border-top: 1px solid rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.03);
} }
/* table vim shortcuts */ /* table vim shortcuts */
@ -351,7 +351,7 @@ td.plugin-title p {
table.media .column-title .media-icon { table.media .column-title .media-icon {
float: right; float: right;
min-height: 60px; min-height: 60px;
margin: 0 0 0 9px; margin: 0 0 0 9px;
} }
table.media .column-title .media-icon img { table.media .column-title .media-icon img {
@ -393,7 +393,7 @@ table.media .column-title .filename {
} }
#commentsdiv .inside .row-actions { #commentsdiv .inside .row-actions {
line-height:18px; line-height: 18px;
} }
#commentsdiv .inside .column-author { #commentsdiv .inside .column-author {
@ -495,8 +495,8 @@ th.asc a:focus span.sorting-indicator:before {
} }
.wp-list-table .toggle-row:focus:before { .wp-list-table .toggle-row:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, .8);
} }
@ -1398,7 +1398,7 @@ ul.cat-checklist {
margin-left: 0; margin-left: 0;
} }
@media screen and ( min-width: 1600px ) { @media screen and (min-width: 1600px) {
.plugin-card { .plugin-card {
width: 30%; width: 30%;
width: calc( 33.1% - 8px ); width: calc( 33.1% - 8px );
@ -1423,7 +1423,7 @@ ul.cat-checklist {
} }
} }
@media screen and ( min-width: 2300px ) { @media screen and (min-width: 2300px) {
.plugin-card { .plugin-card {
width: 25%; width: 25%;
width: calc( 25% - 12px ); width: calc( 25% - 12px );
@ -1619,7 +1619,7 @@ div.action-links,
/* =Media Queries /* =Media Queries
-------------------------------------------------------------- */ -------------------------------------------------------------- */
@media screen and ( max-width: 1100px ) and ( min-width: 782px ), ( max-width: 480px ) { @media screen and (max-width: 1100px) and (min-width: 782px), (max-width: 480px) {
.plugin-card .action-links { .plugin-card .action-links {
position: static; position: static;
margin-right: 148px; margin-right: 148px;
@ -1655,7 +1655,7 @@ div.action-links,
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
/* WP List Table Options & Filters */ /* WP List Table Options & Filters */
.tablenav { .tablenav {
height: auto; height: auto;
@ -2148,7 +2148,7 @@ div.action-links,
} }
} }
@media screen and ( max-width: 480px ) { @media screen and (max-width: 480px) {
.tablenav-pages .current-page { .tablenav-pages .current-page {
margin: 0; margin: 0;
} }

View File

@ -243,12 +243,12 @@
#the-comment-list tr:last-child th, #the-comment-list tr:last-child th,
#the-comment-list tr:last-child td { #the-comment-list tr:last-child td {
box-shadow: none; box-shadow: none;
} }
#the-comment-list tr.unapproved + tr.approved th, #the-comment-list tr.unapproved + tr.approved th,
#the-comment-list tr.unapproved + tr.approved td { #the-comment-list tr.unapproved + tr.approved td {
border-top: 1px solid rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.03);
} }
/* table vim shortcuts */ /* table vim shortcuts */
@ -351,7 +351,7 @@ td.plugin-title p {
table.media .column-title .media-icon { table.media .column-title .media-icon {
float: left; float: left;
min-height: 60px; min-height: 60px;
margin: 0 9px 0 0; margin: 0 9px 0 0;
} }
table.media .column-title .media-icon img { table.media .column-title .media-icon img {
@ -393,7 +393,7 @@ table.media .column-title .filename {
} }
#commentsdiv .inside .row-actions { #commentsdiv .inside .row-actions {
line-height:18px; line-height: 18px;
} }
#commentsdiv .inside .column-author { #commentsdiv .inside .column-author {
@ -495,8 +495,8 @@ th.asc a:focus span.sorting-indicator:before {
} }
.wp-list-table .toggle-row:focus:before { .wp-list-table .toggle-row:focus:before {
box-shadow: box-shadow:
0 0 0 1px #5b9dd9, 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8); 0 0 2px 1px rgba(30, 140, 190, .8);
} }
@ -1398,7 +1398,7 @@ ul.cat-checklist {
margin-right: 0; margin-right: 0;
} }
@media screen and ( min-width: 1600px ) { @media screen and (min-width: 1600px) {
.plugin-card { .plugin-card {
width: 30%; width: 30%;
width: calc( 33.1% - 8px ); width: calc( 33.1% - 8px );
@ -1423,7 +1423,7 @@ ul.cat-checklist {
} }
} }
@media screen and ( min-width: 2300px ) { @media screen and (min-width: 2300px) {
.plugin-card { .plugin-card {
width: 25%; width: 25%;
width: calc( 25% - 12px ); width: calc( 25% - 12px );
@ -1619,7 +1619,7 @@ div.action-links,
/* =Media Queries /* =Media Queries
-------------------------------------------------------------- */ -------------------------------------------------------------- */
@media screen and ( max-width: 1100px ) and ( min-width: 782px ), ( max-width: 480px ) { @media screen and (max-width: 1100px) and (min-width: 782px), (max-width: 480px) {
.plugin-card .action-links { .plugin-card .action-links {
position: static; position: static;
margin-left: 148px; margin-left: 148px;
@ -1655,7 +1655,7 @@ div.action-links,
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
/* WP List Table Options & Filters */ /* WP List Table Options & Filters */
.tablenav { .tablenav {
height: auto; height: auto;
@ -2148,7 +2148,7 @@ div.action-links,
} }
} }
@media screen and ( max-width: 480px ) { @media screen and (max-width: 480px) {
.tablenav-pages .current-page { .tablenav-pages .current-page {
margin: 0; margin: 0;
} }

View File

@ -79,22 +79,22 @@ p {
} }
.login .password-input-wrapper { .login .password-input-wrapper {
display: table; display: table;
} }
.login .input.password-input { .login .input.password-input {
display: table-cell; display: table-cell;
margin: 0; margin: 0;
} }
.login .pw-weak { .login .pw-weak {
margin-bottom: 15px; margin-bottom: 15px;
} }
.login .button.button-secondary { .login .button.button-secondary {
display: table-cell; display: table-cell;
border-radius: 0; border-radius: 0;
vertical-align: middle; vertical-align: middle;
} }
.login form { .login form {
@ -263,13 +263,13 @@ body.interim-login {
width: device-width; width: device-width;
} }
@media screen and ( max-height: 550px ) { @media screen and (max-height: 550px) {
#login { #login {
padding: 20px 0; padding: 20px 0;
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.interim-login input[type=checkbox] { .interim-login input[type=checkbox] {
height: 16px; height: 16px;
width: 16px; width: 16px;

View File

@ -79,22 +79,22 @@ p {
} }
.login .password-input-wrapper { .login .password-input-wrapper {
display: table; display: table;
} }
.login .input.password-input { .login .input.password-input {
display: table-cell; display: table-cell;
margin: 0; margin: 0;
} }
.login .pw-weak { .login .pw-weak {
margin-bottom: 15px; margin-bottom: 15px;
} }
.login .button.button-secondary { .login .button.button-secondary {
display: table-cell; display: table-cell;
border-radius: 0; border-radius: 0;
vertical-align: middle; vertical-align: middle;
} }
.login form { .login form {
@ -263,13 +263,13 @@ body.interim-login {
width: device-width; width: device-width;
} }
@media screen and ( max-height: 550px ) { @media screen and (max-height: 550px) {
#login { #login {
padding: 20px 0; padding: 20px 0;
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.interim-login input[type=checkbox] { .interim-login input[type=checkbox] {
height: 16px; height: 16px;
width: 16px; width: 16px;

View File

@ -337,13 +337,13 @@
left: 0; left: 0;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.find-box-inside { .find-box-inside {
bottom: 57px; bottom: 57px;
} }
} }
@media screen and ( max-width: 660px ) { @media screen and (max-width: 660px) {
.find-box { .find-box {
top: 0; top: 0;
@ -462,7 +462,7 @@ border color while dragging a file over the uploader drop area */
margin-top: 12px; margin-top: 12px;
padding: 0 16px; padding: 0 16px;
border-right: 4px solid #dd3d36; border-right: 4px solid #dd3d36;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
background-color: #fff; background-color: #fff;
} }
@ -1176,7 +1176,7 @@ audio, video {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp_attachment_details label[for="content"] { .wp_attachment_details label[for="content"] {
font-size: 14px; font-size: 14px;
line-height: 1.5em; line-height: 1.5em;
@ -1220,7 +1220,7 @@ audio, video {
} }
} }
@media only screen and ( max-width: 782px ) { @media only screen and (max-width: 782px) {
.media-frame.mode-select .attachments-browser.fixed .media-toolbar { .media-frame.mode-select .attachments-browser.fixed .media-toolbar {
top: 46px; top: 46px;
left: 10px; left: 10px;

View File

@ -337,13 +337,13 @@
right: 0; right: 0;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.find-box-inside { .find-box-inside {
bottom: 57px; bottom: 57px;
} }
} }
@media screen and ( max-width: 660px ) { @media screen and (max-width: 660px) {
.find-box { .find-box {
top: 0; top: 0;
@ -462,7 +462,7 @@ border color while dragging a file over the uploader drop area */
margin-top: 12px; margin-top: 12px;
padding: 0 16px; padding: 0 16px;
border-left: 4px solid #dd3d36; border-left: 4px solid #dd3d36;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
background-color: #fff; background-color: #fff;
} }
@ -1176,7 +1176,7 @@ audio, video {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp_attachment_details label[for="content"] { .wp_attachment_details label[for="content"] {
font-size: 14px; font-size: 14px;
line-height: 1.5em; line-height: 1.5em;
@ -1220,7 +1220,7 @@ audio, video {
} }
} }
@media only screen and ( max-width: 782px ) { @media only screen and (max-width: 782px) {
.media-frame.mode-select .attachments-browser.fixed .media-toolbar { .media-frame.mode-select .attachments-browser.fixed .media-toolbar {
top: 46px; top: 46px;
right: 10px; right: 10px;

View File

@ -37,8 +37,8 @@ ul.add-menu-item-tabs li {
} }
#wpbody-content #menu-settings-column { #wpbody-content #menu-settings-column {
display:inline; display: inline;
width:281px; width: 281px;
margin-right: -300px; margin-right: -300px;
clear: both; clear: both;
float: right; float: right;
@ -318,7 +318,7 @@ ul.add-menu-item-tabs li {
} }
.button-controls { .button-controls {
clear:both; clear: both;
margin: 10px 0; margin: 10px 0;
} }
@ -415,7 +415,7 @@ ul.add-menu-item-tabs li {
} }
.menu { .menu {
padding-top:1em; padding-top: 1em;
} }
#menu-to-edit { #menu-to-edit {
@ -429,13 +429,13 @@ ul.add-menu-item-tabs li {
.menu li { .menu li {
margin-bottom: 0; margin-bottom: 0;
position:relative; position: relative;
} }
.menu-item-bar { .menu-item-bar {
clear:both; clear: both;
line-height:1.5em; line-height: 1.5em;
position:relative; position: relative;
margin: 9px 0 0; margin: 9px 0 0;
} }
@ -784,7 +784,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
body.nav-menus-php, body.nav-menus-php,
body.wp-customizer { body.wp-customizer {
min-width: 0 !important; min-width: 0 !important;

View File

@ -37,8 +37,8 @@ ul.add-menu-item-tabs li {
} }
#wpbody-content #menu-settings-column { #wpbody-content #menu-settings-column {
display:inline; display: inline;
width:281px; width: 281px;
margin-left: -300px; margin-left: -300px;
clear: both; clear: both;
float: left; float: left;
@ -318,7 +318,7 @@ ul.add-menu-item-tabs li {
} }
.button-controls { .button-controls {
clear:both; clear: both;
margin: 10px 0; margin: 10px 0;
} }
@ -415,7 +415,7 @@ ul.add-menu-item-tabs li {
} }
.menu { .menu {
padding-top:1em; padding-top: 1em;
} }
#menu-to-edit { #menu-to-edit {
@ -429,13 +429,13 @@ ul.add-menu-item-tabs li {
.menu li { .menu li {
margin-bottom: 0; margin-bottom: 0;
position:relative; position: relative;
} }
.menu-item-bar { .menu-item-bar {
clear:both; clear: both;
line-height:1.5em; line-height: 1.5em;
position:relative; position: relative;
margin: 9px 0 0; margin: 9px 0 0;
} }
@ -784,7 +784,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
body.nav-menus-php, body.nav-menus-php,
body.wp-customizer { body.wp-customizer {
min-width: 0 !important; min-width: 0 !important;

View File

@ -470,11 +470,10 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
.wp-slider .ui-slider-handle.ui-state-active { .wp-slider .ui-slider-handle.ui-state-active {
background: #eee; background: #eee;
border-color: #999; border-color: #999;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
transform: translateY(1px); transform: translateY(1px);
} }
.wp-slider .ui-slider-handle:before { .wp-slider .ui-slider-handle:before {
background: none; background: none;
position: absolute; position: absolute;
@ -561,7 +560,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#diff-next-revision, #diff-next-revision,
#diff-previous-revision { #diff-previous-revision {
margin-top: -1em; margin-top: -1em;

View File

@ -470,11 +470,10 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
.wp-slider .ui-slider-handle.ui-state-active { .wp-slider .ui-slider-handle.ui-state-active {
background: #eee; background: #eee;
border-color: #999; border-color: #999;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
transform: translateY(1px); transform: translateY(1px);
} }
.wp-slider .ui-slider-handle:before { .wp-slider .ui-slider-handle:before {
background: none; background: none;
position: absolute; position: absolute;
@ -561,7 +560,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#diff-next-revision, #diff-next-revision,
#diff-previous-revision { #diff-previous-revision {
margin-top: -1em; margin-top: -1em;

View File

@ -312,7 +312,7 @@ body.js .theme-browser.search-loading {
text-indent: -4px; text-indent: -4px;
padding: 0; padding: 0;
text-shadow: none; text-shadow: none;
z-index:4; z-index: 4;
} }
.rtl .theme-browser .theme.add-new-theme span:after { .rtl .theme-browser .theme.add-new-theme span:after {
@ -1617,9 +1617,10 @@ body.full-overlay-active {
box-shadow: none; box-shadow: none;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
transition: .15s color ease-in-out, transition:
.15s background-color ease-in-out, .15s color ease-in-out,
.15s border-color ease-in-out; .15s background-color ease-in-out,
.15s border-color ease-in-out;
} }
.wp-full-overlay-footer .devices button:focus { .wp-full-overlay-footer .devices button:focus {
@ -1672,7 +1673,7 @@ body.full-overlay-active {
content: "\f470"; content: "\f470";
} }
@media screen and (max-width:1024px) { @media screen and (max-width: 1024px) {
.wp-full-overlay-footer .devices { .wp-full-overlay-footer .devices {
display: none; display: none;
} }
@ -1879,7 +1880,7 @@ body.full-overlay-active {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.available-theme .action-links .delete-theme { .available-theme .action-links .delete-theme {
float: none; float: none;
margin: 0; margin: 0;

View File

@ -312,7 +312,7 @@ body.js .theme-browser.search-loading {
text-indent: -4px; text-indent: -4px;
padding: 0; padding: 0;
text-shadow: none; text-shadow: none;
z-index:4; z-index: 4;
} }
.rtl .theme-browser .theme.add-new-theme span:after { .rtl .theme-browser .theme.add-new-theme span:after {
@ -1617,9 +1617,10 @@ body.full-overlay-active {
box-shadow: none; box-shadow: none;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
transition: .15s color ease-in-out, transition:
.15s background-color ease-in-out, .15s color ease-in-out,
.15s border-color ease-in-out; .15s background-color ease-in-out,
.15s border-color ease-in-out;
} }
.wp-full-overlay-footer .devices button:focus { .wp-full-overlay-footer .devices button:focus {
@ -1672,7 +1673,7 @@ body.full-overlay-active {
content: "\f470"; content: "\f470";
} }
@media screen and (max-width:1024px) { @media screen and (max-width: 1024px) {
.wp-full-overlay-footer .devices { .wp-full-overlay-footer .devices {
display: none; display: none;
} }
@ -1879,7 +1880,7 @@ body.full-overlay-active {
} }
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.available-theme .action-links .delete-theme { .available-theme .action-links .delete-theme {
float: none; float: none;
margin: 0; margin: 0;

View File

@ -22,8 +22,8 @@
font-family: Tahoma, sans-serif; font-family: Tahoma, sans-serif;
} }
html:lang(he-il) .rtl #wpadminbar * { html:lang(he-il) .rtl #wpadminbar * {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
#wpadminbar .ab-empty-item { #wpadminbar .ab-empty-item {
@ -368,7 +368,7 @@ html:lang(he-il) .rtl #wpadminbar * {
border-radius: 10px; border-radius: 10px;
} }
#wpadminbar .quicklinks a:hover span#ab-updates { #wpadminbar .quicklinks a:hover span#ab-updates {
background: #fff; background: #fff;
color: #000; color: #000;
} }
@ -787,7 +787,7 @@ html:lang(he-il) .rtl #wpadminbar * {
} }
/* End no @font-face */ /* End no @font-face */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
/* Toolbar Touchification*/ /* Toolbar Touchification*/
html #wpadminbar { html #wpadminbar {
height: 46px; height: 46px;

View File

@ -22,8 +22,8 @@
font-family: Tahoma, sans-serif; font-family: Tahoma, sans-serif;
} }
html:lang(he-il) .rtl #wpadminbar * { html:lang(he-il) .rtl #wpadminbar * {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
#wpadminbar .ab-empty-item { #wpadminbar .ab-empty-item {
@ -368,7 +368,7 @@ html:lang(he-il) .rtl #wpadminbar * {
border-radius: 10px; border-radius: 10px;
} }
#wpadminbar .quicklinks a:hover span#ab-updates { #wpadminbar .quicklinks a:hover span#ab-updates {
background: #fff; background: #fff;
color: #000; color: #000;
} }
@ -787,7 +787,7 @@ html:lang(he-il) .rtl #wpadminbar * {
} }
/* End no @font-face */ /* End no @font-face */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
/* Toolbar Touchification*/ /* Toolbar Touchification*/
html #wpadminbar { html #wpadminbar {
height: 46px; height: 46px;

View File

@ -72,8 +72,8 @@ TABLE OF CONTENTS:
.wp-core-ui .button.button-large, .wp-core-ui .button.button-large,
.wp-core-ui .button-group.button-large .button { .wp-core-ui .button-group.button-large .button {
height: 30px; height: 30px;
line-height: 28px; line-height: 28px;
padding: 0 12px 2px; padding: 0 12px 2px;
} }
.wp-core-ui .button.button-small, .wp-core-ui .button.button-small,
@ -127,7 +127,7 @@ TABLE OF CONTENTS:
border-color: #cccccc; border-color: #cccccc;
background: #f7f7f7; background: #f7f7f7;
box-shadow: 0 1px 0 #cccccc; box-shadow: 0 1px 0 #cccccc;
vertical-align: top; vertical-align: top;
} }
.wp-core-ui p .button { .wp-core-ui p .button {
@ -338,7 +338,7 @@ TABLE OF CONTENTS:
5.0 - Responsive Button Styles 5.0 - Responsive Button Styles
---------------------------------------------------------------------------- */ ---------------------------------------------------------------------------- */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-core-ui .button, .wp-core-ui .button,
.wp-core-ui .button.button-large, .wp-core-ui .button.button-large,

View File

@ -72,8 +72,8 @@ TABLE OF CONTENTS:
.wp-core-ui .button.button-large, .wp-core-ui .button.button-large,
.wp-core-ui .button-group.button-large .button { .wp-core-ui .button-group.button-large .button {
height: 30px; height: 30px;
line-height: 28px; line-height: 28px;
padding: 0 12px 2px; padding: 0 12px 2px;
} }
.wp-core-ui .button.button-small, .wp-core-ui .button.button-small,
@ -127,7 +127,7 @@ TABLE OF CONTENTS:
border-color: #cccccc; border-color: #cccccc;
background: #f7f7f7; background: #f7f7f7;
box-shadow: 0 1px 0 #cccccc; box-shadow: 0 1px 0 #cccccc;
vertical-align: top; vertical-align: top;
} }
.wp-core-ui p .button { .wp-core-ui p .button {
@ -338,7 +338,7 @@ TABLE OF CONTENTS:
5.0 - Responsive Button Styles 5.0 - Responsive Button Styles
---------------------------------------------------------------------------- */ ---------------------------------------------------------------------------- */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-core-ui .button, .wp-core-ui .button,
.wp-core-ui .button.button-large, .wp-core-ui .button.button-large,

View File

@ -56,10 +56,11 @@
animation-duration: .4s; animation-duration: .4s;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
text-shadow: 0 -1px 1px #006799, text-shadow:
-1px 0 1px #006799, 0 -1px 1px #006799,
0 1px 1px #006799, -1px 0 1px #006799,
1px 0 1px #006799; 0 1px 1px #006799,
1px 0 1px #006799;
} }
.wp-custom-header .customize-partial-edit-shortcut button { .wp-custom-header .customize-partial-edit-shortcut button {
right: 2px right: 2px
@ -150,14 +151,14 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
} }
} }
@media screen and (max-width:800px) { @media screen and (max-width: 800px) {
.widget .customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button,
.customize-partial-edit-shortcut button { .customize-partial-edit-shortcut button {
right: -32px; right: -32px;
} }
} }
@media screen and (max-width:320px) { @media screen and (max-width: 320px) {
.widget .customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button,
.customize-partial-edit-shortcut button { .customize-partial-edit-shortcut button {
right: -30px; right: -30px;

View File

@ -56,10 +56,11 @@
animation-duration: .4s; animation-duration: .4s;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
text-shadow: 0 -1px 1px #006799, text-shadow:
1px 0 1px #006799, 0 -1px 1px #006799,
0 1px 1px #006799, 1px 0 1px #006799,
-1px 0 1px #006799; 0 1px 1px #006799,
-1px 0 1px #006799;
} }
.wp-custom-header .customize-partial-edit-shortcut button { .wp-custom-header .customize-partial-edit-shortcut button {
left: 2px left: 2px
@ -150,14 +151,14 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
} }
} }
@media screen and (max-width:800px) { @media screen and (max-width: 800px) {
.widget .customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button,
.customize-partial-edit-shortcut button { .customize-partial-edit-shortcut button {
left: -32px; left: -32px;
} }
} }
@media screen and (max-width:320px) { @media screen and (max-width: 320px) {
.widget .customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button,
.customize-partial-edit-shortcut button { .customize-partial-edit-shortcut button {
left: -30px; left: -30px;

File diff suppressed because one or more lines are too long

View File

@ -1145,7 +1145,7 @@ i.mce-i-wp_code:before {
} }
.tmce-active .quicktags-toolbar { .tmce-active .quicktags-toolbar {
display: none; display: none;
} }
.tmce-active .switch-tmce, .tmce-active .switch-tmce,
@ -1257,7 +1257,7 @@ i.mce-i-wp_code:before {
margin: 2px; margin: 2px;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.mce-toolbar .mce-btn button, .mce-toolbar .mce-btn button,
.qt-dfw { .qt-dfw {
padding: 6px 7px; padding: 6px 7px;
@ -1296,7 +1296,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( min-width: 782px ) { @media screen and (min-width: 782px) {
.wp-core-ui .quicktags-toolbar input.button.button-small { .wp-core-ui .quicktags-toolbar input.button.button-small {
/* .button-small is normally 11px, but a bit too small for these buttons. */ /* .button-small is normally 11px, but a bit too small for these buttons. */
font-size: 12px; font-size: 12px;
@ -1644,7 +1644,7 @@ i.mce-i-wp_code:before {
float: left; float: left;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#wp-link-wrap { #wp-link-wrap {
margin-top: -140px; margin-top: -140px;
} }
@ -1678,7 +1678,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( max-width: 520px ) { @media screen and (max-width: 520px) {
#wp-link-wrap { #wp-link-wrap {
width: auto; width: auto;
margin-right: 0; margin-right: 0;
@ -1688,7 +1688,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( max-height: 520px ) { @media screen and (max-height: 520px) {
#wp-link-wrap { #wp-link-wrap {
transition: none; transition: none;
height: auto; height: auto;
@ -1706,7 +1706,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( max-height: 290px ) { @media screen and (max-height: 290px) {
#wp-link-wrap { #wp-link-wrap {
height: auto; height: auto;
margin-top: 0; margin-top: 0;
@ -1797,7 +1797,7 @@ div.wp-link-input input {
cursor: pointer; cursor: pointer;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
div.wp-link-preview, div.wp-link-preview,
div.wp-link-input { div.wp-link-input {
max-width: 70%; max-width: 70%;
@ -1845,7 +1845,7 @@ div.wp-link-input input {
html:lang(he-il) .rtl .wp-switch-editor, html:lang(he-il) .rtl .wp-switch-editor,
html:lang(he-il) .rtl .quicktags-toolbar input { html:lang(he-il) .rtl .quicktags-toolbar input {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
/* HiDPI */ /* HiDPI */

View File

@ -1145,7 +1145,7 @@ i.mce-i-wp_code:before {
} }
.tmce-active .quicktags-toolbar { .tmce-active .quicktags-toolbar {
display: none; display: none;
} }
.tmce-active .switch-tmce, .tmce-active .switch-tmce,
@ -1257,7 +1257,7 @@ i.mce-i-wp_code:before {
margin: 2px; margin: 2px;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.mce-toolbar .mce-btn button, .mce-toolbar .mce-btn button,
.qt-dfw { .qt-dfw {
padding: 6px 7px; padding: 6px 7px;
@ -1296,7 +1296,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( min-width: 782px ) { @media screen and (min-width: 782px) {
.wp-core-ui .quicktags-toolbar input.button.button-small { .wp-core-ui .quicktags-toolbar input.button.button-small {
/* .button-small is normally 11px, but a bit too small for these buttons. */ /* .button-small is normally 11px, but a bit too small for these buttons. */
font-size: 12px; font-size: 12px;
@ -1644,7 +1644,7 @@ i.mce-i-wp_code:before {
float: right; float: right;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
#wp-link-wrap { #wp-link-wrap {
margin-top: -140px; margin-top: -140px;
} }
@ -1678,7 +1678,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( max-width: 520px ) { @media screen and (max-width: 520px) {
#wp-link-wrap { #wp-link-wrap {
width: auto; width: auto;
margin-left: 0; margin-left: 0;
@ -1688,7 +1688,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( max-height: 520px ) { @media screen and (max-height: 520px) {
#wp-link-wrap { #wp-link-wrap {
transition: none; transition: none;
height: auto; height: auto;
@ -1706,7 +1706,7 @@ i.mce-i-wp_code:before {
} }
} }
@media screen and ( max-height: 290px ) { @media screen and (max-height: 290px) {
#wp-link-wrap { #wp-link-wrap {
height: auto; height: auto;
margin-top: 0; margin-top: 0;
@ -1797,7 +1797,7 @@ div.wp-link-input input {
cursor: pointer; cursor: pointer;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
div.wp-link-preview, div.wp-link-preview,
div.wp-link-input { div.wp-link-input {
max-width: 70%; max-width: 70%;
@ -1845,7 +1845,7 @@ div.wp-link-input input {
html:lang(he-il) .rtl .wp-switch-editor, html:lang(he-il) .rtl .wp-switch-editor,
html:lang(he-il) .rtl .quicktags-toolbar input { html:lang(he-il) .rtl .quicktags-toolbar input {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
/* HiDPI */ /* HiDPI */

View File

@ -197,7 +197,7 @@
border-color: #cccccc; border-color: #cccccc;
background: #f7f7f7; background: #f7f7f7;
box-shadow: 0 1px 0 #cccccc; box-shadow: 0 1px 0 #cccccc;
vertical-align: top; vertical-align: top;
} }
.ui-button:active, .ui-button:active,
@ -242,7 +242,7 @@
transform: none !important; transform: none !important;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.ui-button { .ui-button {
padding: 6px 14px; padding: 6px 14px;
@ -301,7 +301,7 @@
line-height: 36px; line-height: 36px;
width: 36px; width: 36px;
height: 36px; height: 36px;
content: '\f158'; content: "\f158";
} }
.ui-button.ui-dialog-titlebar-close:hover { .ui-button.ui-dialog-titlebar-close:hover {

View File

@ -15,4 +15,4 @@
* Copyright jQuery Foundation and other contributors * Copyright jQuery Foundation and other contributors
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
*/.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;right:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 16px 0 36px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;left:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:'\f158'}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-right:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101} */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;right:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 16px 0 36px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;left:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:"\f158"}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-right:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101}

View File

@ -197,7 +197,7 @@
border-color: #cccccc; border-color: #cccccc;
background: #f7f7f7; background: #f7f7f7;
box-shadow: 0 1px 0 #cccccc; box-shadow: 0 1px 0 #cccccc;
vertical-align: top; vertical-align: top;
} }
.ui-button:active, .ui-button:active,
@ -242,7 +242,7 @@
transform: none !important; transform: none !important;
} }
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.ui-button { .ui-button {
padding: 6px 14px; padding: 6px 14px;
@ -301,7 +301,7 @@
line-height: 36px; line-height: 36px;
width: 36px; width: 36px;
height: 36px; height: 36px;
content: '\f158'; content: "\f158";
} }
.ui-button.ui-dialog-titlebar-close:hover { .ui-button.ui-dialog-titlebar-close:hover {

View File

@ -15,4 +15,4 @@
* Copyright jQuery Foundation and other contributors * Copyright jQuery Foundation and other contributors
* Released under the MIT license. * Released under the MIT license.
* http://jquery.org/license * http://jquery.org/license
*/.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:'\f158'}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101} */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:"\f158"}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101}

View File

@ -1121,7 +1121,7 @@
} }
.uploader-inline .close:focus { .uploader-inline .close:focus {
outline: 1px solid #5b9dd9; outline: 1px solid #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
} }

View File

@ -1121,7 +1121,7 @@
} }
.uploader-inline .close:focus { .uploader-inline .close:focus {
outline: 1px solid #5b9dd9; outline: 1px solid #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
} }

View File

@ -33,7 +33,7 @@
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
} }
@media screen and ( max-width: 380px ) { @media screen and (max-width: 380px) {
#wp-auth-check-wrap #wp-auth-check { #wp-auth-check-wrap #wp-auth-check {
right: 0; right: 0;
width: 100%; width: 100%;

View File

@ -33,7 +33,7 @@
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
} }
@media screen and ( max-width: 380px ) { @media screen and (max-width: 380px) {
#wp-auth-check-wrap #wp-auth-check { #wp-auth-check-wrap #wp-auth-check {
left: 0; left: 0;
width: 100%; width: 100%;

View File

@ -217,7 +217,7 @@
} }
/* Disable pointers at responsive sizes */ /* Disable pointers at responsive sizes */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-pointer { .wp-pointer {
display: none; display: none;
} }

View File

@ -217,7 +217,7 @@
} }
/* Disable pointers at responsive sizes */ /* Disable pointers at responsive sizes */
@media screen and ( max-width: 782px ) { @media screen and (max-width: 782px) {
.wp-pointer { .wp-pointer {
display: none; display: none;
} }

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.1-beta1-44636'; $wp_version = '5.1-beta1-44637';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.