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:
parent
6c3b030245
commit
0de512789e
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -1799,7 +1799,7 @@ h2 .nav-tab {
|
||||
|
||||
}
|
||||
.tagchecklist span a {
|
||||
margin: 6px -9px 0pt 0pt;
|
||||
margin: 4px -10px 0 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user