Revert CSS that slipped into [18874]. see #18785.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f50fdf79a
commit
e88d2d7e5b
File diff suppressed because one or more lines are too long
|
@ -237,7 +237,7 @@ textarea {
|
||||||
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
vertical-align: text-top;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* general */
|
/* general */
|
||||||
|
@ -1526,10 +1526,6 @@ form.upgrade .hint {
|
||||||
margin: 0 5px 0 2px;
|
margin: 0 5px 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metabox-prefs label input[type="radio"] {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.metabox-prefs label a {
|
.metabox-prefs label a {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -4721,7 +4717,7 @@ p.pagenav {
|
||||||
|
|
||||||
.row-actions {
|
.row-actions {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
padding: 0 0 2px;
|
padding: 2px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover .row-actions,
|
tr:hover .row-actions,
|
||||||
|
|
Loading…
Reference in New Issue