From 41df0e158262eda5468cac154cab0795f206dff8 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 21 Sep 2018 16:08:24 -0400 Subject: [PATCH] styling fix for input/output index values for transactions (was resulting in some overlap for 3-digit values...might still for 4-digit values) --- public/css/styling.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/styling.css b/public/css/styling.css index f4b5d1e..041c97c 100755 --- a/public/css/styling.css +++ b/public/css/styling.css @@ -167,8 +167,8 @@ strong { margin-bottom: 5px; } - .tx-io-label { max-width: 10%; } - .tx-io-content { max-width: 90%; } + .tx-io-label { max-width: 11%; } + .tx-io-content { max-width: 89%; } .tx-io-desc { max-width: 60%; } .tx-io-value { max-width: 40%; text-align: right; padding-right: 25px; } } @@ -196,8 +196,8 @@ strong { margin-bottom: 5px; } - .tx-io-label { max-width: 8%; } - .tx-io-content { max-width: 92%; } + .tx-io-label { max-width: 9.5%; } + .tx-io-content { max-width: 90.5%; } .tx-io-desc { max-width: 61%; } .tx-io-value { max-width: 39%; text-align: right; padding-right: 25px; } } @@ -225,8 +225,8 @@ strong { margin-bottom: 5px; } - .tx-io-label { max-width: 5%; } - .tx-io-content { max-width: 95%; } + .tx-io-label { max-width: 6.5%; } + .tx-io-content { max-width: 93.5%; } .tx-io-desc { max-width: 70%; } .tx-io-value { max-width: 30%; text-align: right; padding-right: 25px; } }