From 5eaa4292c6db2c1ee1282c938c899dc5b88db65f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 20 Apr 2020 11:49:17 +0200 Subject: [statistics] New filter UI --- modules-available/statistics/style.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'modules-available/statistics/style.css') diff --git a/modules-available/statistics/style.css b/modules-available/statistics/style.css index 000cefaf..7e1539ec 100644 --- a/modules-available/statistics/style.css +++ b/modules-available/statistics/style.css @@ -63,4 +63,33 @@ .open > .dropdown-menu { min-width: inherit; -} \ No newline at end of file +} + +.filter-list .filter-row { + margin-bottom: 2px; +} + +.filter-list input, .filter-list select { + padding: 3px 7px; +} + +@media(min-width: 992px) { + .filter-list { + column-count:2; + column-gap:20px; + column-rule: 1px solid #eee; + } +} + +.slx-focus { + animation-name: slxFocus; + animation-duration: .3s; + animation-iteration-count: 2; + animation-timing-function: ease; +} + +@keyframes slxFocus { + 0% { background: unset } + 50% { background: #f2dede } + 100% { background: unset } +} -- cgit v1.2.3-55-g7522