Media: Fix vertical and horizontal alignment of the gallery "Random" checkbox, and checkbox settings in general. Includes RTL. props koopersmith. fixes #22724.
git-svn-id: http://core.svn.wordpress.org/trunk@23034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53f5c1cdc7
commit
016b30b1f7
|
@ -244,7 +244,11 @@
|
|||
}
|
||||
|
||||
.media-sidebar .setting input[type="checkbox"] {
|
||||
margin-top: 10px;
|
||||
width: auto;
|
||||
height: 30px;
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.media-sidebar .setting span,
|
||||
|
@ -554,7 +558,8 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.media-iframe iframe {
|
||||
.media-frame .media-iframe,
|
||||
.media-frame .media-iframe iframe {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue