Skip to content

Commit 5f4b4e0

Browse files
committed
Final fixes
1 parent 4682e86 commit 5f4b4e0

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

style/main_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>{{ lang('CREATE_BOARD') }}</h1>
1818
<select id="qi_profile" name="qi_profile" class="custom-select mb-3" data-form-submit="true">
1919
{{ PROFILE_OPTIONS }}
2020
</select>
21-
<noscript><button type="submit" name="submit-profile" class="btn btn-primary">{{ lang('GO') }}</noscript>
21+
<noscript><button type="submit" name="submit-profile" class="btn btn-primary">{{ lang('GO') }}</button></noscript>
2222
{% endif %}
2323
</div>
2424
</div>

style/settings_body.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -553,14 +553,16 @@ <h5 class="card-title">{{ lang('CHUNK_SETTINGS') }}</h5>
553553
<legend>{{ lang('SAVE_SETTINGS') }}</legend>
554554
<div class="form-group row">
555555
<label for="save_profile" class="col-md-5 col-form-label">{{ lang('SAVE_PROFILE') ~ lang('COLON') }}<span class="form-text text-muted">{{ lang('SAVE_PROFILE_EXPLAIN') }}</span></label>
556-
<div class="col-md-3">
557-
<input class="form-control" type="text" id="save_profile" name="save_profile" value="{{ SAVE_PROFILE }}">
558-
<input type="hidden" name="sel_lang" value="{{ SEL_LANG }}">
559-
<input type="hidden" name="used_profile" value="{{ USED_PROFILE }}">
560-
</div>
561-
<div class="col-md-4">
562-
<button type="submit" name="submit" class="btn btn-primary">{{ lang('SAVE') }}</button>&nbsp;&nbsp;
563-
<button type="reset" name="reset" class="btn btn-secondary">{{ lang('RESET') }}</button>
556+
<input type="hidden" name="sel_lang" value="{{ SEL_LANG }}">
557+
<input type="hidden" name="used_profile" value="{{ USED_PROFILE }}">
558+
<div class="col-md-6">
559+
<div class="input-group">
560+
<input class="form-control" type="text" id="save_profile" name="save_profile" value="{{ SAVE_PROFILE }}" aria-describedby="button-addon">
561+
<div class="input-group-append" id="button-addon">
562+
<button type="submit" name="submit" class="btn btn-primary">{{ lang('SAVE') }}</button>
563+
<button type="reset" name="reset" class="btn btn-secondary">{{ lang('RESET') }}</button>
564+
</div>
565+
</div>
564566
</div>
565567
</div>
566568
</fieldset>

0 commit comments

Comments
 (0)