From: Alex Cautley Date: Thu, 1 Mar 2018 22:42:59 +0000 (+0000) Subject: CAT-184 - SCKO Button Size Increase X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4589a57f48720bdd9fb63d132012cfc7b4edabe2;p=working%2FEvergreen.git CAT-184 - SCKO Button Size Increase -Slight increase in button size for btn-repsonsive and scko-footer-btn Signed-off-by: Kyle Huckins Changes to be committed: modified: Open-ILS/web/css/skin/kcls/selfcheck.css --- diff --git a/Open-ILS/web/css/skin/kcls/selfcheck.css b/Open-ILS/web/css/skin/kcls/selfcheck.css index 6461eafbd9..9ff60b36b7 100644 --- a/Open-ILS/web/css/skin/kcls/selfcheck.css +++ b/Open-ILS/web/css/skin/kcls/selfcheck.css @@ -187,7 +187,7 @@ input[type=checkbox] @media screen and (min-width:1399px) { .btn-responsive { padding: 10px 16px; - font-size: 18px; + font-size: 18px !important; line-height: 1.3333333; border-radius: 6px } @@ -195,13 +195,13 @@ input[type=checkbox] @media only screen and (max-width:1281px) and (max-height:1025px) { .btn-responsive { padding: 6px 8px; - font-size: 12px; + font-size: 14px; line-height: 1.42857143; border-radius: 4px; } .scko-footer-btn { - font-size:14px !important; + font-size:15px !important; } }