From 46f1ab8b4826678241f94f8d9b5fac4f55fc09f4 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 13 May 2016 16:28:46 -0700 Subject: ui - redesign - trans group + + account detail + tx list fixes --- ui/app/css/index.css | 2 +- ui/app/css/lib.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'ui/app/css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 9dbfb6518..18d921700 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -327,7 +327,7 @@ app sections /* account detail screen */ .account-detail-section { - margin: 0 20px; + } /* tx confirm */ diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index 14ef272ad..22e578ec6 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -100,7 +100,7 @@ } .select-none { - cursor: default; + cursor: inherit; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; @@ -139,6 +139,10 @@ font-weight: bold; } +.text-transform-uppercase { + text-transform: uppercase; +} + .font-small { font-size: 12px; } -- cgit v1.2.3