summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/style.css')
-rw-r--r--modules-available/statistics/style.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/modules-available/statistics/style.css b/modules-available/statistics/style.css
index 1bfc2893..7bd60b44 100644
--- a/modules-available/statistics/style.css
+++ b/modules-available/statistics/style.css
@@ -55,4 +55,63 @@
border-radius: 3px;
color: #fff;
padding: 1px 3px;
+}
+
+.dropdown-menu .btn.btn-machine-action {
+ text-align: left;
+}
+
+.open > .dropdown-menu {
+ min-width: inherit;
+}
+
+.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 }
+}
+
+.slx-right {
+ float: right;
+}
+@media (min-width: 1650px) {
+ .slx-right {
+ position: fixed;
+ right: 10px;
+ display: block;
+ min-width: 140px;
+ width: calc(100vw - 1550px);
+ float: none !important;
+ }
+}
+
+.infobox {
+ border: 1px solid #aaa;
+ background: #eee;
+ border-radius: 3px;
+ margin: 3px auto;
+ padding: 0 2px;
} \ No newline at end of file