forked from GNUsocial/gnu-social
		
	Fixed alignment for entity action anchors and responses
This commit is contained in:
		| @@ -102,7 +102,7 @@ class UserFlagPlugin extends Plugin | ||||
|             $action->elementStart('li', 'entity_flag'); | ||||
|  | ||||
|             if (User_flag_profile::exists($profile->id, $user->id)) { | ||||
|                 $action->element('span', array(), | ||||
|                 $action->element('p', array(), | ||||
|                                  _('Flagged for review')); | ||||
|             } else { | ||||
|                 $form = new FlagProfileForm($action, $profile, | ||||
|   | ||||
| @@ -673,7 +673,7 @@ padding-left:23px; | ||||
|  | ||||
| .entity_actions a, | ||||
| .entity_actions p { | ||||
| padding:4px 4px 4px 26px; | ||||
| padding:4px 4px 1px 26px; | ||||
| } | ||||
|  | ||||
| .entity_remote_subscribe { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user