IE sanity for the welcome panel. props lessbloat, JustinSainton. fixes #19687.

git-svn-id: https://develop.svn.wordpress.org/trunk@22680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-19 09:53:31 +00:00
parent f5fb08658f
commit 1a979e637a
2 changed files with 22 additions and 0 deletions

View File

@ -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%;
}

View File

@ -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;