diff --git a/public/views/walletHome.html b/public/views/walletHome.html
index 211bad1ab..dab4dc1cc 100644
--- a/public/views/walletHome.html
+++ b/public/views/walletHome.html
@@ -60,13 +60,13 @@
-
Opening Wallet...
- Updating Status
+ Updating Status...
Updating Balance...
Updating Pending Transactions...
Scanning Wallet funds...
diff --git a/src/css/main.css b/src/css/main.css
index b5afccf0e..007adb6eb 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -1205,14 +1205,18 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
.onGoingProcess {
- bottom: 70px;
- height: 24px;
+ text-align: center;
+ max-width: 14.5rem;
+ max-height: 2rem;
+ top:auto;
+ left:0;
+ right:0;
+ bottom:90px;
+ margin: auto;
+ border-radius: 3px;
+ color: #fff;
+ padding: 0.3rem 0.5rem;
font-size: 14px;
- line-height: 24px;
- left:0px;
- width:100%;
position: absolute;
background:#DDD;
- border-top:1px solid;
- text-transform: uppercase;
}