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: https://develop.svn.wordpress.org/trunk@23034 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7e2df6dc07
commit
34291d7f6c
@ -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
Block a user