From 4e1936f740d6ed3499df59e4f76efa91f49c5cb3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 13 Mar 2014 19:03:14 +0100 Subject: füge Login-Request hinzu; erstelle das Layout für den Wechsel zur Planansicht MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css/index.css') diff --git a/css/index.css b/css/index.css index d1fce0d..627220e 100644 --- a/css/index.css +++ b/css/index.css @@ -29,10 +29,20 @@ body { /* Portrait layout (default) */ .app { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; } /* Landscape layout (with min-width) */ @media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { .app { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; } } -- cgit v1.3.1