From 89d952f7e9475d79c9e9a46e78e84bd63978dd04 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 18 Jan 2023 16:15:18 +0100 Subject: [statistics] Listview: Display roomlayout and unique properties in a sidebar .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list. --- modules-available/statistics/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'modules-available/statistics/style.css') diff --git a/modules-available/statistics/style.css b/modules-available/statistics/style.css index 7e1539ec..7bd60b44 100644 --- a/modules-available/statistics/style.css +++ b/modules-available/statistics/style.css @@ -93,3 +93,25 @@ 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 -- cgit v1.2.3-55-g7522