mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +00:00
Comment status on edit comment page: change drop-down to radio buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@9099 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -292,7 +292,7 @@ textarea.all-options, input.all-options {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#emaildiv input, #uridiv input {
|
||||
#emaildiv input, #uridiv input, .stuffbox #name {
|
||||
width: 94%;
|
||||
}
|
||||
|
||||
@@ -1138,6 +1138,19 @@ table.form-table td .updated {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#comment-status-radio p {
|
||||
margin: 3px 0 5px;
|
||||
}
|
||||
|
||||
#comment-status-radio input {
|
||||
margin: 2px 3px 5px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#comment-status-radio label {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#tagchecklist {
|
||||
margin-left: 10px;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user