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. git-svn-id: https://develop.svn.wordpress.org/trunk@44637 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
15f4df2af6
commit
fb37359865
@ -64,12 +64,12 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 40px 10px 15px;
|
||||
overflow: auto;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent);
|
||||
font-weight: 600;
|
||||
text-shadow: 0px 0px 5px rgba(0,0,0,.75);
|
||||
padding: 40px 10px 15px;
|
||||
overflow: auto;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent);
|
||||
font-weight: 600;
|
||||
text-shadow: 0px 0px 5px rgba(0,0,0,.75);
|
||||
}
|
||||
|
||||
.about-wrap .jetpack-video-wrapper {
|
||||
@ -160,8 +160,8 @@
|
||||
}
|
||||
|
||||
.about-wrap figcaption {
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
@ -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 {
|
||||
position: relative;
|
||||
margin-left: 0;
|
||||
|
@ -71,6 +71,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wrap .CodeMirror .CodeMirror-linenumber {
|
||||
color: #666;
|
||||
.wrap .CodeMirror .CodeMirror-linenumber {
|
||||
color: #666;
|
||||
}
|
||||
|
@ -70,7 +70,7 @@
|
||||
|
||||
.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 {
|
||||
@ -125,7 +125,7 @@
|
||||
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 {
|
||||
width: 80px;
|
||||
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 {
|
||||
font-size: 14px;
|
||||
line-height: 29px;
|
||||
|
@ -1538,8 +1538,8 @@ div.error {
|
||||
|
||||
/* Error icon. */
|
||||
.update-message.notice-error p:before {
|
||||
color: #dc3232;
|
||||
content: "\f534";
|
||||
color: #dc3232;
|
||||
content: "\f534";
|
||||
}
|
||||
|
||||
.wrap .notice p:before,
|
||||
@ -1749,7 +1749,7 @@ form.upgrade .hint {
|
||||
#contextual-help-wrap h5 {
|
||||
margin: 0;
|
||||
padding: 8px 0;
|
||||
font-size: 13px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@ -1991,7 +1991,7 @@ html.wp-toolbar {
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
color: #ccc;
|
||||
font-size:18px;
|
||||
font-size: 18px;
|
||||
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. */
|
||||
.nav-tab-wrapper:not(.wp-clearfix):after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ie8 .nav-tab-wrapper {
|
||||
/* contain floats establishing a new block formatting context */
|
||||
@ -2875,7 +2875,7 @@ div.action-links {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 771px ) {
|
||||
@media screen and (max-width: 771px) {
|
||||
#plugin-information-title.with-banner {
|
||||
height: 100px;
|
||||
}
|
||||
@ -2992,7 +2992,7 @@ div.action-links {
|
||||
}
|
||||
|
||||
/* 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 {
|
||||
right: 0;
|
||||
top: -30px;
|
||||
@ -3388,7 +3388,7 @@ img {
|
||||
#customize-info.open .accordion-section-title:after,
|
||||
.nav-menus-php .menu-item-edit-active .item-edit: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";
|
||||
}
|
||||
|
||||
@ -3681,7 +3681,7 @@ img {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
@ -533,9 +533,10 @@ body.trashing #publish-settings {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-left: 4px solid #fff;
|
||||
transition: .15s color ease-in-out,
|
||||
.15s background-color ease-in-out,
|
||||
.15s border-color ease-in-out;
|
||||
transition:
|
||||
.15s 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 {
|
||||
@ -785,9 +786,10 @@ h3.customize-section-title {
|
||||
color: #444;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
transition: color .15s ease-in-out,
|
||||
border-color .15s ease-in-out,
|
||||
background .15s ease-in-out;
|
||||
transition:
|
||||
color .15s ease-in-out,
|
||||
border-color .15s ease-in-out,
|
||||
background .15s ease-in-out;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
@ -805,9 +807,10 @@ h3.customize-section-title {
|
||||
border-left: 4px solid #fff;
|
||||
box-shadow: none;
|
||||
cursor: pointer;
|
||||
transition: color .15s ease-in-out,
|
||||
border-color .15s ease-in-out,
|
||||
background .15s ease-in-out;
|
||||
transition:
|
||||
color .15s ease-in-out,
|
||||
border-color .15s ease-in-out,
|
||||
background .15s ease-in-out;
|
||||
}
|
||||
|
||||
.customize-section-back {
|
||||
@ -1624,7 +1627,7 @@ p.customize-section-description {
|
||||
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 {
|
||||
margin-right: 0;
|
||||
}
|
||||
@ -1772,12 +1775,12 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle:before {
|
||||
content: "\f111";
|
||||
margin: 0 5px 0 0;
|
||||
font: normal 16px/1 dashicons;
|
||||
vertical-align: text-bottom;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: "\f111";
|
||||
margin: 0 5px 0 0;
|
||||
font: normal 16px/1 dashicons;
|
||||
vertical-align: text-bottom;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.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
|
||||
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 {
|
||||
position: relative;
|
||||
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 {
|
||||
width: calc( (100% - 50px) / 2);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:900px) {
|
||||
@media screen and (max-width: 900px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
height: 86px;
|
||||
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 {
|
||||
width: calc( 100% - 25px);
|
||||
}
|
||||
@ -2139,7 +2142,7 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
/* Mobile - toggle between themes and filters */
|
||||
@media screen and (max-width:600px) {
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
.filter-drawer {
|
||||
top: 132px;
|
||||
@ -2320,7 +2323,7 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
/* Small Screens */
|
||||
@media (max-width:850px), (max-height:472px) {
|
||||
@media (max-width: 850px), (max-height: 472px) {
|
||||
.wp-customizer .theme-overlay .theme-wrap {
|
||||
left: 0;
|
||||
right: 0;
|
||||
@ -2692,9 +2695,10 @@ body.adding-widget .add-new-widget:before,
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-left: 4px solid #fff;
|
||||
transition: .15s color ease-in-out,
|
||||
.15s background-color ease-in-out,
|
||||
.15s border-color ease-in-out;
|
||||
transition:
|
||||
.15s color ease-in-out,
|
||||
.15s background-color ease-in-out,
|
||||
.15s border-color ease-in-out;
|
||||
cursor: pointer;
|
||||
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,
|
||||
.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 {
|
||||
@ -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,
|
||||
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,
|
||||
.wp-customizer .theme-browser .theme .theme-actions {
|
||||
padding: 8px 15px;
|
||||
|
@ -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 {
|
||||
top: 63px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 640px ) {
|
||||
@media screen and (max-width: 640px) {
|
||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
||||
top: 130px;
|
||||
}
|
||||
|
@ -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 {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
|
@ -278,11 +278,11 @@ span.required {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
h3.media-title {
|
||||
h3.media-title {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
h4.media-sub-title {
|
||||
h4.media-sub-title {
|
||||
border-bottom: 1px solid #ddd;
|
||||
font-size: 1.3em;
|
||||
margin: 12px;
|
||||
|
@ -167,7 +167,7 @@ body.post-new-php .submitbox .submitdelete {
|
||||
border: 0 none;
|
||||
float: right;
|
||||
padding: 0 12px;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.category-add input[type="text"],
|
||||
@ -616,7 +616,7 @@ span.wp-media-buttons-icon:before {
|
||||
}
|
||||
|
||||
#poststuff .stuffbox .inside {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#poststuff .inside #parent_id,
|
||||
@ -651,7 +651,7 @@ span.wp-media-buttons-icon:before {
|
||||
|
||||
#post-body-content,
|
||||
.edit-form-section {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Suggested text for privacy policy */
|
||||
@ -1011,11 +1011,11 @@ a.post-state-format.format-link:before {
|
||||
}
|
||||
|
||||
div.tabs-panel-active {
|
||||
display:block;
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.tabs-panel-inactive {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#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 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -508,7 +508,7 @@ fieldset label,
|
||||
}
|
||||
|
||||
.pw-weak {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.indicator-hint {
|
||||
@ -1218,7 +1218,7 @@ table.form-table td .updated p {
|
||||
/* =Media Queries
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
/* Input Elements */
|
||||
textarea {
|
||||
-webkit-appearance: none;
|
||||
@ -1494,21 +1494,21 @@ table.form-table td .updated p {
|
||||
|
||||
/* Privacy Policy settings screen */
|
||||
.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 {
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
|
||||
.tools-privacy-policy-page .wp-create-privacy-page span {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.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) {
|
||||
@ -1531,7 +1531,7 @@ table.form-table td .updated p {
|
||||
}
|
||||
|
||||
.form-wrap .form-field {
|
||||
padding:0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* users */
|
||||
|
@ -558,7 +558,7 @@ table.ie-fixed {
|
||||
}
|
||||
|
||||
#update-nav-menu #post-body {
|
||||
overflow:hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
|
@ -63,7 +63,7 @@ ul, ol, dl {
|
||||
}
|
||||
|
||||
a img {
|
||||
border:0
|
||||
border: 0
|
||||
}
|
||||
abbr {
|
||||
border: 0;
|
||||
@ -84,7 +84,7 @@ label {
|
||||
margin: 6px 0 14px 0;
|
||||
padding: 0 0 7px 0;
|
||||
border-bottom: none;
|
||||
text-align:center
|
||||
text-align: center
|
||||
}
|
||||
#logo a {
|
||||
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 {
|
||||
margin-top: 0;
|
||||
|
@ -243,12 +243,12 @@
|
||||
|
||||
#the-comment-list tr:last-child th,
|
||||
#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 td {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.03);
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
/* table vim shortcuts */
|
||||
@ -351,7 +351,7 @@ td.plugin-title p {
|
||||
table.media .column-title .media-icon {
|
||||
float: left;
|
||||
min-height: 60px;
|
||||
margin: 0 9px 0 0;
|
||||
margin: 0 9px 0 0;
|
||||
}
|
||||
|
||||
table.media .column-title .media-icon img {
|
||||
@ -393,7 +393,7 @@ table.media .column-title .filename {
|
||||
}
|
||||
|
||||
#commentsdiv .inside .row-actions {
|
||||
line-height:18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
#commentsdiv .inside .column-author {
|
||||
@ -495,8 +495,8 @@ th.asc a:focus span.sorting-indicator:before {
|
||||
}
|
||||
|
||||
.wp-list-table .toggle-row:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
}
|
||||
|
||||
@ -1398,7 +1398,7 @@ ul.cat-checklist {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
@media screen and ( min-width: 1600px ) {
|
||||
@media screen and (min-width: 1600px) {
|
||||
.plugin-card {
|
||||
width: 30%;
|
||||
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 {
|
||||
width: 25%;
|
||||
width: calc( 25% - 12px );
|
||||
@ -1619,7 +1619,7 @@ div.action-links,
|
||||
/* =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 {
|
||||
position: static;
|
||||
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 */
|
||||
.tablenav {
|
||||
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 {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -79,22 +79,22 @@ p {
|
||||
}
|
||||
|
||||
.login .password-input-wrapper {
|
||||
display: table;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.login .input.password-input {
|
||||
display: table-cell;
|
||||
margin: 0;
|
||||
display: table-cell;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.login .pw-weak {
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.login .button.button-secondary {
|
||||
display: table-cell;
|
||||
border-radius: 0;
|
||||
vertical-align: middle;
|
||||
display: table-cell;
|
||||
border-radius: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.login form {
|
||||
@ -263,13 +263,13 @@ body.interim-login {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@media screen and ( max-height: 550px ) {
|
||||
@media screen and (max-height: 550px) {
|
||||
#login {
|
||||
padding: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
.interim-login input[type=checkbox] {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
@ -337,13 +337,13 @@
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
.find-box-inside {
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 660px ) {
|
||||
@media screen and (max-width: 660px) {
|
||||
|
||||
.find-box {
|
||||
top: 0;
|
||||
@ -462,7 +462,7 @@ border color while dragging a file over the uploader drop area */
|
||||
margin-top: 12px;
|
||||
padding: 0 16px;
|
||||
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;
|
||||
}
|
||||
|
||||
@ -1176,7 +1176,7 @@ audio, video {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
.wp_attachment_details label[for="content"] {
|
||||
font-size: 14px;
|
||||
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 {
|
||||
top: 46px;
|
||||
right: 10px;
|
||||
|
@ -37,8 +37,8 @@ ul.add-menu-item-tabs li {
|
||||
}
|
||||
|
||||
#wpbody-content #menu-settings-column {
|
||||
display:inline;
|
||||
width:281px;
|
||||
display: inline;
|
||||
width: 281px;
|
||||
margin-left: -300px;
|
||||
clear: both;
|
||||
float: left;
|
||||
@ -318,7 +318,7 @@ ul.add-menu-item-tabs li {
|
||||
}
|
||||
|
||||
.button-controls {
|
||||
clear:both;
|
||||
clear: both;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
@ -415,7 +415,7 @@ ul.add-menu-item-tabs li {
|
||||
}
|
||||
|
||||
.menu {
|
||||
padding-top:1em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#menu-to-edit {
|
||||
@ -429,13 +429,13 @@ ul.add-menu-item-tabs li {
|
||||
|
||||
.menu li {
|
||||
margin-bottom: 0;
|
||||
position:relative;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.menu-item-bar {
|
||||
clear:both;
|
||||
line-height:1.5em;
|
||||
position:relative;
|
||||
clear: both;
|
||||
line-height: 1.5em;
|
||||
position: relative;
|
||||
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.wp-customizer {
|
||||
min-width: 0 !important;
|
||||
|
@ -470,11 +470,10 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||
.wp-slider .ui-slider-handle.ui-state-active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
transform: translateY(1px);
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
||||
.wp-slider .ui-slider-handle:before {
|
||||
background: none;
|
||||
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-previous-revision {
|
||||
margin-top: -1em;
|
||||
|
@ -312,7 +312,7 @@ body.js .theme-browser.search-loading {
|
||||
text-indent: -4px;
|
||||
padding: 0;
|
||||
text-shadow: none;
|
||||
z-index:4;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.rtl .theme-browser .theme.add-new-theme span:after {
|
||||
@ -1617,9 +1617,10 @@ body.full-overlay-active {
|
||||
box-shadow: none;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
transition: .15s color ease-in-out,
|
||||
.15s background-color ease-in-out,
|
||||
.15s border-color ease-in-out;
|
||||
transition:
|
||||
.15s color ease-in-out,
|
||||
.15s background-color ease-in-out,
|
||||
.15s border-color ease-in-out;
|
||||
}
|
||||
|
||||
.wp-full-overlay-footer .devices button:focus {
|
||||
@ -1672,7 +1673,7 @@ body.full-overlay-active {
|
||||
content: "\f470";
|
||||
}
|
||||
|
||||
@media screen and (max-width:1024px) {
|
||||
@media screen and (max-width: 1024px) {
|
||||
.wp-full-overlay-footer .devices {
|
||||
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 {
|
||||
float: none;
|
||||
margin: 0;
|
||||
|
@ -22,8 +22,8 @@
|
||||
font-family: Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
html:lang(he-il) .rtl #wpadminbar * {
|
||||
font-family: Arial, sans-serif;
|
||||
html:lang(he-il) .rtl #wpadminbar * {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-empty-item {
|
||||
@ -368,7 +368,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks a:hover span#ab-updates {
|
||||
#wpadminbar .quicklinks a:hover span#ab-updates {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
@ -787,7 +787,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
}
|
||||
/* End no @font-face */
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
/* Toolbar Touchification*/
|
||||
html #wpadminbar {
|
||||
height: 46px;
|
||||
|
@ -72,8 +72,8 @@ TABLE OF CONTENTS:
|
||||
.wp-core-ui .button.button-large,
|
||||
.wp-core-ui .button-group.button-large .button {
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
padding: 0 12px 2px;
|
||||
line-height: 28px;
|
||||
padding: 0 12px 2px;
|
||||
}
|
||||
|
||||
.wp-core-ui .button.button-small,
|
||||
@ -127,7 +127,7 @@ TABLE OF CONTENTS:
|
||||
border-color: #cccccc;
|
||||
background: #f7f7f7;
|
||||
box-shadow: 0 1px 0 #cccccc;
|
||||
vertical-align: top;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.wp-core-ui p .button {
|
||||
@ -338,7 +338,7 @@ TABLE OF CONTENTS:
|
||||
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.button-large,
|
||||
|
@ -56,10 +56,11 @@
|
||||
animation-duration: .4s;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
text-shadow: 0 -1px 1px #006799,
|
||||
1px 0 1px #006799,
|
||||
0 1px 1px #006799,
|
||||
-1px 0 1px #006799;
|
||||
text-shadow:
|
||||
0 -1px 1px #006799,
|
||||
1px 0 1px #006799,
|
||||
0 1px 1px #006799,
|
||||
-1px 0 1px #006799;
|
||||
}
|
||||
.wp-custom-header .customize-partial-edit-shortcut button {
|
||||
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,
|
||||
.customize-partial-edit-shortcut button {
|
||||
left: -32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:320px) {
|
||||
@media screen and (max-width: 320px) {
|
||||
.widget .customize-partial-edit-shortcut button,
|
||||
.customize-partial-edit-shortcut button {
|
||||
left: -30px;
|
||||
|
File diff suppressed because one or more lines are too long
@ -1145,7 +1145,7 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
|
||||
.tmce-active .quicktags-toolbar {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tmce-active .switch-tmce,
|
||||
@ -1257,7 +1257,7 @@ i.mce-i-wp_code:before {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
.mce-toolbar .mce-btn button,
|
||||
.qt-dfw {
|
||||
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 {
|
||||
/* .button-small is normally 11px, but a bit too small for these buttons. */
|
||||
font-size: 12px;
|
||||
@ -1644,7 +1644,7 @@ i.mce-i-wp_code:before {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
#wp-link-wrap {
|
||||
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 {
|
||||
width: auto;
|
||||
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 {
|
||||
transition: none;
|
||||
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 {
|
||||
height: auto;
|
||||
margin-top: 0;
|
||||
@ -1797,7 +1797,7 @@ div.wp-link-input input {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
div.wp-link-preview,
|
||||
div.wp-link-input {
|
||||
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 .quicktags-toolbar input {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* HiDPI */
|
||||
|
@ -197,7 +197,7 @@
|
||||
border-color: #cccccc;
|
||||
background: #f7f7f7;
|
||||
box-shadow: 0 1px 0 #cccccc;
|
||||
vertical-align: top;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.ui-button:active,
|
||||
@ -242,7 +242,7 @@
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
|
||||
.ui-button {
|
||||
padding: 6px 14px;
|
||||
@ -301,7 +301,7 @@
|
||||
line-height: 36px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
content: '\f158';
|
||||
content: "\f158";
|
||||
}
|
||||
|
||||
.ui-button.ui-dialog-titlebar-close:hover {
|
||||
|
@ -1121,7 +1121,7 @@
|
||||
}
|
||||
|
||||
.uploader-inline .close:focus {
|
||||
outline: 1px solid #5b9dd9;
|
||||
outline: 1px solid #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
}
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
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 {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
/* Disable pointers at responsive sizes */
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
.wp-pointer {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user