mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added.
This commit is contained in:
@@ -163,7 +163,7 @@ if (CB_MOD) {
|
||||
$text =
|
||||
"<form method='post' action='" . e_SELF . "'>"
|
||||
. $text .
|
||||
"<input type='submit' class='btn btn-danger btn-secondary button pull-right' name='moderate' value='" . CHATBOX_L13 . "' />
|
||||
"<input type='submit' class='btn btn-danger btn-secondary button float-right pull-right' name='moderate' value='" . CHATBOX_L13 . "' />
|
||||
</form>";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user