]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/login-style.css
move tpl scripts to util
[friendica.git] / view / theme / frost / login-style.css
index 1c8c1cd45bb810b5fc9fea8896e16a0efdc146eb..840c404d8d2ab61480168e506c07d19c2489970c 100644 (file)
@@ -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;
+}