mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-26 11:08:06 +01:00
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:
parent
041ebd374c
commit
6030689e50
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user