fix inputs bugs

This commit is contained in:
bechi 2014-11-19 11:48:36 -03:00
commit 7c35a745cb
3 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@
<div class="pr">
<input id="connectionId" type="text" class="small-9 columns" placeholder="{{'Paste wallet secret here'|translate}}" name="connectionId" ng-model="connectionId" wallet-secret required>
<input id="connectionId" type="text" class="columns" placeholder="{{'Paste wallet secret here'|translate}}" name="connectionId" ng-model="connectionId" wallet-secret required>
<div ng-hide="showScanner || disableScanner">
<a class="postfix button black" ng-click="openScanner()"><i class="fi-camera">&nbsp;</i></a>
</div>