Move responsive button styles from wp-admin.css to buttons.css. Fixes #25968, props melchoyce.
Built from https://develop.svn.wordpress.org/trunk@26386 git-svn-id: http://core.svn.wordpress.org/trunk@26286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -10996,26 +10996,6 @@ li#wp-admin-bar-toggle-button {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.wp-core-ui .button,
|
||||
.wp-core-ui .button:active, /* Override non-responsive active styles in buttons.css */
|
||||
input#publish,
|
||||
input#save-post,
|
||||
a.preview {
|
||||
padding: 10px 14px;
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#media-upload.wp-core-ui .button {
|
||||
padding: 0 10px 1px;
|
||||
height: 24px;
|
||||
line-height: 22px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, .wrap .add-new-h2:active {
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
@@ -11228,11 +11208,6 @@ li#wp-admin-bar-toggle-button {
|
||||
line-height: 280%;
|
||||
}
|
||||
|
||||
.wp-core-ui .save-post-status.button {
|
||||
position: relative;
|
||||
margin: 0 10px 0 14px; /* 14px right margin to match all other buttons */
|
||||
}
|
||||
|
||||
.wp-core-ui .save-post-visibility,
|
||||
.wp-core-ui .save-timestamp {
|
||||
vertical-align: middle;
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -10996,26 +10996,6 @@ li#wp-admin-bar-toggle-button {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.wp-core-ui .button,
|
||||
.wp-core-ui .button:active, /* Override non-responsive active styles in buttons.css */
|
||||
input#publish,
|
||||
input#save-post,
|
||||
a.preview {
|
||||
padding: 10px 14px;
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#media-upload.wp-core-ui .button {
|
||||
padding: 0 10px 1px;
|
||||
height: 24px;
|
||||
line-height: 22px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, .wrap .add-new-h2:active {
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
@@ -11228,11 +11208,6 @@ li#wp-admin-bar-toggle-button {
|
||||
line-height: 280%;
|
||||
}
|
||||
|
||||
.wp-core-ui .save-post-status.button {
|
||||
position: relative;
|
||||
margin: 0 14px 0 10px; /* 14px right margin to match all other buttons */
|
||||
}
|
||||
|
||||
.wp-core-ui .save-post-visibility,
|
||||
.wp-core-ui .save-timestamp {
|
||||
vertical-align: middle;
|
||||
|
||||
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user