]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/login-style.css
Merge pull request #515 from simonlnu/master
[friendica.git] / view / theme / frost-mobile / login-style.css
index 5283c584ba7c520e56d6699856f04c801279aaaa..37661cfbc7df08b5afa6cd59441111ca288fd600 100644 (file)
@@ -15,6 +15,26 @@ 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;
+}
+
 .login-button {
        margin-top: 90px;
        margin-left: auto;
@@ -26,7 +46,7 @@ img.login-button-image {
        max-width: 300px;
 }
 
-.section-wrapper {
+div.section-wrapper {
        position: relative;
        width: 300px;
        margin-left: auto;
@@ -45,6 +65,8 @@ img.login-button-image {
 .field label {
        margin-left: 25px;
        font-weight: 700;
+       float: none;
+       width: auto;
 }
 
 .field input {
@@ -62,6 +84,7 @@ img.login-button-image {
        background-position: 0 50%;
        width: 182px;
        padding-left: 18px;
+       margin-left: 50px;
 }
 
 #login-footer {
@@ -129,3 +152,9 @@ img.login-button-image {
 #login-submit-wrapper {
        text-align: center;
 }
+
+footer {
+       text-align: center;
+       padding-top: 3em;
+       padding-bottom: 1em;
+}