Some IE7 CSS hacks for media to fix the gallery view. props lessbloat. fixes #22609.

git-svn-id: http://core.svn.wordpress.org/trunk@22894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-28 17:17:43 +00:00
parent 041ebd374c
commit 6030689e50

View File

@ -270,6 +270,7 @@ a.media-modal-close {
.media-sidebar .setting select { .media-sidebar .setting select {
max-width: 65%; max-width: 65%;
*max-width: 55%; /* IE7 */
} }
.media-sidebar .setting span, .media-sidebar .setting span,
@ -287,6 +288,7 @@ a.media-modal-close {
.media-sidebar .setting input, .media-sidebar .setting input,
.media-sidebar .setting textarea { .media-sidebar .setting textarea {
width: 65%; width: 65%;
*width: 55%; /* IE7 */
float: right; float: right;
} }
@ -693,6 +695,7 @@ a.media-modal-close {
position: relative; position: relative;
display: block; display: block;
width: 100%; width: 100%;
*width: 183px; /* IE7 only */
margin: -1px 0 0; margin: -1px 0 0;
padding: 8px; padding: 8px;
font-size: 12px; font-size: 12px;