diff --git a/public/views/disclaimer.html b/public/views/disclaimer.html index 8b510ac99..e6388694e 100644 --- a/public/views/disclaimer.html +++ b/public/views/disclaimer.html @@ -1,24 +1,19 @@ -
-
- icon -
-
-
- WELCOME TO COPAY -

A multisignature bitcoin wallet

+
+ WELCOME TO COPAY +

A multisignature bitcoin wallet

-

Terms of Use
+
Terms of Use

-

@@ -26,7 +21,7 @@

-

I affirm that I have read, understood, and agree with these terms.

+

I affirm that I have read, understood, and agree with these terms.

@@ -42,8 +37,8 @@ Creating Wallet...
-
-
diff --git a/src/css/main.css b/src/css/main.css index b5d820417..570191954 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -396,16 +396,23 @@ ul.tx-copayers { border-bottom: none; } -.backup .button-box { - background: #F1F3F5; +.button-box { position: fixed; bottom: 0; left: 0; width: 100%; - padding: 0.5rem 1rem 1rem; + padding: 0.8rem; z-index: 9999; } +.backup .button-box { + background: #F6F7F9; +} + +.splash .button-box { + background: #2C3E50; +} + .backup input[type="text"] { border-bottom: 1px solid #CAD4DB; } @@ -1223,7 +1230,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { background: #213140; border: 1px solid #4B6178; border-radius: 5px; - margin: 1.6rem; + margin: 1rem; color: #A5B2BF; line-height: 30px; padding: 0.5rem; @@ -1231,8 +1238,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .scrollArea ul { font-size: 0.8rem; - text-align: justify; + text-align: left; margin-left: 0; + line-height: 1.4; + margin-bottom: 0; } .scrollArea li {