Welcome panel IE fixes. props SergeyBiryukov, see #19687.
git-svn-id: http://core.svn.wordpress.org/trunk@22696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
83eeb80dfb
commit
1d7a837f38
|
@ -21,14 +21,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column {
|
|
||||||
margin: 0 -25px 0 4%;
|
|
||||||
margin-right: 25px;
|
|
||||||
width: 23%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column:first-child {
|
.welcome-panel .welcome-panel-column:first-child {
|
||||||
width: 28%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-button {
|
.welcome-panel .welcome-button {
|
||||||
|
|
|
@ -2309,16 +2309,12 @@ html.wp-toolbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie8 .welcome-panel .welcome-panel-column {
|
.ie8 .welcome-panel .welcome-panel-column {
|
||||||
margin-right: 25px;
|
min-width: 230px;
|
||||||
width: 25%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column:first-child {
|
.welcome-panel .welcome-panel-column:first-child {
|
||||||
width: 36%;
|
width: 36%;
|
||||||
}
|
}
|
||||||
.ie8 .welcome-panel .welcome-panel-column:first-child {
|
|
||||||
width: 28%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome-panel-column p {
|
.welcome-panel-column p {
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
|
|
Loading…
Reference in New Issue