diff --git a/css/main.css b/css/main.css index b29cbe070..c3b5cbdaf 100644 --- a/css/main.css +++ b/css/main.css @@ -422,6 +422,14 @@ hr { margin: 2.25rem 0;} background: #C0392B; } +.box-note { + text-align: center; + clear: both; + font-style: italic; + color: gray; + margin-bottom: 10px; +} + .box-signin { padding: 20px 40px; border: 1px solid #eee; diff --git a/index.html b/index.html index c369e0920..0a13cac95 100644 --- a/index.html +++ b/index.html @@ -189,7 +189,7 @@ src="./img/satoshi.gif" />
- {{c.nick || 'NN'}} + {{c.nick}}
@@ -455,6 +455,9 @@
+
+ "{{tx.comment}}" - {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +
@@ -664,6 +667,23 @@
+ +
+
+
+ +
+ +
+
+
+
+