From 6d71b12ed61d19f8b6f25dfe93c37dc57b528f91 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 14 Jul 2019 15:57:59 +0200 Subject: credit card view id. more aria labelling --- StoneIsland/www/css/account.css | 13 ++-- StoneIsland/www/css/index.css | 3 + StoneIsland/www/index.html | 100 +++++++++++++------------ StoneIsland/www/js/lib/account/AccountView.js | 2 +- StoneIsland/www/js/lib/nav/AddressView.js | 4 +- StoneIsland/www/js/lib/nav/CreditCardView.js | 4 +- StoneIsland/www/js/lib/products/ProductView.js | 4 +- 7 files changed, 70 insertions(+), 60 deletions(-) diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 28e49ca4..be82a4c7 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -348,16 +348,17 @@ input.switch:checked + label:after { font-size:14px; letter-spacing:0.5px; text-align:center; - position:absolute; - top:50%; - left:50%; + display: flex; + align-items: center; + justify-content: center; width:100%; - -webkit-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); + min-height: 48px; color:#000; } - +.billing-container a { + text-decoration: none; +} .premessage { top:calc(50% - 20px)!important; diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index d5a404ae..fa3dae54 100755 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -20,6 +20,9 @@ body { font-size: 14px; padding-top: constant(safe-area-inset-top); } +a, a:visited { + color: #000; +} .loader { z-index: 2; diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 546cd915..04ce1246 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -30,7 +30,7 @@ -