mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
FOrum template - fix for wrapping buttons and overlapped elements.
This commit is contained in:
@@ -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">
|
||||
|
@@ -338,9 +338,9 @@ $FORUM_VIEWTOPIC_TEMPLATE['thread'] = "
|
||||
</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-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>
|
||||
|
||||
|
Reference in New Issue
Block a user