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

@@ -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;