CAT-180 SCKO Checkbox Styling
authorKyle Huckins <khuckins@catalyte.io>
Wed, 31 Jan 2018 20:22:57 +0000 (20:22 +0000)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
- Embiggen Checkboxes

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/web/css/skin/kcls/selfcheck.css

Open-ILS/web/css/skin/kcls/selfcheck.css

index 4d6855b..946834c 100644 (file)
@@ -33,6 +33,16 @@ h2 {
     font-weight:bold;
 }
 
+input[type=checkbox]
+{
+  /* Double-sized Checkboxes */
+  -ms-transform: scale(2); /* IE */
+  -moz-transform: scale(2); /* FF */
+  -webkit-transform: scale(2); /* Safari and Chrome */
+  -o-transform: scale(2); /* Opera */
+  padding: 10px;
+}
+
 #main-content-scko .wide-input {
     width: 90%;
 }