mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added.
This commit is contained in:
@@ -400,7 +400,7 @@ class social_shortcodes extends e_shortcode
|
||||
|
||||
if(vartrue($parm['dropdown']))
|
||||
{
|
||||
$dir = ($parm['dropdown'] == 'right') ? 'pull-right' : '';
|
||||
$dir = ($parm['dropdown'] == 'right') ? 'pull-right float-right' : '';
|
||||
$class = varset($parm['class'],'btn-group');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user