Style Quick Access save button
This commit is contained in:
parent
6027005616
commit
499e1caa24
|
@ -573,7 +573,8 @@
|
||||||
</select>
|
</select>
|
||||||
<input ng-show="!prop.options.length" typ="text" class="input-large" ng-model="prop.val"/>
|
<input ng-show="!prop.options.length" typ="text" class="input-large" ng-model="prop.val"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="span12"><button ng-disabled="!enabled()" ng-click="save()">Save</button></div>
|
|
||||||
|
<div class="span12" style="margin-top: 1ex"><button ng-disabled="!enabled()" ng-click="save()" class="btn btn-small">Save</button></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user