IE sanity for the welcome panel. props lessbloat, JustinSainton. fixes #19687.
git-svn-id: http://core.svn.wordpress.org/trunk@22680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b9ef4ee05
commit
6aabe72fe0
|
@ -21,6 +21,20 @@
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column {
|
||||
margin: 0 -25px 0 4%;
|
||||
margin-right: 25px;
|
||||
width: 23%;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column:first-child {
|
||||
width: 28%;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-button {
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
#wp-fullscreen-title {
|
||||
width: 97%;
|
||||
}
|
||||
|
|
|
@ -2308,9 +2308,17 @@ html.wp-toolbar {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.ie8 .welcome-panel .welcome-panel-column {
|
||||
margin-right: 25px;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column:first-child {
|
||||
width: 36%;
|
||||
}
|
||||
.ie8 .welcome-panel .welcome-panel-column:first-child {
|
||||
width: 28%;
|
||||
}
|
||||
|
||||
.welcome-panel-column p {
|
||||
margin-top: 7px;
|
||||
|
|
Loading…
Reference in New Issue