Merge pull request #1330 from bechi/feature/status
fix reconnect notification style
This commit is contained in:
commit
a983b7aa21
2 changed files with 16 additions and 8 deletions
|
|
@ -129,16 +129,21 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
border: 1px solid #f0c36d;
|
font-weight: 700;
|
||||||
background-color: #f9edbe;
|
-moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
||||||
|
box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
||||||
|
color: #CA5649;
|
||||||
|
background-color: #E2CFD0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
left: 0;
|
left: 250px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 10px;
|
top: 0;
|
||||||
width: 215px;
|
width: 100%;
|
||||||
padding: 7px;
|
padding: 20px 50px;
|
||||||
|
height: 60px;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.join label,
|
.join label,
|
||||||
|
|
@ -292,7 +297,7 @@ a:hover {
|
||||||
.last-transactions-content .box-status {
|
.last-transactions-content .box-status {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.last-transactions-content .box-copayer {
|
.last-transactions-content .box-copayer {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,10 @@
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="off-canvas-wrap">
|
<div class="off-canvas-wrap">
|
||||||
<div class="inner-wrap">
|
<div class="inner-wrap">
|
||||||
<span class="status" ng-if="$root.reconnecting">Attempting to reconnect...</span>
|
<span class="status" ng-if="$root.reconnecting">
|
||||||
|
<i class="fi-loop icon-rotate m15r"></i>
|
||||||
|
Attempting to reconnect...
|
||||||
|
</span>
|
||||||
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet ||
|
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet ||
|
||||||
!$root.wallet.isReady() || $root.wallet.isLocked}">
|
!$root.wallet.isReady() || $root.wallet.isLocked}">
|
||||||
<section class="left-small">
|
<section class="left-small">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue