summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/ajax-config-server.html
diff options
context:
space:
mode:
authorSteffen Ritter2018-02-06 16:16:20 +0100
committerSteffen Ritter2018-02-06 16:16:20 +0100
commit7e2509c6afbaf2a89d8df747c8e9ad0f48172221 (patch)
tree7c7c7ffb98a8ce556489f22048fa382f2aee813b /modules-available/locationinfo/templates/ajax-config-server.html
parent[statistics_reporting] Translation for 'settings' (diff)
downloadslx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.tar.gz
slx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.tar.xz
slx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.zip
[locationinfo] Fix styling of tooltip btns
also made the style of two close btns consistent to the rest
Diffstat (limited to 'modules-available/locationinfo/templates/ajax-config-server.html')
-rw-r--r--modules-available/locationinfo/templates/ajax-config-server.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules-available/locationinfo/templates/ajax-config-server.html b/modules-available/locationinfo/templates/ajax-config-server.html
index 940bc55a..8c2cb3ba 100644
--- a/modules-available/locationinfo/templates/ajax-config-server.html
+++ b/modules-available/locationinfo/templates/ajax-config-server.html
@@ -12,9 +12,9 @@
form="form-{{currentbackend}}">
</div>
<div class="col-md-2">
- <a class="btn btn-default" title="{{lang_nameTooltip}}">
+ <p class="btn btn-static" title="{{lang_nameTooltip}}">
<span class="glyphicon glyphicon-question-sign"></span>
- </a>
+ </p>
</div>
</div>
</div>
@@ -34,9 +34,9 @@
</select>
</div>
<div class="col-md-2">
- <a class="btn btn-default" id="help-type" title="{{lang_typeTooltip}}">
+ <p class="btn btn-static" id="help-type" title="{{lang_typeTooltip}}">
<span class="glyphicon glyphicon-question-sign"></span>
- </a>
+ </p>
</div>
</div>
</div>
@@ -92,7 +92,7 @@
currentBackend = value;
}
- $('a.btn[title]').tooltip();
+ $('p.btn[title]').tooltip();
$('#myModalSubmitButton').attr('form', 'form-' + currentBackend);
$('.settings-bs-switch').bootstrapSwitch({size:'small'});