]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/css/display.css
Merge branch 'master' into 0.7.x
[quix0rs-gnu-social.git] / theme / default / css / display.css
index 854202956a1d6c657c64face981f072f80c55cbf..12303dd683c1735538f11ad51894bf50ba6ecdaa 100644 (file)
@@ -19,9 +19,6 @@ font-size:1em;
 address {
 margin-right:71px;
 }
-address .fn {
-display:none;
-}
 
 input, textarea, select, option {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
@@ -94,6 +91,11 @@ color:#333;
 #form_notice.warning #notice_text-count {
 color:#000;
 }
+#form_notice.processing #notice_action-submit {
+background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
+cursor:wait;
+text-indent:-9999px;
+}
 
 
 #nav_register a {
@@ -238,7 +240,10 @@ background-color:#fcfcfc;
 #new_group a {
 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
 }
-
+#usergroups #new_group {
+float: left;
+margin-right: 2em;
+}
 
 .pagination .nav_prev a,
 .pagination .nav_next a {