summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css
index 81d40458..6566e7c3 100644
--- a/style/default.css
+++ b/style/default.css
@@ -493,6 +493,7 @@ it only applies if they're in a container that has the checkbox class */
padding-left: 5px;
}
.checkbox label::before {
+ top: 1px;
content: "";
display: inline-block;
position: absolute;
@@ -513,7 +514,7 @@ it only applies if they're in a container that has the checkbox class */
width: 16px;
height: 16px;
left: 0;
- top: 0;
+ top: 1px;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
@@ -524,7 +525,9 @@ it only applies if they're in a container that has the checkbox class */
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
- top: -6px;
+ top: -3px;
+ width: 17px;
+ height: 17px;
}