]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/login-style.css
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / frost / login-style.css
index 3b9a9eb82b388682bca14c513b6ad89d783d7aa0..1c8c1cd45bb810b5fc9fea8896e16a0efdc146eb 100644 (file)
@@ -12,6 +12,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: 110px;
 }