Make server address buttons bigger

This commit is contained in:
Ajay
2022-01-24 23:20:08 -05:00
parent 666aaab7f2
commit 8455ac8b39
2 changed files with 9 additions and 5 deletions

View File

@@ -234,6 +234,10 @@ input[type='number'] {
display: inline-block; display: inline-block;
} }
.next-line {
padding: 15px 0 0 0;
}
.bold { .bold {
font-weight: bold; font-weight: bold;
} }

View File

@@ -458,17 +458,17 @@
<input class="option-text-box" type="text" style="margin-right:10px"> <input class="option-text-box" type="text" style="margin-right:10px">
</label> </label>
<div class="inline"> <div class="small-description">__MSG_customServerAddressDescription__</div>
<div class="option-button text-change-set inline low-profile">
<div class="next-line">
<div class="option-button text-change-set inline">
__MSG_save__ __MSG_save__
</div> </div>
<div class="option-button text-change-reset inline low-profile"> <div class="option-button text-change-reset inline">
__MSG_reset__ __MSG_reset__
</div> </div>
</div> </div>
<div class="small-description">__MSG_customServerAddressDescription__</div>
</div> </div>
</div> </div>