1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +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."' />";