diff options
author | Simon Rettberg | 2021-11-24 18:48:23 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-03-09 15:06:54 +0100 |
commit | ea5d514c97c5e63dfb9eab8ee9b3f27df577b131 (patch) | |
tree | 0577c12f5a37cfc9a7a9e0ef87c9d058288f5f4c /modules-available/passthrough/templates/hardware-list.html | |
parent | [passthrough] Show+Highlight device from URL hash (link in statistics) (diff) | |
download | slx-admin-ea5d514c97c5e63dfb9eab8ee9b3f27df577b131.tar.gz slx-admin-ea5d514c97c5e63dfb9eab8ee9b3f27df577b131.tar.xz slx-admin-ea5d514c97c5e63dfb9eab8ee9b3f27df577b131.zip |
[passthrough] Make buttonbar fixed at bottom of screen
Diffstat (limited to 'modules-available/passthrough/templates/hardware-list.html')
-rw-r--r-- | modules-available/passthrough/templates/hardware-list.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/modules-available/passthrough/templates/hardware-list.html b/modules-available/passthrough/templates/hardware-list.html index 4468645c..d3424b7a 100644 --- a/modules-available/passthrough/templates/hardware-list.html +++ b/modules-available/passthrough/templates/hardware-list.html @@ -46,15 +46,17 @@ </tbody> </table> <div id="new-groups"></div> - <div class="buttonbar text-right"> - <button type="button" data-target="#add-group-form" data-toggle="modal" class="btn btn-default"> - <span class="glyphicon glyphicon-plus"></span> - {{lang_add}} - </button> - <button type="submit" name="action" value="save-hwlist" class="btn btn-success"> - <span class="glyphicon glyphicon-floppy-disk"></span> - {{lang_save}} - </button> + <div style="position:fixed;bottom:0;right:0;padding:8px;background:#fff;width:100%;border-top:1px solid #ddd"> + <div class="buttonbar text-right"> + <button type="button" data-target="#add-group-form" data-toggle="modal" class="btn btn-default"> + <span class="glyphicon glyphicon-plus"></span> + {{lang_add}} + </button> + <button type="submit" name="action" value="save-hwlist" class="btn btn-success"> + <span class="glyphicon glyphicon-floppy-disk"></span> + {{lang_save}} + </button> + </div> </div> </form> |