mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Revert CSS that slipped into [18874]. see #18785.
git-svn-id: https://develop.svn.wordpress.org/trunk@18910 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b412d5f082
commit
d9f0fec29c
File diff suppressed because one or more lines are too long
@ -237,7 +237,7 @@ textarea {
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
vertical-align: text-top;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* general */
|
||||
@ -1526,10 +1526,6 @@ form.upgrade .hint {
|
||||
margin: 0 5px 0 2px;
|
||||
}
|
||||
|
||||
.metabox-prefs label input[type="radio"] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.metabox-prefs label a {
|
||||
display: none;
|
||||
}
|
||||
@ -4721,7 +4717,7 @@ p.pagenav {
|
||||
|
||||
.row-actions {
|
||||
visibility: hidden;
|
||||
padding: 0 0 2px;
|
||||
padding: 2px 0 0;
|
||||
}
|
||||
|
||||
tr:hover .row-actions,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user