From: Josh Stompro Date: Mon, 15 Aug 2016 18:22:27 +0000 (-0500) Subject: LP#1494748 - Change pay fines link to a button & increase checkbox sizes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c222f681db991068c87b5577899b63b039842493;p=working%2FEvergreen.git LP#1494748 - Change pay fines link to a button & increase checkbox sizes This makes the pay fines link and checkboxes easier to use for touch screen users. Signed-off-by: Josh Stompro Signed-off-by: Kathy Lussier Signed-off-by: Josh Stompro --- diff --git a/Open-ILS/src/templates/circ/selfcheck/fines.tt2 b/Open-ILS/src/templates/circ/selfcheck/fines.tt2 index 25b54f1250..eb4973070d 100644 --- a/Open-ILS/src/templates/circ/selfcheck/fines.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/fines.tt2 @@ -1,5 +1,5 @@ - +
diff --git a/Open-ILS/web/css/skin/default/selfcheck.css b/Open-ILS/web/css/skin/default/selfcheck.css index 23bd38819f..fe9fcb2ede 100644 --- a/Open-ILS/web/css/skin/default/selfcheck.css +++ b/Open-ILS/web/css/skin/default/selfcheck.css @@ -218,3 +218,14 @@ A { box-shadow: inset 0 0 8px #ADADB2; border-radius: 12px; } + +input[type=checkbox] +{ + /* Double-sized Checkboxes */ + -ms-transform: scale(2.3); /* IE */ + -moz-transform: scale(2.3); /* FF */ + -webkit-transform: scale(2.3); /* Safari and Chrome */ + -o-transform: scale(2.3); /* Opera */ + padding: 10px; + transform: scale(2.3); +}