From ab0345f34200b5ebef1e40554b4328b70611b1a9 Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 8 Apr 2014 14:16:38 -0300 Subject: [PATCH] transaction page --- css/main.css | 20 +++++++++---- index.html | 84 +++++++++++++++++++++++++++++++++++----------------- 2 files changed, 72 insertions(+), 32 deletions(-) diff --git a/css/main.css b/css/main.css index 4446c57c5..9ceb2b6fc 100644 --- a/css/main.css +++ b/css/main.css @@ -78,7 +78,7 @@ body { } .panel:hover { - background: #111; + background: #efefef; } .box-backup { @@ -91,21 +91,31 @@ a.box-backup { color: #111; } -a.panel:hover, a.panel:hover p { - color:#fff; -} - .box-backup i { margin-bottom: 2rem; display: block; } +p { + margin-bottom: 0.5rem; +} + +.pending button { + margin: 0; +} + +.line { + border-top: 1px solid #ccc; + padding-bottom: 1rem; +} + button.primary { background-color: #111; } button.secondary { background-color: #FAE448 !important; } button.primary:hover { background-color: #333;} button.secondary:hover { background-color: #D7C020 !important;} +.m0 {margin: 0;} .db {display: block;} .size-12 { font-size: 12px; } .size-14 { font-size: 14px; } diff --git a/index.html b/index.html index 20b6ecdcd..534d427a2 100644 --- a/index.html +++ b/index.html @@ -123,38 +123,68 @@ - +