Fixed alignment for entity action anchors and responses

This commit is contained in:
Sarven Capadisli 2009-11-08 19:05:07 +00:00
parent 91784c0dfc
commit 1b902bcc45
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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 {