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
1 changed files with 3 additions and 0 deletions

View File

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