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

@@ -3,7 +3,7 @@
*
* All Rights Reserved
*************************************************/
/**
* @ngdoc function
* @name forms.function:Users
@@ -14,29 +14,15 @@ export default
angular.module('UserFormDefinition', [])
.value('UserForm', {
addTitle: 'Create User',
addTitle: 'New User',
editTitle: '{{ username }}',
name: 'user',
well: true,
forceListeners: true,
collapse: true,
collapseTitle: "Properties",
collapseMode: 'edit',
collapseOpen: true,
actions: {
stream: {
'class': "btn-primary btn-xs activity-btn",
ngClick: "showActivity()",
awToolTip: "View Activity Stream",
awFeature: 'activity_streams',
dataPlacement: "top",
icon: "icon-comments-alt",
mode: 'edit',
iconSize: 'large'
}
},
fields: {
first_name: {
label: 'First Name',
@@ -123,9 +109,8 @@ export default
ngClick: 'formSave()',
ngDisabled: true
},
reset: {
ngClick: 'formReset()',
ngDisabled: true
cancel: {
ngClick: 'formCancel()'
}
},