From 4cd9e185e0353e87cfa1ab8e3fed78d9b89f515a Mon Sep 17 00:00:00 2001 From: Bechi Date: Thu, 17 Apr 2014 18:11:42 -0300 Subject: [PATCH] layout details --- css/main.css | 19 ++++++++++++-- index.html | 71 +++++++++++++++++++++++++--------------------------- 2 files changed, 51 insertions(+), 39 deletions(-) diff --git a/css/main.css b/css/main.css index c42153d1b..e92211b0c 100644 --- a/css/main.css +++ b/css/main.css @@ -78,10 +78,10 @@ body { border:0; } -.panel:hover { +/*.panel:hover { background: #efefef; color: #111; -} +}*/ .home .panel { font-size: 0.9rem; @@ -164,6 +164,18 @@ span.panel-res { color: #FBE500; } +.alert-box.warning { + background-color: #C0392A; + border-color: #C0392A; + color: #fff; +} + +.text-warning { + color:#C0392A; +} + +hr { margin: 2.25rem 0;} + button.primary { background-color: #111; } button.secondary { background-color: #FAE448 !important; } @@ -188,4 +200,7 @@ button.secondary:hover { background-color: #FFDF00 !important;} .p70r {padding-right: 70px;} .p70l {padding-left: 70px;} .p5h {padding: 0 5px;} +.p20h {padding: 0 20px;} +.m30v {margin: 30px 0;} +.m30a {margin: 30px auto;} .br100 {border-radius: 100%;} \ No newline at end of file diff --git a/index.html b/index.html index 8b8f6d6f4..a4f75e9c6 100644 --- a/index.html +++ b/index.html @@ -51,34 +51,31 @@ Dismiss - -
- -

- NOTE: Your wallet is not complete yet. - - {{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} keys are - - - One key is - - -missing. Ask your copayers to join your session: {{$root.wallet.network.peerId}} - -

+
+
+ + NOTE: Your wallet is not complete yet. + + {{$root.wallet.publicKeyRing.totalCopayers - $root.wallet.publicKeyRing.registeredCopayers() }} keys are + + + One key is + + missing. Ask your copayers to join your session: {{$root.wallet.network.peerId}} +
-
+