mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Issue #4332 - Bootstrap 5 styling fixes.
This commit is contained in:
parent
ed0629a976
commit
665da91467
@ -60,7 +60,7 @@ $COMMENT_TEMPLATE['item'] = '
|
||||
<div class="row">
|
||||
|
||||
<div class="comment-box-username span2 col-xs-6 col-sm-6 col-md-6">{USERNAME}</div>
|
||||
<div class="comment-box-date span2 col-xs-6 col-sm-6 col-md-6 text-right text-muted">{COMMENT_TIMEDATE=relative}</div>
|
||||
<div class="comment-box-date span2 col-xs-6 col-sm-6 col-md-6 text-right text-end text-muted">{COMMENT_TIMEDATE=relative}</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -73,7 +73,7 @@ $COMMENT_TEMPLATE['item'] = '
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="comment-status span2 col-sm-12 col-md-6">{COMMENT_STATUS}</div>
|
||||
<div class="comment-moderate span6 col-sm-12 col-md-6 text-right">{COMMENT_RATE} {COMMENT_REPLY} {COMMENT_EDIT} {COMMENT_MODERATE}</div>
|
||||
<div class="comment-moderate span6 col-sm-12 col-md-6 text-right text-end">{COMMENT_RATE} {COMMENT_REPLY} {COMMENT_EDIT} {COMMENT_MODERATE}</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -53,7 +53,7 @@ $PAGE_TEMPLATE['default']['body'] = '
|
||||
|
||||
// {CPAGEFIELD: name=image}
|
||||
|
||||
$PAGE_WRAPPER['default']['CPAGEEDIT'] = "<div class='text-right'>{---}</div>";
|
||||
$PAGE_WRAPPER['default']['CPAGEEDIT'] = "<div class='text-right text-end'>{---}</div>";
|
||||
|
||||
// used only when password authorization is required
|
||||
$PAGE_TEMPLATE['default']['authorize'] = '
|
||||
|
@ -91,7 +91,7 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
|
||||
$USERPOSTS_TEMPLATE['forum_table_end'] = "
|
||||
|
||||
</table>
|
||||
<div class='text-right'>
|
||||
<div class='text-right text-end'>
|
||||
{USERPOSTS_FORUM_SEARCH}
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user