From 499578f40c09f72a004188c42dd97c3056114027 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Fri, 7 Feb 2014 16:42:26 -0300 Subject: [PATCH] tx pages: flat design for buttons --- public/css/common.css | 24 ++++++++++++++++++++++++ public/views/transaction/tx.html | 8 ++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index f3e3b5e9..75af56fb 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -267,6 +267,30 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { border: 2px solid #6C0000; } +.label { + padding: .7em 2em; + font-size: 13px; + text-transform: uppercase; + font-weight:100; +} + +.label-primary { + background-color: #8DC429; +} + +.label-default { + background-color: #ffffff; + color: #333; +} + +.label-success { + background-color: #2FA4D7; +} + +.label-danger { + background-color: #AC0015; +} + .progress-bar-info { background-color: #8DC429; } /* Set the fixed height of the footer here */ diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index 2d6cce8f..e5eddc7c 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -109,11 +109,11 @@
- + Fees: {{$root.currency.getConvertion(tx.fees)}}
- - - + {{tx.confirmations}} Confirmations + Unconfirmed Transaction! + {{$root.currency.getConvertion(tx.valueOut)}}