restyle, minor bugfixes

This commit is contained in:
color.diff=auto
2021-03-23 05:55:47 -06:00
parent dd1c6c1e9c
commit c74918ab45
9 changed files with 33 additions and 72 deletions

View File

@@ -1,11 +1,10 @@
<div class="form-group row options" style="background: none;">
<div class="col-9" style="background: none;">
<div class="offset-1 col-8" style="background: none;">
<p style="display:inline;">
<input style="width: 32px;" type="checkbox" id="op1" name="opt-hide-disabled" checked>
<input style="" type="checkbox" id="op1" name="opt-hide-disabled" checked>
Toggle 'unspawnable' items
</p>
<p style="display:inline;margin-left: 60px;">
<a style="font-weight: bold;" class="btn" href="/src/config.php">Reconfigure Mod Path</a>
<a style="font-weight: bold;" class="btn btn-info" href="/src/D2Config.php">Reconfigure Mod Path</a>
</p>
</div>