From 66cb7fc1b74c45fe5afe9b8b05fcc0e042cd27f3 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 11 Mar 2019 18:20:49 +0530 Subject: [PATCH] waitForGlobal has been Promisified Updating blocking function waitForGlobal into non-blocking Promise mode --- FLO_webWallet_mainnet.html | 48 ++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/FLO_webWallet_mainnet.html b/FLO_webWallet_mainnet.html index bb8de0e..20ca1fb 100644 --- a/FLO_webWallet_mainnet.html +++ b/FLO_webWallet_mainnet.html @@ -10,10 +10,11 @@ @import url('https://fonts.googleapis.com/css?family=Titillium+Web'); body { + position:relative; font-family: 'Titillium Web', sans-serif; font-weight: 300; font-size: 1.05em; - margin: 0; + margin: 40px; text-align:justify; } @@ -44,7 +45,7 @@ button { transition-duration: 0.4s; } -.newColor { +.activeButton { color: black; } @@ -52,6 +53,22 @@ button:hover { box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); } +.firstColumn { +position: absolute;; +left:200px; + +} + +.secondColumn { +position: absolute; +left:450px; +top:194px; +} + +.dispBalTable { + border: 1px solid #ffffff; +} + @@ -73,15 +90,15 @@ button:hover {