]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/login-style.css
update smart templates
[friendica.git] / view / theme / frost / login-style.css
index 3b9a9eb82b388682bca14c513b6ad89d783d7aa0..840c404d8d2ab61480168e506c07d19c2489970c 100644 (file)
@@ -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;
+}