Refactor content editor - Minor layout issue on item table editor.

This commit is contained in:
Oskar Wiksten
2013-01-30 19:55:34 +01:00
parent a3ff6fb722
commit 7dbbcc45d0

View File

@@ -82,7 +82,6 @@
<option value="4">Rare (purple)</option>
</select>
</td>
<td ng-ds-fade="name"><input type="text" ng-model="item.name" class="at-input-name" /></td>
<td ng-ds-fade="hasManualPrice"><input type="checkbox" ng-model="item.hasManualPrice" ng-true-value="1" ng-false-value="0" ng-change="updateCost(item)" /></td>
<td ng-ds-fade="price">
<input type="text" ng-show="item.hasManualPrice == 0" value="{{getItemCost(item)}}" readonly="readonly" class="at-input-gold" />