Rework to use bulma better

This commit is contained in:
Joel Bradshaw
2020-11-20 21:45:12 -08:00
parent a579ea52f4
commit f57d9ee45d
2 changed files with 6 additions and 18 deletions

View File

@ -1,5 +1,7 @@
<div class="progress-update is-small">
on page
<input class="is-small" type="text" size="3">
of
<div class="field is-grouped is-small px-2">
<div class="control">on page</div>
<div class="control">
<input class="input is-small" type="text" size="3">
</div>
<div class="control">of 100</div>
</div>