From 7e2509c6afbaf2a89d8df747c8e9ad0f48172221 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Tue, 6 Feb 2018 16:16:20 +0100 Subject: [locationinfo] Fix styling of tooltip btns also made the style of two close btns consistent to the rest --- .../templates/page-config-panel-default.html | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'modules-available/locationinfo/templates/page-config-panel-default.html') diff --git a/modules-available/locationinfo/templates/page-config-panel-default.html b/modules-available/locationinfo/templates/page-config-panel-default.html index b55e3d4d..41a8fd00 100644 --- a/modules-available/locationinfo/templates/page-config-panel-default.html +++ b/modules-available/locationinfo/templates/page-config-panel-default.html @@ -28,9 +28,9 @@
- +

- +

@@ -48,9 +48,9 @@
- +

- +

@@ -69,9 +69,9 @@
- +

- +

@@ -85,9 +85,9 @@
- +

- +

@@ -101,9 +101,9 @@
- +

- +

@@ -128,9 +128,9 @@ max="1440" value="{{calupdate}}" required>
- +

- +

@@ -145,9 +145,9 @@ max="86400" value="{{roomupdate}}" required>
- +

- +

@@ -177,9 +177,9 @@
- +

- +

@@ -193,9 +193,9 @@
- +

- +

@@ -217,9 +217,9 @@
- +

- +

@@ -238,9 +238,9 @@
- +

- +

@@ -255,9 +255,9 @@
- +

- +

@@ -272,9 +272,9 @@
- +

- +

@@ -338,7 +338,7 @@ document.addEventListener("DOMContentLoaded", function () { var $locInput = $('#locationids'); // Initialize fancy tooltips - $('a.helptext').tooltip(); + $('p.helptext').tooltip(); // Add listener to range sliders so their label can be updated $('input[type="range"]').change(function () { $(this).siblings().find('.range-display').text($(this).val()); -- cgit v1.2.3-55-g7522