From 6de81422eee093ac695bf9bd13e124412a649e08 Mon Sep 17 00:00:00 2001 From: toar86 Date: Sun, 17 Sep 2017 20:22:34 +0200 Subject: [PATCH 1/2] Update base.css css updated to this pull request https://github.com/oxwall/oxwall/pull/521 --- mobile/base.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mobile/base.css b/mobile/base.css index bb3668d..c89a49d 100644 --- a/mobile/base.css +++ b/mobile/base.css @@ -4744,14 +4744,16 @@ input[type="radio"] ~ label { } .owm_payment_provider_item label { display: block; - height: 44px; + height: 60px; border-width: 1px; - padding-top: 24px; - padding-right: 20px; - text-align: right; + padding: 5px; background-repeat: no-repeat; background-position: 10px center; } +.owm_payment_provider_item img { + max-height: 40px; +} + .owm_payment_provider_item label.active { background-color: #fff; } From 9d0f87f9c5b1ceeb702985e5f7638fc5136d0d29 Mon Sep 17 00:00:00 2001 From: toar86 Date: Mon, 18 Sep 2017 23:17:34 +0200 Subject: [PATCH 2/2] Update base.css --- mobile/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/base.css b/mobile/base.css index c89a49d..b0bee92 100644 --- a/mobile/base.css +++ b/mobile/base.css @@ -4747,6 +4747,7 @@ input[type="radio"] ~ label { height: 60px; border-width: 1px; padding: 5px; + text-align: right; background-repeat: no-repeat; background-position: 10px center; }