ModPlus and some layouting issues regarding fixes

This commit is contained in:
Mikael Nordfeldth
2014-07-06 01:37:31 +02:00
parent fffacaa27c
commit aadc7398dc
4 changed files with 15 additions and 7 deletions

View File

@@ -83,9 +83,9 @@ class ModPlusPlugin extends Plugin
* @param NoticeListItem $item
* @return boolean hook value
*/
function onStartShowNoticeItem(NoticeListItem $item)
function onEndShowNoticeItemAuthor(Profile $profile, HTMLOutputter $out)
{
$this->showProfileOptions($item->out, $item->profile);
$this->showProfileOptions($out, $profile);
return true;
}

View File

@@ -5,7 +5,7 @@
background: url(../../theme/base/images/icons/twotone/green/admin.gif) no-repeat 8px 8px white;
border: solid 1px #c0c0c0;
margin-top: 56px;
margin-top: 32px;
padding: 6px 16px;
padding-left: 32px;