Button clean-up all Edit/View buttons now match and have a black on grey color

This commit is contained in:
chouseknecht
2013-07-17 17:23:35 -04:00
parent 49fd23d84d
commit e3893f1524
14 changed files with 11 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ angular.module('ProjectsListDefinition', [])
label: 'Edit',
ngClick: "editProject(\{\{ project.id \}\})",
icon: 'icon-edit',
"class": 'btn-small btn-success',
"class": 'btn-small',
awToolTip: 'View/edit project'
},