X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Flogin-style.css;h=840c404d8d2ab61480168e506c07d19c2489970c;hb=53e5592f9a2d55434263f59a91c80fb46242307a;hp=1c8c1cd45bb810b5fc9fea8896e16a0efdc146eb;hpb=3413cc10067bc794af2cad4de0e0a9cb615cde52;p=friendica.git diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css index 1c8c1cd45b..840c404d8d 100644 --- a/view/theme/frost/login-style.css +++ b/view/theme/frost/login-style.css @@ -31,6 +31,9 @@ div.jGrowl div.info { top: 15px; right: 15px; } +div.jGrowl-notification { + border-radius: 7px; +} .login-button { margin-top: 110px; @@ -78,6 +81,20 @@ div.section-wrapper { width: 200px; } +.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; @@ -135,3 +152,9 @@ div.section-wrapper { text-align: left; font-size: 12px; } + +footer { + text-align: center; + padding-top: 3em; + padding-bottom: 1em; +}