More work on Publish postbox. Post status tweaks, post date tweaks.

git-svn-id: https://develop.svn.wordpress.org/trunk@9402 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-10-29 19:22:56 +00:00
parent 859abf05f5
commit ac4b4e001e
5 changed files with 74 additions and 13 deletions

View File

@@ -210,12 +210,17 @@ table#availablethemes td.bottom {
#misc-publishing-actions {
float: left;
border-right: 1px solid #ddd;
min-height: 70px;
}
#side-sortables #misc-publishing-actions {
max-width: 170px;
}
#side-sortable #minor-publishing-actions {
max-width: 108px;
}
.misc-pub-section {
padding: 6px;
border-bottom: 1px solid #ddd;
@@ -226,7 +231,7 @@ table#availablethemes td.bottom {
}
#minor-publishing-actions {
padding: 6px 6px 0 0;
padding: 4px 4px 4px 0;
float: right;
text-align: right;
}