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

git-svn-id: https://develop.svn.wordpress.org/trunk@22894 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-28 17:17:43 +00:00
parent e1b8f42f4d
commit d6f636d353
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;