Fix display of a post's date fields in IE7 and IE7 compat mode. props SergeyBiryukov, lessbloat. fixes #21088.

git-svn-id: https://develop.svn.wordpress.org/trunk@22447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 21:56:50 +00:00
parent e775c9ee99
commit 02a73e7262
1 changed files with 6 additions and 0 deletions

View File

@ -350,6 +350,12 @@ form#template div {
width: 250px; width: 250px;
} }
#submitdiv input,
#submitdiv select,
#submitdiv a.button {
position: relative;
}
#bh { #bh {
margin: 7px 10px 0 0; margin: 7px 10px 0 0;
float: right; float: right;