From f2375a7bac16a0eaf41179cad18d9517345c20de Mon Sep 17 00:00:00 2001 From: bechi Date: Mon, 16 Nov 2015 17:04:46 -0300 Subject: [PATCH] add style on disclaimer --- public/views/disclaimer.html | 28 ++++++++++++---------------- src/css/main.css | 14 +++++++++++++- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/public/views/disclaimer.html b/public/views/disclaimer.html index 8197a5d44..aed44567e 100644 --- a/public/views/disclaimer.html +++ b/public/views/disclaimer.html @@ -1,22 +1,20 @@ -
-
-
- WELCOME TO COPAY -

A multisignature bitcoin wallet

-
-
-
-
-
+
icon
+
+
+ WELCOME TO COPAY +

A multisignature bitcoin wallet

+
+
-

+

  • The software you are about to use functions as a free, open source, and multi-signature digital wallet.
  • The software does not constitute an account where BitPay or other third parties serve as financial intermediaries or custodians of your bitcoin.
  • @@ -56,15 +54,13 @@

-

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

+

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

-
+
-

Already have a wallet?

-
diff --git a/src/css/main.css b/src/css/main.css index a817b3ac7..bb4cf5588 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1096,6 +1096,18 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .scrollArea { height: 280px; overflow: scroll; + background: #213140; + border: 1px solid #4B6178; + border-radius: 5px; + margin: 1.6rem; + color: #A5B2BF; + line-height: 30px; + padding: 0.5rem; +} + +.scrollArea ul { + font-size: 0.8rem; + text-align: left; } .tabbable { @@ -1203,7 +1215,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { } .splash .container-image { - padding: 2rem 0; + padding: 1rem 0; } .preferences li {