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:
ryan
2008-02-20 02:41:16 +00:00
parent bc187ded1d
commit 9e349220b5
5 changed files with 85 additions and 62 deletions

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;