From 3413cc10067bc794af2cad4de0e0a9cb615cde52 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sat, 25 Aug 2012 10:08:25 -0600 Subject: [PATCH] restore nav element to login pages, since system messages are sent in it --- view/theme/frost-mobile/default.php | 8 ++++---- view/theme/frost-mobile/login-style.css | 20 ++++++++++++++++++++ view/theme/frost/default.php | 8 ++++---- view/theme/frost/login-style.css | 20 ++++++++++++++++++++ 4 files changed, 48 insertions(+), 8 deletions(-) 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; }