From 2bd1ed6608570a0f8af34c3b717b9178bea67470 Mon Sep 17 00:00:00 2001 From: Bechi Date: Wed, 30 Apr 2014 14:59:20 -0300 Subject: [PATCH 1/2] copayers status --- css/main.css | 20 +++------ css/tpl-default.css | 32 +++++++++++--- index.html | 103 +++++++++++++++++++++----------------------- 3 files changed, 80 insertions(+), 75 deletions(-) diff --git a/css/main.css b/css/main.css index 843c6bacc..80677f7e7 100644 --- a/css/main.css +++ b/css/main.css @@ -106,20 +106,7 @@ html, body {height: 100%;} } .transactions .panel.pending { - padding: 1rem; -} - -.pending .txheader { - margin-bottom: 10px; - padding-bottom: 10px; - /* border-bottom: 1px solid #eee; */ -} - -.pending .txbottom { - margin-top: 10px; - padding-top: 10px; - /* border-top: 1px solid #eee; */ - font-size: 12px; + padding: 0; } .btransactions .txheader { @@ -181,7 +168,7 @@ span.panel-res { } .pending button { - margin: 0; + margin: 0 10px 0 0; } .line { @@ -239,6 +226,9 @@ hr { margin: 2.25rem 0;} .size-60 { font-size: 60px; } .size-72 { font-size: 72px; } .m10t {margin-top: 10px;} +.m10r {margin-right: 10px;} +.m10 {margin: 10px !important;} +.m15 {margin: 15px !important;} .p10t {padding-top: 10px;} .p0r {padding-right: 0;} .p70r {padding-right: 70px;} diff --git a/css/tpl-default.css b/css/tpl-default.css index cab9f35f2..a08c5e5ad 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -150,13 +150,35 @@ small.has-error { color: #f04124; } -button.primary { background-color: #111; } -button.secondary { background-color: #FAE448 !important; } +.panel.radius { + -webkit-border-radius: 10px; + border-radius: 10px; +} -button.primary:hover { background-color: #333;} -button.secondary:hover { background-color: #FFDF00 !important;} +.transactions button, .transactions .button { + padding: 0.5rem 2rem; +} +.small { + font-size: 60%; + line-height: inherit; +} -.text-gray { color: #999;} +button.radius, .button.radius { + -webkit-border-radius: 5px; + border-radius: 5px; +} + +button.primary, button.secondary, button.primary:hover, button.secondary:hover {color: #fff !important;} + +button.primary { background-color: #E67E22; } +button.secondary { background-color: #1ABC9C !important; } +button.warning { background-color: #C0392A; } + +button.primary:hover { background-color: #D86601;} +button.secondary:hover { background-color: #16A085 !important;} +button.warning:hover { background-color: #82251A; } + +.text-gray { color: #999 !important;} #footer { background: #2C3E50; diff --git a/index.html b/index.html index 1673917ab..776c6d96c 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@
-
+
{{$root.flashMessage.message}} ×
@@ -62,7 +62,7 @@
-
+
@@ -131,7 +131,7 @@