1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +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'] // e_HTTP.'user.php?id.'.$this->postInfo['post_user']
$text = '<div class="btn-group btn-block "> $text = '<div class="btn-group btn-block ">
<a class="btn btn-default btn-sm col-sm-10 btn-small" href="'.$userUrl.'">'.$username.'</a> <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-2 btn-small dropdown-toggle" data-toggle="dropdown"> <button class="btn btn-default btn-sm col-sm-3 btn-small dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span> <span class="caret"></span>
</button> </button>
<ul class="dropdown-menu left"> <ul class="dropdown-menu left">

View File

@@ -338,9 +338,9 @@ $FORUM_VIEWTOPIC_TEMPLATE['thread'] = "
</div> </div>
{NEWFLAG} {ANON_IP}</div> {NEWFLAG} {ANON_IP}</div>
<div class='col-xs-4 text-muted span4 text-muted muted'><small>{THREADDATESTAMP=relative}</small></div> <div class='col-xs-4 col-sm-3 text-muted span4 text-muted muted'><small>{THREADDATESTAMP=relative}</small></div>
<div class='col-xs-5 text-muted span5 text-muted muted right text-right'><small>{LASTEDIT}{LASTEDITBY=link}</small></div> <div class='col-xs-5 text-muted span5 text-muted muted right text-right'><small>{LASTEDIT}{LASTEDITBY=link}</small></div>
<div class='col-xs-3 col-sm-1 span1 right text-right'>{POSTOPTIONS}</div> <div class='col-xs-3 col-sm-2 span1 right text-right'>{POSTOPTIONS}</div>
</div> </div>