]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/login-style.css
Merge remote-tracking branch 'upstream/develop' into 1702-null-date
[friendica.git] / view / theme / frost-mobile / login-style.css
index 618e07c0cbe9577262d772d73a9930f14d0ba31b..4c853307165b12086901a677bd0362022e5a9e1e 100644 (file)
@@ -15,6 +15,31 @@ 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;
+  margin: 0px;
+}
+div.jGrowl div.info {
+  background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
+  color: #ffffff;
+  padding-left: 58px;
+  margin: 0px;
+}
+#jGrowl.top-right {
+       top: 15px;
+       right: 10px;
+}
+div.jGrowl-notification {
+  border-radius: 7px;
+}
+
 .login-button {
        margin-top: 90px;
        margin-left: auto;
@@ -55,11 +80,26 @@ div.section-wrapper {
        margin-left: 50px;
 }
 
+.field.checkbox label {
+       margin-left: auto;
+       float: auto;
+       /*margin-left: 100px;*/
+}
+.field.checkbox input {
+       width: auto;
+       margin-left: 30px;
+}
+
+#div_id_remember {
+       margin-top: 10px;
+       margin-bottom: 10px;
+}
+
 #login_openid {
        margin-top: 50px;
 }
 
-#login_openid input {
+#login_openid input, input.openid {
        background: url(login-bg.gif) no-repeat;
        background-position: 0 50%;
        width: 182px;
@@ -132,3 +172,9 @@ div.section-wrapper {
 #login-submit-wrapper {
        text-align: center;
 }
+
+footer {
+       text-align: center;
+       padding-top: 3em;
+       padding-bottom: 1em;
+}