fix password modal
This commit is contained in:
parent
ebf096854d
commit
633b603f25
2 changed files with 2 additions and 3 deletions
|
|
@ -35,10 +35,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-warning size-12 columns m20t" ng-show="index.askPassword.isSetup">
|
||||
<p class="text-warning size-12 columns m20t text-center" ng-show="index.askPassword.isSetup">
|
||||
<i class="fi-alert"></i>
|
||||
<span translate ng-show="!pass.error"> Password cannot be recovered. Be sure to write it down</span>
|
||||
|
||||
<span ng-show="pass.error">{{pass.error|translate}}</span>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1105,7 +1105,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
border-radius: 5px;
|
||||
position: absolute;
|
||||
width: 90%;
|
||||
height: 40%;
|
||||
left: 5%;
|
||||
top: 15%;
|
||||
z-index: 1100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue