Fix display of a post's date fields in IE7 and IE7 compat mode. props SergeyBiryukov, lessbloat. fixes #21088.
git-svn-id: http://core.svn.wordpress.org/trunk@22447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9acf7ceb26
commit
1dd8923bf1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue