diff options
author | Steffen Ritter | 2018-02-06 16:16:20 +0100 |
---|---|---|
committer | Steffen Ritter | 2018-02-06 16:16:20 +0100 |
commit | 7e2509c6afbaf2a89d8df747c8e9ad0f48172221 (patch) | |
tree | 7c7c7ffb98a8ce556489f22048fa382f2aee813b /modules-available/locationinfo/templates/server-prop-generic.html | |
parent | [statistics_reporting] Translation for 'settings' (diff) | |
download | slx-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/server-prop-generic.html')
-rw-r--r-- | modules-available/locationinfo/templates/server-prop-generic.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/locationinfo/templates/server-prop-generic.html b/modules-available/locationinfo/templates/server-prop-generic.html index 9e94c23d..23ff1e4e 100644 --- a/modules-available/locationinfo/templates/server-prop-generic.html +++ b/modules-available/locationinfo/templates/server-prop-generic.html @@ -7,10 +7,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> |