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

FOrum template - fix for wrapping buttons and overlapped elements.

This commit is contained in:
Cameron
2016-02-28 08:50:04 -08:00
parent 0cb6b6724e
commit cdc0d457f0
2 changed files with 4 additions and 4 deletions

View File

@@ -464,8 +464,8 @@ class plugin_forum_view_shortcodes extends e_shortcode
// e_HTTP.'user.php?id.'.$this->postInfo['post_user']
$text = '<div class="btn-group btn-block ">
<a class="btn btn-default btn-sm col-sm-10 btn-small" href="'.$userUrl.'">'.$username.'</a>
<button class="btn btn-default btn-sm col-sm-2 btn-small dropdown-toggle" data-toggle="dropdown">
<a class="btn btn-default btn-sm col-sm-9 btn-small" href="'.$userUrl.'">'.$username.'</a>
<button class="btn btn-default btn-sm col-sm-3 btn-small dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu left">