]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
new group markup in usergroups matching groups
authorsarven <csarven@plantard.controlezvous.ca>
Sat, 24 Jan 2009 03:23:40 +0000 (03:23 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sat, 24 Jan 2009 03:23:40 +0000 (03:23 +0000)
actions/usergroups.php
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 748585e1d05fbe98fc7611add04bf0a832540ac7..58cf7eeb60a2b8830074db8be99900d4227a4f60 100644 (file)
@@ -119,9 +119,11 @@ class UsergroupsAction extends Action
 
     function showContent()
     {
+        $this->elementStart('p', array('id' => 'new_group'));
         $this->element('a', array('href' => common_local_url('newgroup'),
-                                  'id' => 'new_group'),
+                                  'class' => 'more'),
                        _('Create a new group'));
+        $this->elementEnd('p');
 
         $offset = ($this->page-1) * GROUPS_PER_PAGE;
         $limit =  GROUPS_PER_PAGE + 1;
index bee8d829a29e829dc9b41531e4723707aec2dc95..d4e9742b2c1c11c36d857bc3ec11d04e4e2559ef 100644 (file)
@@ -946,10 +946,10 @@ padding:0;
 
 
 
-#groups p {
+#new_group {
 margin-bottom:18px;
 }
-#groups #new_group a {
+#new_group a {
 padding-left:20px;
 }
 
index c68b0a3c441a654020b3a3d7515eea2e2ed069c7..d09204e954d03908d75457c75111db9ac52c7568 100644 (file)
@@ -262,7 +262,7 @@ background-color:#fcfcfc;
 /*END: NOTICES */
 
 
-#groups #new_group a {
+#new_group a {
 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
 }
 
index f61d063b6944db74065942b64d17d7a6a38954f7..33d133bd582ef9649265dfa6505241d582631e00 100644 (file)
@@ -262,7 +262,7 @@ background-color:#fcfcfc;
 /*END: NOTICES */
 
 
-#groups #new_group a {
+#new_group a {
 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
 }