X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Flogin-style.css;h=7d882fd8ca2f9eb3da235fa831c378e4188133e9;hb=d3682f5d6a3ec57b2a2c9353dc5a395303ecea4b;hp=5b82c11d3b58d41e0ea293c2ab35afd83a09ecf1;hpb=8126e8ea47d069637725d525530af762d4e74c43;p=friendica.git diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css index 5b82c11d3b..7d882fd8ca 100644 --- a/view/theme/frost/login-style.css +++ b/view/theme/frost/login-style.css @@ -1,6 +1,7 @@ body { font-family: helvetica,arial,freesans,clean,sans-serif; font-size: 14px; + /*background-image: none;*/ background-color: #ffffff; color: #505050;/* ZP Change*/ margin: 0px; @@ -11,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; } @@ -19,7 +40,7 @@ img.login-button-image { max-width: 350px; } -.section-wrapper { +div.section-wrapper { position: relative; width: 800px; margin-left: auto; @@ -28,7 +49,8 @@ img.login-button-image { } .login-form { - margin-top: 200px; + padding-top: 200px; + margin-bottom: 50px; } .register-form { @@ -39,7 +61,13 @@ img.login-button-image { margin-top: 170px; } +.field { + margin-bottom: 2px; + padding-bottom: 0px; +} + .field label { + width: auto; position: absolute; margin-left: 0px; font-weight: 700; @@ -50,7 +78,8 @@ img.login-button-image { width: 200px; } -.openid input { +/*.openid input {*/ +#id_openid_url, .openid input { background: url(login-bg.gif) no-repeat; background-position: 0 50%; width: 182px; @@ -106,3 +135,9 @@ img.login-button-image { text-align: left; font-size: 12px; } + +footer { + text-align: center; + padding-top: 3em; + padding-bottom: 1em; +}