diff --git a/css/main.css b/css/main.css index 3133d44fd..ed9589164 100644 --- a/css/main.css +++ b/css/main.css @@ -105,23 +105,21 @@ html, body {height: 100%;} border: 1px solid #eee; } -.transactions .panel.pending { +.transactions .panel { padding: 0; } -.btransactions .txheader { +/*.btransactions .txheader { font-size: 12px; margin-bottom: 10px; padding-bottom: 10px; - border-bottom: 1px solid #eee; } .btransactions .txbottom { margin-top: 10px; padding-top: 10px; - border-top: 1px solid #eee; font-size: 12px; -} +}*/ .pending table { width: 100%; diff --git a/index.html b/index.html index c442c602d..5b0c9405a 100644 --- a/index.html +++ b/index.html @@ -311,7 +311,7 @@ - + @@ -335,9 +335,9 @@ - +
- + Transaction finally rejected

@@ -362,8 +362,8 @@

Last transactions

-
-
+
+
ID: {{btx.txid}} @@ -373,11 +373,11 @@
-
+
- {{vin.addr}} - {{vin.value}} +

{{vin.addr}}

+ {{vin.value}}
@@ -388,7 +388,7 @@
- {{addr}} +

{{addr}}

@@ -398,7 +398,7 @@
-
+
Fees: {{btx.fees}}
Confirmations: {{btx.confirmations || 0}}