Administration: use shorthand css properties to improve readability

Consolidating `border`, `padding`, and `margin` instances where the shorthand can be used to improve readability.

Props ankitmaru, audrasjb, sabernhardt, mukesh27, hellofromTonya.
Fixes #52148.


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


git-svn-id: http://core.svn.wordpress.org/trunk@49841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2021-02-02 20:28:08 +00:00
parent 9bab39685a
commit 56c9aa3cab
29 changed files with 33 additions and 57 deletions

View File

@@ -2368,8 +2368,7 @@ body.cheatin h1 {
font-size: 24px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 30px 0 0 0;
padding: 0;
padding-bottom: 7px;
padding: 0 0 7px;
}
body.cheatin p {
@@ -2387,8 +2386,7 @@ body.cheatin p {
#customize-theme-controls .add-new-menu-item {
cursor: pointer;
float: right;
margin: 0;
margin-left: 10px;
margin: 0 0 0 10px;
transition: all 0.2s;
-webkit-user-select: none;
-ms-user-select: none;