1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

General Bootstrap3 styling fixes.

This commit is contained in:
Cameron
2015-01-30 02:48:54 -08:00
parent 968e9d8ee3
commit 5f61cf2ccb
6 changed files with 15 additions and 17 deletions

View File

@@ -496,7 +496,7 @@ class poll
}
$SUBMITBUTTON = "<input class='button btn' type='submit' name='pollvote' value='".POLLAN_30."' />";
$SUBMITBUTTON = "<input class='button btn btn-primary' type='submit' name='pollvote' value='".POLLAN_30."' />";
if (('preview' == $type || $preview == TRUE) && strpos(e_SELF, "viewtopic") === FALSE)
{
$SUBMITBUTTON = "<input class='button btn e-tip' type='button' name='null' title='Disabled' value='".POLLAN_30."' />";

View File

@@ -189,20 +189,18 @@ $POLL_TEMPLATE = array();
$POLL_TEMPLATE['form']['start'] = "
<div class='clearfix'>
<div>
<div class='control-group'>
<ul class='nav nav-list'>
<li class='nav-header'>
Poll: {QUESTION}
</li>
<div class='form-group control-group'>
Poll: {QUESTION}
";
$POLL_TEMPLATE['form']['item'] = "
<li>
<div class='radio'>
{ANSWER}
</li>";
</div>";
$POLL_TEMPLATE['form']['end'] = "
</ul>
</div>
<div class='control-group'>
<div class='controls text-center'>