mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Updated search checkboxes to horizontal format
This commit is contained in:
parent
e38b740d88
commit
f06a91b636
@ -23,8 +23,9 @@ fieldset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#DocumentationAdvancedSearchForm_AdvancedSearchForm #Versions {
|
#DocumentationAdvancedSearchForm_AdvancedSearchForm #Versions {
|
||||||
width: 20%;
|
width: auto;
|
||||||
float: right;
|
float: left;
|
||||||
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.optionset ul {
|
.optionset ul {
|
||||||
@ -32,4 +33,6 @@ fieldset {
|
|||||||
}
|
}
|
||||||
.optionset li {
|
.optionset li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
float: left;
|
||||||
|
padding-right: 12px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user