Administration: CSS coding standards: use double quotes for values that require quotes.

As per the WordPress CSS coding standards, CSS properties with values that require quotes must use double quotes.
Also fixes some indentation and spacing.

Fixes #43220.


git-svn-id: https://develop.svn.wordpress.org/trunk@42641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2018-02-03 13:18:40 +00:00
parent 3bbe18ee1c
commit ce61a7f676
8 changed files with 42 additions and 42 deletions

View File

@@ -189,7 +189,7 @@ div.mce-tab:focus {
.mce-window .wp-help-th-center td:nth-child(odd),
.mce-window .wp-help-th-center th:nth-child(odd) {
text-align: center;
text-align: center;
}
/* TinyMCE menus */
@@ -507,11 +507,11 @@ div.mce-path {
/* mce listbox */
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
border-radius: 0;
direction: ltr;
background: #fff;
border: 1px solid #ddd;
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
border-radius: 0;
direction: ltr;
background: #fff;
border: 1px solid #ddd;
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
@@ -575,7 +575,7 @@ div.mce-path {
}
.mce-menu .mce-menu-item.mce-disabled:hover {
background: #ccc;
background: #ccc;
}
/* Menubar */
@@ -776,11 +776,11 @@ div.mce-menu .mce-menu-item-sep,
/* TinyMCE icons */
.mce-ico {
font-family: 'tinymce', Arial;
font-family: tinymce, Arial;
}
.mce-btn-small .mce-ico {
font-family: 'tinymce-small', Arial;
font-family: tinymce-small, Arial;
}
.mce-toolbar .mce-ico {
@@ -1819,7 +1819,7 @@ div.wp-link-input input {
}
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;
}