From b523c9373ef114a9fb954bff51d2f098d5ed8600 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Tue, 29 Apr 2014 11:56:37 -0300 Subject: [PATCH 1/3] New design: footer and header schemas --- css/main.css | 7 ++++--- css/tpl-default.css | 5 +++++ index.html | 27 +++++++++++++++------------ 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/css/main.css b/css/main.css index 586157771..d3e74daed 100644 --- a/css/main.css +++ b/css/main.css @@ -14,12 +14,13 @@ html, body {height: 100%;} #wrap {min-height: 100%;} #main {overflow:auto; - padding-bottom: 20px;} /* must be same height as the footer */ + padding-bottom: 30px;} /* must be same height as the footer */ #footer {position: relative; - margin-top: -20px; /* negative value of footer height */ - height: 20px; + margin-top: -30px; /* negative value of footer height */ + height: 30px; clear:both; + padding: 5px 2rem; } .logo { diff --git a/css/tpl-default.css b/css/tpl-default.css index 52db7e78a..f4dddaf31 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -157,3 +157,8 @@ button.secondary:hover { background-color: #FFDF00 !important;} .text-gray { color: #999;} +#footer { + background: #2C3E50; + color: #fff; +} + diff --git a/index.html b/index.html index 6c7f95a10..1d6a72641 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,21 @@
-
- +
+
-
-
+
+
{{$root.wallet.id}} Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}> - ({{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}})
-

+

Balance: {{totalBalance || 0}}
-

-

+

+
Available to Spend: {{availableBalance || 0}} -

+
@@ -96,9 +95,13 @@
-