Inital change of form CSS

adding forms.less, as well as changing background colors, input widths, borders, and first run at button style change
This commit is contained in:
Jared Tabor
2016-01-11 11:49:38 -08:00
parent fcaf86c1da
commit dbb420ad69
27 changed files with 374 additions and 446 deletions

View File

@@ -134,9 +134,9 @@ angular.module('GeneratorHelpers', [systemStatus.name])
case 'scm_update':
icon = 'fa-cloud-download';
break;
case 'cancel':
icon = 'fa-minus-circle';
break;
// case 'cancel':
// icon = 'fa-minus-circle';
// break;
case 'run':
case 'rerun':
case 'submit':
@@ -157,7 +157,6 @@ angular.module('GeneratorHelpers', [systemStatus.name])
case 'close':
icon = 'fa-arrow-left';
break;
case 'save':
case 'form_submit':
icon = 'fa-check-square-o';
break;