make checkboxes larger and remove text clicking for completion
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user