diff options
author | emkael <emkael@tlen.pl> | 2021-01-20 01:28:00 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-01-20 01:28:00 +0100 |
commit | 60a12b346aba5a8a91eba5de4454be24f060b119 (patch) | |
tree | 875127107e6b989407a701f394ddbb93588115e7 /result/krafcik.css | |
parent | ac61d5d0cd4bb1dc6cc59af64495d99895e1db04 (diff) |
Collapsible filters panel and final style touches
Diffstat (limited to 'result/krafcik.css')
-rw-r--r-- | result/krafcik.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; } |