submit box actions hooks from filosofo. fixes #5873

git-svn-id: https://develop.svn.wordpress.org/trunk@6901 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-18 19:38:01 +00:00
parent a0ce8e3978
commit 5a97e68cd1
4 changed files with 9 additions and 7 deletions

View File

@@ -1053,7 +1053,7 @@ html, body {
background-position: 4px 18px;
}
#submitpost {
.submitbox {
position: absolute;
background-color: #eaf3fa;
width: 200px;
@@ -1062,12 +1062,12 @@ html, body {
-moz-border-radius: 3px;
}
#submitpost #previewview {
.submitbox #previewview {
background-color: #2683ae;
padding: 15px 10px;
}
#submitpost #previewview a {
.submitbox #previewview a {
background: #ebebeb;
-moz-border-radius: 5px;
padding: 6px;
@@ -1078,7 +1078,7 @@ html, body {
}
#submitpost .submit {
.submitbox .submit {
text-align: left;
background-color: #464646;
padding: 15px 10px;