Media Grid: Align "Apply" button on small screens.
fixes #28903. Built from https://develop.svn.wordpress.org/trunk@29307 git-svn-id: http://core.svn.wordpress.org/trunk@29089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9c77f419f6
commit
3524302a52
|
@ -303,6 +303,10 @@ TABLE OF CONTENTS:
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .bulk-select .button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Publish Metabox Options */
|
||||
.wp-core-ui .save-post-status.button {
|
||||
position: relative;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -303,6 +303,10 @@ TABLE OF CONTENTS:
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .bulk-select .button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Publish Metabox Options */
|
||||
.wp-core-ui .save-post-status.button {
|
||||
position: relative;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue