From f9688d7519dad2f55f949cbb565db836790c4bbe Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Fri, 19 Sep 2014 15:18:30 +0200 Subject: SYWEB-13: Do not start the app if the browser does not support WEBStorage. Internet Explorer case: Launch the app only for versions 9 and higher. --- webclient/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'webclient/app.css') diff --git a/webclient/app.css b/webclient/app.css index 736aea660c..360263e13f 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -20,7 +20,7 @@ a:visited { color: #666; } a:hover { color: #000; } a:active { color: #000; } -#page { +.page { min-height: 100%; margin-bottom: -32px; /* to make room for the footer */ } @@ -34,6 +34,11 @@ a:active { color: #000; } padding-right: 20px; } +#unsupportedBrowser { + padding-top: 240px; + text-align: center; +} + #header { position: absolute; -- cgit 1.4.1