diff --git a/css/main.css b/css/main.css index d3a7d54cc..f968bcfcf 100644 --- a/css/main.css +++ b/css/main.css @@ -173,7 +173,7 @@ h3 { .line-dashed-h { margin: 1rem 0; - border-bottom: 2px dashed #E3E3E3; + border-bottom: 1px dashed #E3E3E3; } .panel p { @@ -199,7 +199,8 @@ span.panel-res { .line-dashed { border-top: 1px dashed #ccc; margin: 1rem 0; - /* padding: 1rem 0; */ + padding: 1rem 0; + overflow: hidden; } @@ -478,11 +479,11 @@ a.loading { } .spinner { - display:inline-block; - width: 1em; - text-align:center; - line-height:1em; - vertical-align:middle + display:inline-block; + width: 1em; + text-align:center; + line-height:1em; + vertical-align:middle; } @-webkit-keyframes yellow-flash { @@ -564,14 +565,15 @@ a.loading { border-radius: 20px; display: inline-block; padding: 3px; - font-size: 14px; + font-size: 12px; position: absolute; - right: -11px; - top: 5px; + right: -8px; + top: -8px; -webkit-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65); -moz-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65); transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65); cursor: pointer; + z-index: 10; } .dr-notification-close-btn i { padding-left: 3px; @@ -596,7 +598,7 @@ a.loading { .dr-notification-image i { display: block; width: 100%; - padding-top: 25px; + padding-top: 20px; } .dr-notification-image img { margin: 15px; @@ -605,15 +607,15 @@ a.loading { } .dr-notification-content { - padding-left: 100px; - padding-right: 15px; - padding-top: 10px; + padding-left: 90px; + padding-right: 10px; + padding-top: 5px; } .dr-notification-title { color: white; padding: 0px; - font-size: 20px; + font-size: 16px; } p.dr-notification-text { @@ -652,3 +654,9 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus { color: #7A9FB6; } +.back-button { + padding-top: 15px; + display: block; + float: left; +} + diff --git a/css/tpl-default.css b/css/tpl-default.css index ec67f171a..e6cb2e01e 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -286,10 +286,11 @@ input.ng-invalid-wallet-secret { background-color: #2C3E50; color: #bfe2de; border: 1px solid rgba(4, 94, 123, 0.85); + opacity: 0.9; } .dr-notification-close-btn { background-color: #2C3E50; - color: #adfaff; + color: #fff; border: 1px solid rgba(4, 94, 123, 0.85); } @@ -325,7 +326,7 @@ input.ng-invalid-wallet-secret { background: #16A085; color: #fff; font-weight: normal; - font-size: 12px; + font-size: 14px; padding: 3px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; diff --git a/index.html b/index.html index 65830843f..58a2b6a9e 100644 --- a/index.html +++ b/index.html @@ -82,8 +82,8 @@
-
-
+
+

Share this secret with your other copayers

@@ -101,7 +101,7 @@
-
+
@@ -135,37 +135,38 @@
-
-
- - + + +
@@ -182,20 +183,16 @@