Better styling of theme filter, props SergeyBiryukov, fixes #21637
git-svn-id: https://develop.svn.wordpress.org/trunk@21588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
54c5743c66
commit
efcde9517c
@ -269,10 +269,15 @@ p.search-box {
|
||||
margin: -3px 0 4px;
|
||||
}
|
||||
|
||||
#widget-list .widget {
|
||||
#widget-list .widget,
|
||||
.feature-filter .feature-group li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.feature-filter .feature-group li input {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#editorcontainer #content {
|
||||
overflow: auto;
|
||||
margin: auto;
|
||||
|
@ -7625,8 +7625,8 @@ h3 span {
|
||||
}
|
||||
|
||||
.feature-filter .feature-group li {
|
||||
display: inline;
|
||||
float: left;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
list-style-type: none;
|
||||
padding-right: 25px;
|
||||
width: 150px;
|
||||
|
Loading…
Reference in New Issue
Block a user