aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-09 02:46:17 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-03-09 02:46:17 +0800
commit6f980cfe10d32ddc276b737df42005ef7cf4cd96 (patch)
treeb6f256306023e06bf4f42101a25583e0a1ced769 /ui
parentb0280dc162f0b8e85524a98118d933afd064fae5 (diff)
downloadtangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.tar
tangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.tar.gz
tangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.tar.bz2
tangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.tar.lz
tangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.tar.xz
tangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.tar.zst
tangerine-wallet-browser-6f980cfe10d32ddc276b737df42005ef7cf4cd96.zip
Add more informative message
Diffstat (limited to 'ui')
-rw-r--r--ui/app/css/lib.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index a8df1d115..99c6f1b9d 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -256,3 +256,9 @@ hr.horizontal-line {
text-overflow: ellipsis;
white-space: nowrap;
}
+
+.critical-error {
+ text-align: center;
+ margin-top: 20px;
+ color: red;
+}