Removed the 'name' label as it takes up a fair bit of space and is sort of redundant

This commit is contained in:
kgiszewski
2015-10-07 13:19:24 -04:00
parent 9787af9ed6
commit 3fdfa2b2c6
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -407,9 +407,10 @@
ul {
padding: 0;
margin: 0;
margin-top: 15px;
li {
margin-bottom: 10px;
label {
width: 120px;
}
@@ -37,7 +37,6 @@
<ul ui-sortable="sortableOptions" ng-model="model.fieldsetGroups">
<li ng-repeat="fieldsetGroup in model.fieldsetGroups">
<div>
<label for="archetypeFieldsetGroupName_{{$index}}"><archetype-localize key="fieldsetGroupName">Name</archetype-localize></label>
<input id="archetypeFieldsetGroupName_{{$index}}" type="text" ng-model="fieldsetGroup.name" />
<i class="icon icon-delete" ng-click="removeFieldsetGroup($index)"></i>
<i class="icon icon-navigation handle" ng-show="model.fieldsetGroups.length > 1"></i>