change button position

This commit is contained in:
Gabriel Bazán 2015-11-03 10:21:09 -03:00
parent 86fce3af42
commit 6108de0795
1 changed files with 3 additions and 2 deletions

View File

@ -7,11 +7,12 @@
<div class="content preferences" ng-controller="preferencesBwsUrlController as prefBwsUrl">
<h4> </h4>
<h4 class="title m0">
<a class="right lh" ng-click="prefBwsUrl.resetDefaultUrl()" translate> Reset to default url</a>
</h4>
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
<label>Wallet Service URL</label>
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
<input class="button expand black round" ng-click="prefBwsUrl.resetDefaultUrl()" value="reset to default url" translate>
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
ng-style="{'background-color':index.backgroundColor}">
</form>