1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Bootstrap styling fixes

This commit is contained in:
Cameron
2013-04-25 17:35:51 -07:00
parent 7b5efa8402
commit 0a3f06ed23
3 changed files with 6 additions and 6 deletions

View File

@@ -493,7 +493,7 @@ class pm_shortcodes extends e_shortcode
if($pm_outbox['outbox']['filled'] < 100)
{
$link = $this->url('new');
return "<a href='{$link}'>".PM_SEND_LINK."</a>";
return "<a class='btn btn-mini' href='{$link}'>".PM_SEND_LINK."</a>";
}
return '';
}