mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix inserting images, uploader buttons add Press This nag after submitting in Quick Press
git-svn-id: https://develop.svn.wordpress.org/trunk@10125 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1048,7 +1048,7 @@ div.comment-item:hover .row-actions {
|
||||
display: block;
|
||||
height: 1.6em;
|
||||
line-height: 1.6em;
|
||||
padding: 0 0.7em;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
#adminmenu li span.count-0,
|
||||
@@ -2263,9 +2263,9 @@ fieldset {
|
||||
|
||||
#replyrow #ed_reply_toolbar input {
|
||||
margin: 1px 2px 1px 1px;
|
||||
min-width: 26px;
|
||||
min-width: 24px;
|
||||
padding: 3px 4px;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user