X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Flogin-style.css;h=37661cfbc7df08b5afa6cd59441111ca288fd600;hb=234598280d96627861a1ff1dcfc8a4a59bd37054;hp=618e07c0cbe9577262d772d73a9930f14d0ba31b;hpb=1406480258a907bfef3accfe01e789f3f24cbaab;p=friendica.git diff --git a/view/theme/frost-mobile/login-style.css b/view/theme/frost-mobile/login-style.css index 618e07c0cb..37661cfbc7 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; @@ -132,3 +152,9 @@ div.section-wrapper { #login-submit-wrapper { text-align: center; } + +footer { + text-align: center; + padding-top: 3em; + padding-bottom: 1em; +}