projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb25c4
)
CAT-180 SCKO Checkbox Styling
author
Kyle Huckins
<khuckins@catalyte.io>
Wed, 31 Jan 2018 20:22:57 +0000
(20:22 +0000)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/kcls/selfcheck.css
b/Open-ILS/web/css/skin/kcls/selfcheck.css
index
4d6855b
..
946834c
100644
(file)
--- a/
Open-ILS/web/css/skin/kcls/selfcheck.css
+++ b/
Open-ILS/web/css/skin/kcls/selfcheck.css
@@
-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%;
}