From 15e1bf361b2bf11dcbf29ebe58cffa1ed3203818 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 1 Jun 2019 14:42:57 +0200 Subject: limit traininfo width on desktops --- public/static/default.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'public/static/default.css') diff --git a/public/static/default.css b/public/static/default.css index d67ce35..6baaf49 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -189,14 +189,21 @@ div.app .moreinfo { font-size:2.1em; position:fixed; top:0em; - left:0em; - right:0em; + left:0; + right:0; bottom:0em; z-index: 5; overflow: auto; cursor: default; } +div.app .moreinfo .mheader, +div.app .moreinfo .mfooter { + max-width: 50em; + margin-left: auto; + margin-right: auto; +} + div.applight .moreinfo { background-color: #ffffff; } -- cgit v1.2.3