X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Ffrost%2Flogin-style.css;h=1c8c1cd45bb810b5fc9fea8896e16a0efdc146eb;hb=8c064069d9bbb589e061785a18b736bcdb91aa9c;hp=5b82c11d3b58d41e0ea293c2ab35afd83a09ecf1;hpb=3484d3bc5ffdac5b6f447abcd8ceef9b681aa311;p=friendica.git diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css index 5b82c11d3b..1c8c1cd45b 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;