]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using role for admin indicator. Added margin-left.
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 29 Jun 2009 22:07:16 +0000 (22:07 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 29 Jun 2009 22:07:16 +0000 (22:07 +0000)
actions/groupmembers.php
theme/base/css/display.css

index be7a9e81c7f9bb69649816db55ddfeb972b35eb8..14256526a059453bf887ab819fbedf00cf511b48 100644 (file)
@@ -172,7 +172,7 @@ class GroupMemberListItem extends ProfileListItem
         parent::showFullName();
         if ($this->profile->isAdmin($this->group)) {
             $this->out->text(' ');
-            $this->out->element('span', 'admin_indicator', _('Admin'));
+            $this->out->element('span', 'role', _('Admin'));
         }
     }
 
index df4e756330579bbfb078d48f3090e3056a6c0df1..379f2eeac495f740acbc5226c13268d8e5bbdcf7 100644 (file)
@@ -585,13 +585,14 @@ font-weight:normal;
 content: ")";
 font-weight:normal;
 }
-
-.entity_profile dt {
-display:none;
-}
+.entity_profile dt,
 .entity_profile h2 {
 display:none;
 }
+.entity_profile .role {
+margin-left:11px;
+font-style:italic;
+}
 /* entity_profile */
 
 /*entity_actions*/
@@ -1299,6 +1300,3 @@ display:none;
 .guide {
 clear:both;
 }
-.admin_indicator {
-font-style:italic;
-}
\ No newline at end of file