network connection alert small changes
This commit is contained in:
parent
7ba9a50c31
commit
8b40481771
2 changed files with 9 additions and 4 deletions
|
|
@ -288,7 +288,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
font-weight: 700;
|
|
||||||
-moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
-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);
|
box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
@ -297,12 +296,18 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
left: 250px;
|
left: 250px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 62px;
|
top: 62px;
|
||||||
padding: 5px 0;
|
padding: 10px 0;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-first-line {
|
||||||
|
|
||||||
|
z-index: 9;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.setup .comment {
|
.setup .comment {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: #7A8C9E !important;
|
color: #7A8C9E !important;
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<div class="inner-wrap">
|
<div class="inner-wrap">
|
||||||
<span class="status" ng-if="$root.reconnecting">
|
<span class="status" ng-if="$root.reconnecting">
|
||||||
<i class="fi-loop icon-rotate"></i>
|
<i class="fi-loop icon-rotate"></i>
|
||||||
<span translate> Network Error.<br> Attempting to reconnect..</span>
|
<span translate> <strong class="size-16">Network Error</strong>.<br> Attempting to reconnect..</span>
|
||||||
</span>
|
</span>
|
||||||
<nav class="tab-bar" ng-if="$root.wallet &&
|
<nav class="tab-bar" ng-if="$root.wallet &&
|
||||||
$root.wallet.isReady() && !$root.wallet.isLocked">
|
$root.wallet.isReady() && !$root.wallet.isLocked">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue