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}} -
++ -
-+ + {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} -
+
-
+
+
(*) The limits are imposed by the bitcoin network.
- @@ -88,11 +88,9 @@ -+