From 60a12b346aba5a8a91eba5de4454be24f060b119 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 20 Jan 2021 01:28:00 +0100 Subject: Collapsible filters panel and final style touches --- result/index.html | 41 +++++++++++++++++++++++++---------------- result/krafcik.css | 9 +++++++++ 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/result/index.html b/result/index.html index cfd2473..a6b057b 100644 --- a/result/index.html +++ b/result/index.html @@ -15,26 +15,35 @@ -
+

Polski Krafcik 2012-2020 (R.I.P.)

- -
-
- - +
+
+ Filtruj +
-
-
-
- - -
+
+ +
+ +
+ +
+
+
+
+
+ + +
+
+
- +
-
+
Browary o co najmniej 10.000 ocen. Piwa o co najmniej 15 ocenach, o określonym ABV i dodane w 2020 lub wcześniej.
Liczba ocen przeliczana per miesiąc od czasu dodania; dla piw nieprodukowanych: max. 12 miesięcy.
diff --git a/result/krafcik.css b/result/krafcik.css index b994830..af4f65b 100644 --- a/result/krafcik.css +++ b/result/krafcik.css @@ -7,6 +7,15 @@ html, body { width: 100%; } +#date-filter .slider-box { + width: 90%; + margin: auto; +} + +#date-filter .slider.slider-horizontal { + width: 100%; +} + #date-filter .slider-rangeHighlight.odd { background: #0000CC; } -- cgit v1.2.3