summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-bool.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-bool.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-bool.html')
-rw-r--r--modules-available/locationinfo/templates/server-prop-bool.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/modules-available/locationinfo/templates/server-prop-bool.html b/modules-available/locationinfo/templates/server-prop-bool.html
index bd9dcc64..ee2b8121 100644
--- a/modules-available/locationinfo/templates/server-prop-bool.html
+++ b/modules-available/locationinfo/templates/server-prop-bool.html
@@ -1,16 +1,12 @@
<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">
<input class="settings-bs-switch" id="prop-{{property}}" type="checkbox" name="prop-{{property}}" value="1"
{{#currentvalue}}checked{{/currentvalue}}>
</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>