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:
Andrew Nacin 2012-12-04 18:51:27 +00:00
parent 53f5c1cdc7
commit 016b30b1f7
1 changed files with 7 additions and 2 deletions

View File

@ -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%;
}