mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 16:44:34 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user