summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-24 18:48:23 +0100
committerSimon Rettberg2021-11-24 18:48:23 +0100
commit0fedbaab233006a604946070e70aa3f2bf36bfb3 (patch)
treef2e1f55fddb6fee9c32d8d0aa6559025624c3a50
parent[passthrough] Show+Highlight device from URL hash (link in statistics) (diff)
downloadslx-admin-0fedbaab233006a604946070e70aa3f2bf36bfb3.tar.gz
slx-admin-0fedbaab233006a604946070e70aa3f2bf36bfb3.tar.xz
slx-admin-0fedbaab233006a604946070e70aa3f2bf36bfb3.zip
[passthrough] Make buttonbar fixed at bottom of screen
-rw-r--r--modules-available/passthrough/templates/hardware-list.html20
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>