diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-01 21:46:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-01 21:46:06 +0800 |
commit | fbc39656df1c61c93661565446abc378a7e2b869 (patch) | |
tree | e013d7a9ce6036f90301bb6b7c6b041436920e47 /fg21sim/webui/templates/configs.html | |
parent | 0c0272d08d2aa141eb648ccc6d5fc9857a84972f (diff) | |
download | fg21sim-fbc39656df1c61c93661565446abc378a7e2b869.tar.bz2 |
webui: Update header and configs templates
Diffstat (limited to 'fg21sim/webui/templates/configs.html')
-rw-r--r-- | fg21sim/webui/templates/configs.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fg21sim/webui/templates/configs.html b/fg21sim/webui/templates/configs.html index 2c6aaf6..8828e6d 100644 --- a/fg21sim/webui/templates/configs.html +++ b/fg21sim/webui/templates/configs.html @@ -4,7 +4,7 @@ # # Configuration part #} -<section id="configs" class="container target"> +<section id="configs"> <h2>Configurations</h2> <hr /> @@ -22,13 +22,13 @@ <input class="form-control" type="text" id="conf-configfile" name="configfile" /> </div> </div> - <div class="text-center"> + <div class="button-group"> <!-- NOTE: HTML5 "button" element has a default behavior of submit. Credit: https://stackoverflow.com/a/10836076/4856091 --> - <button type="button" class="button-small" id="reset-defaults"><span class="fa fa-undo" aria-hidden="true"></span> Reset to Defaults</button> - <button type="button" class="button-small" id="load-configfile"><span class="fa fa-download" aria-hidden="true"></span> Load from Configuration File</button> - <button type="button" class="button-small" id="save-configfile"><span class="fa fa-save" aria-hidden="true"></span> Save to Configuration File</button> + <button type="button" id="load-configfile"><span class="fa fa-download" aria-hidden="true"></span> Load from Configuration File</button> + <button type="button" id="save-configfile"><span class="fa fa-save" aria-hidden="true"></span> Save to Configuration File</button> + <button type="button" class="button-warning" id="reset-defaults" disabled="disabled"><span class="fa fa-undo" aria-hidden="true"></span> Reset to Defaults</button> </div> </fieldset> |