From: Zach Prezkuta Date: Sat, 25 Aug 2012 16:08:25 +0000 (-0600) Subject: restore nav element to login pages, since system messages are sent in it X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3413cc10067bc794af2cad4de0e0a9cb615cde52;p=friendica.git restore nav element to login pages, since system messages are sent in it --- diff --git a/view/theme/frost-mobile/default.php b/view/theme/frost-mobile/default.php index 99f96f4b68..b7feae3716 100644 --- a/view/theme/frost-mobile/default.php +++ b/view/theme/frost-mobile/default.php @@ -6,23 +6,23 @@ + + module === 'home' ) { ?>
+ module === 'login' || $a->module === 'register' || $a->module === 'lostpass' ) { ?> -
- +
diff --git a/view/theme/frost-mobile/login-style.css b/view/theme/frost-mobile/login-style.css index 618e07c0cb..5c07aba772 100644 --- a/view/theme/frost-mobile/login-style.css +++ b/view/theme/frost-mobile/login-style.css @@ -15,6 +15,26 @@ a:hover {text-decoration: underline; } img { border :0px; } +nav { + display: none; +} + +/* popup notifications */ +div.jGrowl div.notice { + background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center; + color: #ffffff; + padding-left: 58px; +} +div.jGrowl div.info { + background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center; + color: #ffffff; + padding-left: 58px; +} +#jGrowl.top-right { + top: 15px; + right: 15px; +} + .login-button { margin-top: 90px; margin-left: auto; diff --git a/view/theme/frost/default.php b/view/theme/frost/default.php index 9f764c73ef..aa032524f8 100644 --- a/view/theme/frost/default.php +++ b/view/theme/frost/default.php @@ -6,23 +6,23 @@ + + module === 'home' ) { ?>
+ module === 'login' || $a->module === 'register' || $a->module === 'lostpass' ) { ?> -
- +
diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css index 3b9a9eb82b..1c8c1cd45b 100644 --- a/view/theme/frost/login-style.css +++ b/view/theme/frost/login-style.css @@ -12,6 +12,26 @@ a:hover {text-decoration: underline; } img { border :0px; } +nav { + display: none; +} + +/* popup notifications */ +div.jGrowl div.notice { + background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center; + color: #ffffff; + padding-left: 58px; +} +div.jGrowl div.info { + background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center; + color: #ffffff; + padding-left: 58px; +} +#jGrowl.top-right { + top: 15px; + right: 15px; +} + .login-button { margin-top: 110px; }