summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/style.css
diff options
context:
space:
mode:
authorUdo Walter2016-12-20 14:49:17 +0100
committerUdo Walter2016-12-20 14:49:17 +0100
commitf616a8cc375c2228def671800be40fac2072b27b (patch)
tree2f84cbe3682f896fc1c88e1d72ffbe77c2048303 /modules-available/statistics_reporting/style.css
parent[statistics_reporting] edited time bound possibility (diff)
downloadslx-admin-f616a8cc375c2228def671800be40fac2072b27b.tar.gz
slx-admin-f616a8cc375c2228def671800be40fac2072b27b.tar.xz
slx-admin-f616a8cc375c2228def671800be40fac2072b27b.zip
[statistics_reporting] added time bounds slider
Diffstat (limited to 'modules-available/statistics_reporting/style.css')
-rw-r--r--modules-available/statistics_reporting/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/style.css b/modules-available/statistics_reporting/style.css
index b0875a7d..d7fa7a2f 100644
--- a/modules-available/statistics_reporting/style.css
+++ b/modules-available/statistics_reporting/style.css
@@ -2,7 +2,7 @@
margin-bottom: 10px;
}
-.top-row select, .top-row .btn-group {
+.top-row > * {
margin-right: 10px;
margin-bottom: 10px;
}
@@ -13,4 +13,26 @@
.buttonbar {
margin-bottom: 20px;
+}
+
+#slider {
+ display: inline-block;
+ width: 160px;
+ margin-left: 20px;
+ margin-bottom: 3px;
+ margin-right: 20px;
+}
+
+#lower-handle, #upper-handle {
+ width: 3em;
+ height: 1.6em;
+ top: 50%;
+ margin-top: -.8em;
+ margin-left: -1.5em;
+ text-align: center;
+ line-height: 1.6em;
+}
+
+#applybound {
+ display: none;
} \ No newline at end of file