Fix flash upload button, right sidebar on write pages in IE6

git-svn-id: https://develop.svn.wordpress.org/trunk@10865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-04-04 10:21:43 +00:00
parent 5f2218455d
commit ca129da990
10 changed files with 53 additions and 25 deletions

View File

@@ -1411,7 +1411,6 @@ table.form-table td .updated {
}
#post-status-info {
font-size: 12px;
line-height: 2;
border-width: 0 1px 1px;
border-style: none solid solid;
@@ -1425,6 +1424,10 @@ table.form-table td .updated {
border-bottom-right-radius: 6px;
}
#post-status-info td {
font-size: 11px;
}
.autosave-info {
padding: 2px 15px 2px 2px;
text-align: right;
@@ -1444,7 +1447,7 @@ table.form-table td .updated {
margin: 0 2px;
position: relative;
right: 0;
top: 31px;
top: 29px;
}