make checkboxes larger and remove text clicking for completion

This commit is contained in:
Quincy Larson
2015-04-27 00:10:14 -07:00
parent 5be9dd2587
commit 45490f75c4
4 changed files with 15 additions and 8 deletions

View File

@@ -27,10 +27,21 @@ html {
overflow-x: hidden;
}
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;
}
body.full-screen-body-background {
background-color: #eeeeee;
}
body.top-and-bottom-margins {
padding-top: 80px;
margin-bottom: 60px;