|
|
@ -22,14 +22,21 @@ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#search-form input[type="search"], #search-form input[type="radio"], #search-form label{ |
|
|
|
#search-form input[type="text"], #search-form input[type="radio"], #search-form label{ |
|
|
|
display:inline; |
|
|
|
} |
|
|
|
#search-form input[type="text"]{ |
|
|
|
max-width: 150px; |
|
|
|
} |
|
|
|
|
|
|
|
#search-form input[type="radio"]{ |
|
|
|
max-width: 15px; |
|
|
|
} |
|
|
|
#search-form #radios{ |
|
|
|
border: 1px solid #454d55; |
|
|
|
border: 1px solid #ced4da; |
|
|
|
border-radius:.25rem; |
|
|
|
height: calc(1.6em + .75em + 2px); |
|
|
|
line-height:1.6; |
|
|
|
padding: 5px; |
|
|
|
} |
|
|
|
#search-form .form-group{ |
|
|
|