aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates/index_page_orig.html
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/templates/index_page_orig.html')
-rwxr-xr-xwqflask/wqflask/templates/index_page_orig.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html
index 7efbdccf..8d72ad7d 100755
--- a/wqflask/wqflask/templates/index_page_orig.html
+++ b/wqflask/wqflask/templates/index_page_orig.html
@@ -43,11 +43,14 @@
<div class="form-group">
<label for="group" class="col-xs-1 control-label" style="width: 65px !important;">Group:</label>
- <div class="col-xs-10 controls input-append" style="padding-left: 20px;">
+ <div class="col-xs-10 controls input-append" style="display: flex; padding-left: 20px;">
<div class="col-9">
<select name="group" id="group" class="form-control" style="width: 340px !important;"><option>Loading...</option></select>
<i class="icon-question-sign"></i>
</div>
+ <div class="col-3" style="margin-left: 10px;">
+ <button type="button" id="group_info" class="btn btn-primary form-control" style="width: 75px !important;">Info</button>
+ </div>
</div>
</div>