X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Flogin-style.css;h=840c404d8d2ab61480168e506c07d19c2489970c;hb=53e5592f9a2d55434263f59a91c80fb46242307a;hp=5b82c11d3b58d41e0ea293c2ab35afd83a09ecf1;hpb=57a75d240b9d562a01fddbaa269eb52c001cfd8b;p=friendica.git diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css index 5b82c11d3b..840c404d8d 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,29 @@ 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; +} +div.jGrowl-notification { + border-radius: 7px; +} + .login-button { margin-top: 110px; } @@ -19,7 +43,7 @@ img.login-button-image { max-width: 350px; } -.section-wrapper { +div.section-wrapper { position: relative; width: 800px; margin-left: auto; @@ -28,7 +52,8 @@ img.login-button-image { } .login-form { - margin-top: 200px; + padding-top: 200px; + margin-bottom: 50px; } .register-form { @@ -39,7 +64,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 +81,22 @@ img.login-button-image { width: 200px; } -.openid input { +.field.checkbox label { + position: auto; + /*margin-left: 100px;*/ +} +.field.checkbox input { + width: auto; + margin-left: 140px; +} + +#div_id_remember { + margin-top: 10px; + margin-bottom: 10px; +} + +/*.openid input {*/ +#id_openid_url, .openid input { background: url(login-bg.gif) no-repeat; background-position: 0 50%; width: 182px; @@ -106,3 +152,9 @@ img.login-button-image { text-align: left; font-size: 12px; } + +footer { + text-align: center; + padding-top: 3em; + padding-bottom: 1em; +}