Remove unnecessary styling of an option element's padding. props SergeyBiryukov. fixes #22020.
git-svn-id: http://core.svn.wordpress.org/trunk@22282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
97d8d5aab2
commit
4ddd44f32a
|
@ -826,10 +826,6 @@ p.install-help {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
select option {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.submit {
|
||||
padding: 1.5em 0;
|
||||
margin: 5px 0;
|
||||
|
@ -892,10 +888,6 @@ input[type="number"].small-text {
|
|||
width: 200px;
|
||||
}
|
||||
|
||||
#wpcontent option {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#timezone_string option {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue