From 97c262fb6cd8295eaf13d37fb10ffd9700ae5e3c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 7 Oct 2014 18:38:14 -0300 Subject: [PATCH] Fix minor styles --- css/src/main.css | 10 +++------- views/addresses.html | 12 ++++++------ views/create.html | 11 ++++++----- views/includes/transaction.html | 8 +++----- views/join.html | 12 ++++-------- views/open.html | 2 +- views/settings.html | 2 +- views/transactions.html | 20 ++++++++++---------- 8 files changed, 34 insertions(+), 43 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index d0a1881d3..1e79a0145 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -266,7 +266,6 @@ a:hover { .box-setup { padding: 20px 30px; background: #34495E; - margin-bottom: 20px; } .box-setup label small.has-error { @@ -417,7 +416,8 @@ table.last-transactions-content { .m5b {margin-bottom: 5px;} .m5r {margin-right: 5px;} .m10b {margin-bottom: 10px;} -.m15b {margin-bottom: 20px;} +.m15b {margin-bottom: 15px;} +.m20b {margin-bottom: 20px;} .m10r {margin-right: 10px;} .m15l {margin-left: 15px;} .m15t {margin-top: 15px;} @@ -484,7 +484,7 @@ table.last-transactions-content { } .line-dashed { - border-top: 1px dashed #ccc; + border-top: 1px dashed #3C5269; margin: 1rem 0; padding: 1rem 0; overflow: hidden; @@ -922,10 +922,6 @@ button.gray:focus, color: #2C3E50; } -button, .button, p { - margin: 0; -} - .side-nav {padding: 0;} .side-nav li { diff --git a/views/addresses.html b/views/addresses.html index 688f3d628..4f5ee7c23 100644 --- a/views/addresses.html +++ b/views/addresses.html @@ -25,9 +25,9 @@ -

+ {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} -

+
Show QR @@ -40,12 +40,12 @@ change
-

+ -

-

+ + {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} -

+
diff --git a/views/create.html b/views/create.html index 6524c6d44..860789b8c 100644 --- a/views/create.html +++ b/views/create.html @@ -12,8 +12,10 @@
- Step 1 - Step 2 + Step 1 + Step 2

Create new wallet

- + Show Hide advanced options @@ -52,7 +54,6 @@ -

@@ -77,7 +78,7 @@

(*) The limits are imposed by the bitcoin network.

-
+
« Back « Back
-

{{tx.createdTs | amCalendar}}

+ {{tx.createdTs | amCalendar}}
@@ -88,11 +88,9 @@ -
-

+

{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} -

-
+
diff --git a/views/join.html b/views/join.html index 48885172f..6388fcf3d 100644 --- a/views/join.html +++ b/views/join.html @@ -13,7 +13,7 @@

Join a Wallet in Creation

-