Rough pass at submit box.

git-svn-id: https://develop.svn.wordpress.org/trunk@6605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-14 01:14:57 +00:00
parent e4b2fa59dc
commit 2dc5a62a33
2 changed files with 48 additions and 15 deletions

View File

@@ -1226,6 +1226,25 @@ a.view-comment-post-link {
background-position: 4px 18px;
}
#submitpost {
position: fixed;
background-color: #eaf3fa;
width: 250px;
top: 225px;
right: 25%;
margin-right: -125px;
}
#submitpost #previewview {
background-color: #2683ae;
}
#submitpost .submit {
text-align: left;
background-color: #464646;
padding: 15px 10px;
}
/* Categories */
#categorydiv #category-adder {