Better align the x icons with tag names. props TobiasBg. fixes #25050.

git-svn-id: https://develop.svn.wordpress.org/trunk@25029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2013-08-15 19:58:04 +00:00
parent 6c3b030245
commit 0de512789e
4 changed files with 2 additions and 10 deletions

View File

@ -73,10 +73,6 @@ div#dashboard-widgets {
padding-left: 1px;
}
.tagchecklist span a {
margin: 4px -9px 0 0;
}
.widefat th input {
margin: 0 5px 0 0;
}

View File

@ -371,10 +371,6 @@ div#dashboard-widgets {
display: block;
}
.tagchecklist span a {
margin: 4px 0 0 -9px;
}
.tablenav .button-secondary,
.nav .button-secondary {
padding-top: 2px;

View File

@ -1799,7 +1799,7 @@ h2 .nav-tab {
}
.tagchecklist span a {
margin: 6px -9px 0pt 0pt;
margin: 4px -10px 0 0;
float: right;
}

View File

@ -6496,7 +6496,7 @@ table.form-table td .updated {
cursor: default;
}
.tagchecklist span a {
margin: 6px 0pt 0pt -9px;
margin: 4px 0 0 -10px;
cursor: pointer;
width: 10px;
height: 10px;