Feature filter visuals. First pass. see #14936

git-svn-id: https://develop.svn.wordpress.org/trunk@15656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-09-24 18:50:31 +00:00
parent beb20a5bd5
commit 36d2d868d5
6 changed files with 129 additions and 1 deletions

View File

@@ -143,3 +143,13 @@ body#theme-information {
padding-right: 25px;
min-width: 145px;
}
.feature-container {
width: 100%;
overflow: auto;
margin-bottom: 10px;
}
.feature-group {
margin-bottom: 0px !important;
}