1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #408 Forum now uses font-awesome glyphs when using Bootstrap3 theme. Default Bootstrap template is now responsive for mobile devices etc.

This commit is contained in:
Cameron
2015-03-28 14:10:28 -07:00
parent d3de7a85d4
commit 4514a98016
13 changed files with 158 additions and 76 deletions

View File

@@ -431,8 +431,8 @@ class plugin_forum_view_shortcodes extends e_shortcode
$text = '<div class="btn-group ">
<a class="btn btn-default btn-small" href="'.e_BASE.'user.php?id.'.$this->postInfo['post_user'].'">'.$username.'</a>
<button class="btn btn-default btn-small dropdown-toggle" data-toggle="dropdown">
<a class="btn btn-default btn-sm btn-small" href="'.e_BASE.'user.php?id.'.$this->postInfo['post_user'].'">'.$username.'</a>
<button class="btn btn-default btn-sm btn-small dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu left">
@@ -475,7 +475,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
// {EMAILITEM} {PRINTITEM} {REPORTIMG}{EDITIMG}{QUOTEIMG}
$text = '<div class="btn-group pull-right">
<button class="btn btn-default btn-small dropdown-toggle" data-toggle="dropdown">
<button class="btn btn-default btn-sm btn-small dropdown-toggle" data-toggle="dropdown">
Options
<span class="caret"></span>
</button>