mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Bootstrap styling fixes
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
@@ -55,8 +55,8 @@ define('PM_SEND_LINK', LAN_PM_35);
|
||||
define('NEWPM_ANIMATION', "<img src='".e_PLUGIN_ABS."pm/images/newpm.gif' alt='' />");
|
||||
|
||||
|
||||
$sc_style['PM_SEND_PM_LINK']['pre'] = "<br /><br />[ ";
|
||||
$sc_style['PM_SEND_PM_LINK']['post'] = " ]";
|
||||
$sc_style['PM_SEND_PM_LINK']['pre'] = "<br /><br />";
|
||||
$sc_style['PM_SEND_PM_LINK']['post'] = "";
|
||||
|
||||
$sc_style['PM_INBOX_FILLED']['pre'] = "[";
|
||||
$sc_style['PM_INBOX_FILLED']['post'] = "%]";
|
||||
|
Reference in New Issue
Block a user