Fix horizontal mode layout for publish box. Props noel. fixes #7681

git-svn-id: https://develop.svn.wordpress.org/trunk@8803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-09-04 04:41:06 +00:00
parent c3190734f8
commit bc27b345eb
3 changed files with 47 additions and 1 deletions

View File

@@ -1056,7 +1056,30 @@ table.form-table td .updated {
position: relative;
min-width: 195px;
}
#normal-sortables .postbox .submitbox {
clear: both;
position: relative;
}
#normal-sortables .postbox p {
display: inline;
}
#normal-sortables .postbox .curtime {
display: block;
}
#normal-sortables .postbox p strong {
display: inline;
}
#normal-sortables .postbox #private-checkbox, #normal-sortables .postbox #sticky-checkbox {
padding-left: 30px;
}
#normal-sortables .postbox .submit {
position: absolute;
top: -1em;
right: 0;
background: none;
border: 0;
padding: 0;
}
#mediadiv img {
float: left;
@@ -1233,6 +1256,7 @@ table.form-table td .updated {
#titlediv {
margin-bottom: 20px;
}
#titlediv label { cursor: text; }
#titlediv div.inside {
margin: 0;