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:
Ryan Boren
2008-02-20 02:41:16 +00:00
parent 4d5fccf7cd
commit 8a87674b60
5 changed files with 85 additions and 62 deletions
+2 -6
View File
@@ -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;