Commit 15e1bf36 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

limit traininfo width on desktops

parent aee1b108
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -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;
}
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }

	% my $av = 'v14'; # asset version
	% my $av = 'v15'; # asset version
	%= stylesheet "/static/${av}/default.css"
	%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');