From efbe626738fa8929ad1293752d84a5a85e2ee5ff Mon Sep 17 00:00:00 2001 From: negbie Date: Tue, 23 Aug 2016 16:05:17 +0200 Subject: [PATCH 1/2] Introduce M-text for better X-RTP-Stat visibility --- css/report-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/report-style.css b/css/report-style.css index 24cdb0b1..fe52882d 100644 --- a/css/report-style.css +++ b/css/report-style.css @@ -132,6 +132,7 @@ margin-left: 5px; margin-right: 5px; } + .XS-text { font-size: 10px; font-weight: 400; @@ -139,6 +140,11 @@ margin-right: 5px; } +.M-text { + font-size: 16px; + font-weight: 700; +} + .L-text { font-size: 22px; font-weight: 700; From 8f03ff79f80e869fefb9d42dab33f46aa21e7161 Mon Sep 17 00:00:00 2001 From: negbie Date: Tue, 23 Aug 2016 16:14:41 +0200 Subject: [PATCH 2/2] Extend X-RTP-Stat header information For more information in detail please take a look here: https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/xrtpv32.pdf --- templates/dialogs/transaction.html | 56 +++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 13 deletions(-) diff --git a/templates/dialogs/transaction.html b/templates/dialogs/transaction.html index 040e4389..1719c8cf 100644 --- a/templates/dialogs/transaction.html +++ b/templates/dialogs/transaction.html @@ -225,39 +225,69 @@