mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Update edit comment form. WIP
git-svn-id: https://develop.svn.wordpress.org/trunk@6923 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -239,7 +239,7 @@ input.disabled, textarea.disabled {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
#postdiv, #titlediv, #guiddiv {
|
||||
#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
|
||||
margin: 0 8px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -411,10 +411,6 @@ input.delete:hover {
|
||||
background: #8B8;
|
||||
}
|
||||
|
||||
#namediv, #emaildiv, #uridiv {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#ajax-response {
|
||||
padding: .5em;
|
||||
}
|
||||
@@ -999,7 +995,7 @@ html, body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#poststuff .postbox, #titlediv, #poststuff .postarea {
|
||||
#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
|
||||
margin-left: 20px;
|
||||
border: 1px solid #ebebeb;
|
||||
border-right: 1px solid #ccc;
|
||||
|
||||
Reference in New Issue
Block a user