mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Merge pull request #123 from silverstripe/feature/improved-search-ux
Updated search checkboxes to horizontal format
This commit is contained in:
commit
b8dea84832
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user