mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-28 01:51:23 +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">
|
<div class="col-6">
|
||||||
<h5>Quest unlocks</h5>
|
<h5>Quest unlocks</h5>
|
||||||
</div>
|
</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="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>
|
<form>
|
||||||
<label><input type="checkbox" name="quest" id="bonevoyage">
|
<label><input type="checkbox" name="quest" id="bonevoyage">
|
||||||
Bone Voyage <small>Unlocks Fossil Island Wyverns</small></label><br>
|
Bone Voyage <small>Unlocks Fossil Island Wyverns</small></label><br>
|
||||||
|
@ -120,13 +118,15 @@
|
||||||
Ernest the Chicken <small>Unlocks Killerwatts</small></label><br>
|
Ernest the Chicken <small>Unlocks Killerwatts</small></label><br>
|
||||||
<label><input type="checkbox" name="quest" id="fairytale2">
|
<label><input type="checkbox" name="quest" id="fairytale2">
|
||||||
Fairy Tale II <small>Unlocks Abyssal Demons (without Priest in Peril)</small></label><br>
|
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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-6 quests">
|
<div class="col-6 quests">
|
||||||
<form>
|
<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">
|
<label><input type="checkbox" name="quest" id="shadowwarriors">
|
||||||
Legends' Quest <small>Unlocks Shadow Warriors</small></label><br>
|
Legends' Quest <small>Unlocks Shadow Warriors</small></label><br>
|
||||||
<label><input type="checkbox" name="quest" id="lostcity">
|
<label><input type="checkbox" name="quest" id="lostcity">
|
||||||
|
|
Loading…
Reference in a new issue