Merge pull request #123 from silverstripe/feature/improved-search-ux

Updated search checkboxes to horizontal format
This commit is contained in:
Cam Findlay 2016-10-28 10:07:02 +13:00 committed by GitHub
commit b8dea84832
1 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
fieldset {
border: none;
fieldset {
border: none;
margin: 0;
padding: 0 0 5px 0;
}
@ -23,8 +23,9 @@ fieldset {
}
#DocumentationAdvancedSearchForm_AdvancedSearchForm #Versions {
width: 20%;
float: right;
width: auto;
float: left;
margin-top: 12px;
}
.optionset ul {
@ -32,4 +33,6 @@ fieldset {
}
.optionset li {
list-style: none;
}
float: left;
padding-right: 12px;
}