diff --git a/css/main.css b/css/main.css index a3e0ea605..e5d5dc042 100644 --- a/css/main.css +++ b/css/main.css @@ -218,8 +218,9 @@ small.has-error { } tr { background: none !important;} - +table tr th, table tr td { padding: 0.5625rem 0rem; } hr { margin: 2.25rem 0;} +table { margin-bottom: 0.25rem;} button.primary { background-color: #111; } button.secondary { background-color: #FAE448 !important; } @@ -227,7 +228,7 @@ button.secondary { background-color: #FAE448 !important; } button.primary:hover { background-color: #333;} button.secondary:hover { background-color: #FFDF00 !important;} -.text-gray { color: #999;} +.text-gray { color: #999 !important;} .pr {position: relative;} .m0 {margin: 0;} .db {display: block;} diff --git a/index.html b/index.html index 649d2a4c2..647434230 100644 --- a/index.html +++ b/index.html @@ -249,10 +249,14 @@
- Proposal ID: {{tx.ntxid}} + + {{o.value}} + + {{o.address}} +
- created at {{tx.createdTs | date:'medium'}} +
created at {{tx.createdTs | date:'medium'}}
@@ -261,11 +265,9 @@
- - - - + + Proposal ID: {{tx.ntxid}} + -
{{o.value}} - {{o.address}}
@@ -283,7 +285,6 @@