Skip to content

Commit 88908bc

Browse files
committed
fix(buttons, popup texts): Fixed some differences between buttons across GUI, fixed padding in some notices.
1 parent 63883ed commit 88908bc

File tree

2 files changed

+51
-34
lines changed

2 files changed

+51
-34
lines changed

css/style.css

Lines changed: 48 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,29 @@ body {
360360
border: none;
361361
opacity: 1;
362362
}
363+
364+
/* NEW ACCOUNT CONFIRMATION POPUP */
365+
363366
#login-wPop-new {
364367
background: #ffffff;
365368
color: #555555;
366369
padding-bottom: 1rem;
367370
}
371+
#login-wPop-new p {
372+
padding-left: 1rem;
373+
padding-right: 1rem;
374+
}
375+
376+
/* SEED WHITESPACE CONFIRMATION POPUP */
377+
378+
#seed-whitespace-popup {
379+
max-width: 550px;
380+
}
381+
#seed-whitespace-popup p {
382+
text-align: justify;
383+
padding-left: 1rem;
384+
padding-right: 1rem;
385+
}
368386
#register > form {
369387
margin: 0 auto;
370388
padding: 1rem;
@@ -931,13 +949,7 @@ input.tabs-radio:checked + label img {
931949
max-width: 550px;
932950
}
933951
#login-wPop-new p {
934-
text-align: left;
935-
}
936-
#seed-whitespace-popup {
937-
max-width: 550px;
938-
}
939-
#seed-whitespace-popup p {
940-
text-align: justify;
952+
text-align: justify;
941953
}
942954
#addContactSubmit,
943955
#close_create_account_modal {
@@ -962,6 +974,35 @@ input.tabs-radio:checked + label img {
962974
background: #E1B47D;
963975
}
964976

977+
/* Payment forms BUTTONS style */
978+
979+
.paymentForm-but {
980+
border: 1px solid #37556E;
981+
outline: none;
982+
position: relative;
983+
margin: 0 auto;
984+
/* width: 5rem;*/
985+
padding-left: .5rem;
986+
padding-right: .5rem;
987+
background: #fff;
988+
font-family: 'Wesli';
989+
font-size: 1rem;
990+
color: #37556E;
991+
text-align: center;
992+
}
993+
.paymentForm-but:hover {
994+
cursor: pointer;
995+
background: #37556E;
996+
color: #fff;
997+
}
998+
999+
/* Send Payment(s) form buttons */
1000+
1001+
.send-but {
1002+
padding: .3rem;
1003+
width: 4.5rem;
1004+
}
1005+
9651006
/* ======================================================================= */
9661007

9671008

@@ -1068,29 +1109,6 @@ input.tabs-radio:checked + label img {
10681109
text-align: right;
10691110
padding-right: .5rem;
10701111
}
1071-
1072-
/* Payment forms BUTTONS style */
1073-
1074-
.paymentForm-but {
1075-
border: 1px solid #37556E;
1076-
outline: none;
1077-
position: relative;
1078-
margin: 0 auto;
1079-
width: 5rem;
1080-
padding-left: .5rem;
1081-
padding-right: .5rem;
1082-
background: #fff;
1083-
font-family: 'Wesli';
1084-
font-size: 1rem;
1085-
line-height: 2.3rem;
1086-
color: #37556E;
1087-
text-align: center;
1088-
}
1089-
.paymentForm-but:hover {
1090-
cursor: pointer;
1091-
background: #37556E;
1092-
color: #fff;
1093-
}
10941112
.custom-combobox {
10951113
position: relative;
10961114
display: inline-block;

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2>NEW ACCOUNT - NOTICE</h2>
108108
The procedure consists of complex cryptographic operations that use a <b>SEED</b> (a series of random words) to create a unique address for your account.
109109
<br/><br/>
110110
This SEED is extremely important and must be kept in safe place, since it's the only way to recover your account in case of lost, corrupted data or hardware failure.
111-
<br/><br/>
111+
<br/>
112112
Your SEED will also allow you to IMPORT your account to other devices.
113113
<br/><br/>
114114
<i>NOTE: Make sure that you select the entire SEED length before keeping it. It's suggested to use the copy-to-clipboard button located the right side of the SEED box.</i>
@@ -129,7 +129,6 @@ <h2>SEED NOTICE</h2>
129129
It is strongly recommended to avoid trailing whitespaces in the seed. If you understand all the implications of having a seed with trailing whitespace(s) press <b>PROCEED</b>.
130130
Press <b>CANCEL</b> or close the dialog to edit the seed.<br/>
131131
</p>
132-
<br/>
133132
<div class="wPop-content-buttons">
134133
<a id="close-seed-whitespace-modal" href="#" class="wButton paymentForm-but fade">PROCEED</a><span class="divider-2"></span>
135134
<a href="#" rel="modal:close" class="wButton paymentForm-but fade">CLOSE</a>
@@ -232,7 +231,7 @@ <h2>SEED NOTICE</h2>
232231
<img class="wPop-header" src="img/modal-header.svg" />
233232
<div class="wPop-content">
234233
<h2>ACCOUNT INFO BACKUP</h2>
235-
<p>Your account's basic information, click the COPY button in order to copy the contents to the clipboard or CLOSE to exit.</p></br>
234+
<p>Your account's basic information, click the <b>COPY</b> button in order to copy the contents to the clipboard or <b>CLOSE</b> to exit.</p></br>
236235
<form id="backupForm">
237236
<label for="seedBackup">Seed</label><br/>
238237
<textarea id="seedBackup" class="wInput" rows="3" readonly></textarea><br/>
@@ -561,7 +560,7 @@ <h2>SEND PAYMENT</h2>
561560

562561
</form>
563562
<!-- check -->
564-
<div id="wavessend" class="paymentForm-but fade" value="send"><p>SUBMIT</p></div>
563+
<div id="wavessend" class="paymentForm-but send-but fade" value="send"><p>SUBMIT</p></div>
565564
<div id="sentpayment" style="width: 500px; word-wrap:break-word;"></div>
566565
<div id="errorpayment" style="width: 500px; word-wrap:break-word;"></div>
567566

0 commit comments

Comments
 (0)