diff --git a/css/src/main.css b/css/src/main.css index 8cfa733cb..007944bf6 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -532,6 +532,7 @@ a.button-setup { .p15 {padding:15px;} .p20 {padding:20px;} .p10 {padding:10px;} +.p10b {padding-bottom:10px;} .m30v {margin: 30px 0;} .m10h {margin:0 10px;} .m10v {margin:10px 0;} diff --git a/views/history.html b/views/history.html index ba8ea6515..3d85e457c 100644 --- a/views/history.html +++ b/views/history.html @@ -7,7 +7,7 @@
| {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} + | {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} | @@ -61,14 +61,10 @@ |