summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-dropdown.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-11-03 09:09:22 +0100
committerSimon Rettberg2020-11-03 09:09:22 +0100
commit61ba0aefc424c503877ef2574b1dec822d3ecea9 (patch)
tree9c826f9f3681014c37d5be286876077b9a7251c3 /modules-available/locationinfo/templates/server-prop-dropdown.html
parent[locations] install: Fix migration of openingtimes (diff)
downloadslx-admin-61ba0aefc424c503877ef2574b1dec822d3ecea9.tar.gz
slx-admin-61ba0aefc424c503877ef2574b1dec822d3ecea9.tar.xz
slx-admin-61ba0aefc424c503877ef2574b1dec822d3ecea9.zip
[locationinfo] Clean up styling a bit more
Diffstat (limited to 'modules-available/locationinfo/templates/server-prop-dropdown.html')
-rw-r--r--modules-available/locationinfo/templates/server-prop-dropdown.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/modules-available/locationinfo/templates/server-prop-dropdown.html b/modules-available/locationinfo/templates/server-prop-dropdown.html
index d1351551..bcb0cd5a 100644
--- a/modules-available/locationinfo/templates/server-prop-dropdown.html
+++ b/modules-available/locationinfo/templates/server-prop-dropdown.html
@@ -1,19 +1,15 @@
<div class="list-group-item">
<div class="row">
- <div class="col-md-3"><label for="prop-{{property}}">{{title}}</label></div>
- <div class="col-md-7">
+ <div class="col-md-4"><label for="prop-{{property}}">{{title}}</label></div>
+ <div class="col-md-8">
<select class="form-control" id="prop-{{property}}" name="prop-{{property}}">
{{#select_list}}
<option {{#active}}selected{{/active}}>{{option}}</option>
{{/select_list}}
</select>
</div>
- <div class="col-md-2">
- {{#helptext}}
- <p class="btn btn-static" title="{{helptext}}">
- <span class="glyphicon glyphicon-question-sign"></span>
- </p>
- {{/helptext}}
+ <div class="col-sm-12 small text-muted spacebottop">
+ {{helptext}}
</div>
</div>
</div>