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;
|
margin: -3px 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#widget-list .widget {
|
#widget-list .widget,
|
||||||
|
.feature-filter .feature-group li {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feature-filter .feature-group li input {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
#editorcontainer #content {
|
#editorcontainer #content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -7625,8 +7625,8 @@ h3 span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.feature-filter .feature-group li {
|
.feature-filter .feature-group li {
|
||||||
display: inline;
|
display: inline-block;
|
||||||
float: left;
|
vertical-align: top;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
Loading…
Reference in New Issue
Block a user