summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-dropdown.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-07 14:17:01 +0100
committerSimon Rettberg2018-02-07 14:17:01 +0100
commit3ce5bce022e64e2f685b5491c3d5a00c1875b71a (patch)
tree50f5530c7f8a63cd57d68451b9892c61bf896080 /modules-available/locationinfo/templates/server-prop-dropdown.html
parentMerge branch 'master' of dnbd3:openslx-ng/slx-admin (diff)
parent[locationinfo] Fix styling of tooltip btns (diff)
downloadslx-admin-3ce5bce022e64e2f685b5491c3d5a00c1875b71a.tar.gz
slx-admin-3ce5bce022e64e2f685b5491c3d5a00c1875b71a.tar.xz
slx-admin-3ce5bce022e64e2f685b5491c3d5a00c1875b71a.zip
Merge branch 'master' of dnbd3:openslx-ng/slx-admin
Diffstat (limited to 'modules-available/locationinfo/templates/server-prop-dropdown.html')
-rw-r--r--modules-available/locationinfo/templates/server-prop-dropdown.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/locationinfo/templates/server-prop-dropdown.html b/modules-available/locationinfo/templates/server-prop-dropdown.html
index 80667766..d1351551 100644
--- a/modules-available/locationinfo/templates/server-prop-dropdown.html
+++ b/modules-available/locationinfo/templates/server-prop-dropdown.html
@@ -10,10 +10,10 @@
</div>
<div class="col-md-2">
{{#helptext}}
- <a class="btn btn-default" title="{{helptext}}">
+ <p class="btn btn-static" title="{{helptext}}">
<span class="glyphicon glyphicon-question-sign"></span>
- </a>
+ </p>
{{/helptext}}
</div>
</div>
-</div> \ No newline at end of file
+</div>