VRFS-2378 - fixing styling on sign up and account update password prompt
This commit is contained in:
parent
88ac2c3fb5
commit
cc3347b257
|
|
@ -387,7 +387,7 @@ small, .small {font-size:11px;}
|
|||
|
||||
.overlay-small {
|
||||
width:300px;
|
||||
height:160px;
|
||||
//height:160px;
|
||||
position:absolute;
|
||||
left:50%;
|
||||
top:20%;
|
||||
|
|
@ -399,7 +399,7 @@ small, .small {font-size:11px;}
|
|||
|
||||
.overlay-inner {
|
||||
width:250px;
|
||||
height:130px;
|
||||
//height:130px;
|
||||
padding:25px;
|
||||
font-size:15px;
|
||||
color:#aaa;
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/template" id="template-account-update-email-password-prompt-dialog">
|
||||
<br />
|
||||
<form>
|
||||
Enter Password:<br />
|
||||
<input id="update-email-confirm-password" name="password" type="password">
|
||||
|
|
@ -91,4 +92,5 @@
|
|||
|
||||
<div class="left"><a href="#" id="account-edit-email-confirm-password-cancel" class="button-grey m0" data-purpose="cancel">CANCEL</a></div>
|
||||
<div class="right"><a href="#" id="account-edit-email-confirm-password-submit" class="button-orange" data-purpose="submit">SUBMIT</a></div>
|
||||
<br />
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue