mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 01:39:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user