Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239

git-svn-id: http://svn.automattic.com/wordpress/trunk@11676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-07-01 08:12:39 +00:00
parent 1a88d01e90
commit f385e7da46
13 changed files with 94 additions and 128 deletions

View File

@@ -385,7 +385,7 @@ form p.submit a.cancel:hover {
#postcustomstuff .submit input {
text-decoration: none;
font-size: 11px !important;
line-height: 16px;
line-height: 14px;
padding: 2px 8px;
cursor: pointer;
border-width: 1px;
@@ -403,9 +403,8 @@ form p.submit a.cancel:hover {
a.button,
a.button-primary,
a.button-secondary {
line-height: 1.2em;
-webkit-border-radius: 10px;
padding: 4px 10px;
line-height: 15px;
padding: 3px 10px;
white-space: nowrap;
}
@@ -2416,7 +2415,7 @@ fieldset {
#replysubmit img.waiting,
.inline-edit-save img.waiting,
#commentstatusdiv img.waiting {
padding: 0 10px;
padding: 2px 10px 0;
vertical-align: top;
}