Spoilers, add labels margin
This commit is contained in:
parent
e21c56ac3f
commit
b3d7945f46
2 changed files with 2 additions and 2 deletions
|
|
@ -280,7 +280,7 @@ input[type="radio"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 0 0 1.8rem;
|
padding: 0 0 0 1.8rem;
|
||||||
margin: 0 1rem 0 0;
|
margin: 0.25rem 1rem 0.25rem 0.5rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
</label>
|
</label>
|
||||||
<label for="checkbox-locations" class="checkbox-label" title="Check to show every item's locations and costs. Hidden by default.">
|
<label for="checkbox-locations" class="checkbox-label" title="Check to show every item's locations and costs. Hidden by default.">
|
||||||
<input type="checkbox" name="checkboxes" id="checkbox-locations" value="locations-off" onclick="CheckboxLocationsToggle();">
|
<input type="checkbox" name="checkboxes" id="checkbox-locations" value="locations-off" onclick="CheckboxLocationsToggle();">
|
||||||
<span class="checkmark"></span>Spoiler Mode
|
<span class="checkmark"></span>Spoilers
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue