X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Flogin-style.css;h=4c853307165b12086901a677bd0362022e5a9e1e;hb=0d9595d80a9c2ce5cab80ce3513f769f8a7bfbf6;hp=5283c584ba7c520e56d6699856f04c801279aaaa;hpb=57a75d240b9d562a01fddbaa269eb52c001cfd8b;p=friendica.git diff --git a/view/theme/frost-mobile/login-style.css b/view/theme/frost-mobile/login-style.css index 5283c584ba..4c85330716 100644 --- a/view/theme/frost-mobile/login-style.css +++ b/view/theme/frost-mobile/login-style.css @@ -15,6 +15,31 @@ 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; + margin: 0px; +} +div.jGrowl div.info { + background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center; + color: #ffffff; + padding-left: 58px; + margin: 0px; +} +#jGrowl.top-right { + top: 15px; + right: 10px; +} +div.jGrowl-notification { + border-radius: 7px; +} + .login-button { margin-top: 90px; margin-left: auto; @@ -26,7 +51,7 @@ img.login-button-image { max-width: 300px; } -.section-wrapper { +div.section-wrapper { position: relative; width: 300px; margin-left: auto; @@ -45,6 +70,8 @@ img.login-button-image { .field label { margin-left: 25px; font-weight: 700; + float: none; + width: auto; } .field input { @@ -53,15 +80,31 @@ img.login-button-image { margin-left: 50px; } +.field.checkbox label { + margin-left: auto; + float: auto; + /*margin-left: 100px;*/ +} +.field.checkbox input { + width: auto; + margin-left: 30px; +} + +#div_id_remember { + margin-top: 10px; + margin-bottom: 10px; +} + #login_openid { margin-top: 50px; } -#login_openid input { +#login_openid input, input.openid { background: url(login-bg.gif) no-repeat; background-position: 0 50%; width: 182px; padding-left: 18px; + margin-left: 50px; } #login-footer { @@ -129,3 +172,9 @@ img.login-button-image { #login-submit-wrapper { text-align: center; } + +footer { + text-align: center; + padding-top: 3em; + padding-bottom: 1em; +}