mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-27 17:41:22 +00:00
symmetrical-quests-unlocks
create symmetrical quest unlock columns by adding "completed all" to first column and pusing "horror from the deep" to second column. also gave primary color to "completed all" to emphasize that option
This commit is contained in:
parent
191b888f77
commit
07a48710ed
1 changed files with 32 additions and 32 deletions
16
index.html
16
index.html
|
@ -90,13 +90,11 @@
|
|||
<div class="col-6">
|
||||
<h5>Quest unlocks</h5>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<label><input type="checkbox" id="toggleQuests" onclick="toggleQuestAll($(this))"> Completed all (or
|
||||
ignore quests)</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row pt-2">
|
||||
<div class="col-6 quests">
|
||||
<div class="col-6">
|
||||
<label class="text-primary"><input type="checkbox" id="toggleQuests" onclick="toggleQuestAll($(this))"> Completed all (or
|
||||
ignore quests)</label>
|
||||
<div class="quests">
|
||||
<form>
|
||||
<label><input type="checkbox" name="quest" id="bonevoyage">
|
||||
Bone Voyage <small>Unlocks Fossil Island Wyverns</small></label><br>
|
||||
|
@ -120,13 +118,15 @@
|
|||
Ernest the Chicken <small>Unlocks Killerwatts</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="fairytale2">
|
||||
Fairy Tale II <small>Unlocks Abyssal Demons (without Priest in Peril)</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dagannoths">
|
||||
Horror from the Deep <small>Unlocks Dagannoths</small></label><br>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 quests">
|
||||
<form>
|
||||
<label><input type="checkbox" name="quest" id="dagannoths">
|
||||
Horror from the Deep <small>Unlocks Dagannoths</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="shadowwarriors">
|
||||
Legends' Quest <small>Unlocks Shadow Warriors</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="lostcity">
|
||||
|
|
Loading…
Reference in a new issue