diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-13 19:03:14 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:41 +0200 |
| commit | 4e1936f740d6ed3499df59e4f76efa91f49c5cb3 (patch) | |
| tree | 1c97bea841f7f1ee0fc2d7075c6d8cda95dbdacb /css/index.css | |
| parent | 9fea58a7096be7920555123193567a607a014ab7 (diff) | |
| download | wvs-vplan-4e1936f740d6ed3499df59e4f76efa91f49c5cb3.tar.gz wvs-vplan-4e1936f740d6ed3499df59e4f76efa91f49c5cb3.zip | |
füge Login-Request hinzu; erstelle das Layout für den Wechsel zur Planansicht
Diffstat (limited to 'css/index.css')
| -rw-r--r-- | css/index.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; } } |
