network connection alert more contrast and 2 lines

This commit is contained in:
Mariano Rodriguez 2014-11-07 18:18:57 -03:00
commit 7ba9a50c31
2 changed files with 3 additions and 3 deletions

View file

@ -291,8 +291,8 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
font-weight: 700; 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: #CA5649; color: #FFFFFF;
background-color: #E2CFD0; background-color: #D0021B;
position: absolute; position: absolute;
left: 250px; left: 250px;
right: 0; right: 0;

View file

@ -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. Attempting to reconnect...</span> <span translate> Network Error.<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">