mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-12 03:13:29 +01:00
Better styling of theme filter, props SergeyBiryukov, fixes #21637
git-svn-id: http://core.svn.wordpress.org/trunk@21588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
245cb4acba
commit
4fee15a9b4
@ -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