add div to make radios stacking possible
This commit is contained in:
@@ -103,6 +103,7 @@ const onesearchComponent = {
|
|||||||
@click="selectradio('rtype,include,books', '')"
|
@click="selectradio('rtype,include,books', '')"
|
||||||
>
|
>
|
||||||
<label for="booksradio">Books</label>
|
<label for="booksradio">Books</label>
|
||||||
|
<div id="articlesradiocontainer">
|
||||||
<input type="radio"
|
<input type="radio"
|
||||||
id="articlesradio"
|
id="articlesradio"
|
||||||
name="radio1"
|
name="radio1"
|
||||||
@@ -110,6 +111,7 @@ const onesearchComponent = {
|
|||||||
>
|
>
|
||||||
<label for="articlesradio">Articles (Peer reviewed)</label>
|
<label for="articlesradio">Articles (Peer reviewed)</label>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div id="advanced">
|
<div id="advanced">
|
||||||
<strong>
|
<strong>
|
||||||
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en&mode=advanced">Advanced</a>
|
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en&mode=advanced">Advanced</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user