X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Flogin-style.css;h=840c404d8d2ab61480168e506c07d19c2489970c;hb=53e5592f9a2d55434263f59a91c80fb46242307a;hp=3b9a9eb82b388682bca14c513b6ad89d783d7aa0;hpb=1406480258a907bfef3accfe01e789f3f24cbaab;p=friendica.git diff --git a/view/theme/frost/login-style.css b/view/theme/frost/login-style.css index 3b9a9eb82b..840c404d8d 100644 --- a/view/theme/frost/login-style.css +++ b/view/theme/frost/login-style.css @@ -12,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; } @@ -58,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; @@ -115,3 +152,9 @@ div.section-wrapper { text-align: left; font-size: 12px; } + +footer { + text-align: center; + padding-top: 3em; + padding-bottom: 1em; +}