summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-01 14:42:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-01 14:42:57 +0200
commit15e1bf361b2bf11dcbf29ebe58cffa1ed3203818 (patch)
tree2a5ba38b1f5d8987ca4980957b6320519e350976 /public
parentaee1b1085042715ed42640449599ace441d854c9 (diff)
limit traininfo width on desktops2.2.0
Diffstat (limited to 'public')
-rw-r--r--public/static/default.css11
l---------public/static/v15 (renamed from public/static/v13)0
2 files changed, 9 insertions, 2 deletions
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;
}
diff --git a/public/static/v13 b/public/static/v15
index 945c9b4..945c9b4 120000
--- a/public/static/v13
+++ b/public/static/v15