Update edit comment form. WIP
git-svn-id: http://svn.automattic.com/wordpress/trunk@6923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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