Change buttons in all the forms to use bootstrap button class (#116)

This commit is contained in:
FrancescoUK committed 2016-02-07 23:04:59 +00:00
1 parent eb0cf07f4a
commit 25f8a34b23
17 files changed
+20 -20

No files matched your search

+1 -1
View File
@@ -44,7 +44,7 @@ echo form_submit(array(
'name'=>'submit',
'id'=>'submit',
'value'=>$this->lang->line('common_submit'),
'class'=>'submit_button float_right')
'class'=>'btn btn-primary btn-sm pull-right')
);
?>
</fieldset>