mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +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:
@@ -216,7 +216,7 @@ $POLL_TEMPLATE['results']['start'] = "
|
||||
";
|
||||
|
||||
$POLL_TEMPLATE['results']['item'] = "
|
||||
<strong>{OPTION}</strong><small class='pull-right'><a href='#' class='e-tip' title=\"{VOTES}\">{PERCENTAGE}</a></small>
|
||||
<strong>{OPTION}</strong><small class='pull-right float-right'><a href='#' class='e-tip' title=\"{VOTES}\">{PERCENTAGE}</a></small>
|
||||
{BAR}
|
||||
";
|
||||
|
||||
|
Reference in New Issue
Block a user