From b143bd587aeaf5e4a897170aac1c1a94f60d245e Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 12 Oct 2013 19:32:00 -0400 Subject: [PATCH] Updates vertical alignment of checkbox --- src/modules/checkbox.less | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/src/modules/checkbox.less b/src/modules/checkbox.less index 5582e1607..acfd83b34 100755 --- a/src/modules/checkbox.less +++ b/src/modules/checkbox.less @@ -23,6 +23,10 @@ .ui.checkbox { position: relative; display: inline-block; + + width: 1em; + height: 1.5em; + outline: none; vertical-align: middle; } @@ -452,30 +456,11 @@ ---------------*/ .ui.checkbox { - width: 1em; - height: 1em; -} -.ui.checkbox, -.ui.checkbox .box, -.ui.checkbox label { font-size: 1em; } - .ui.large.checkbox { - width: 1.25em; - height: 1.25em; -} -.ui.large.checkbox, -.ui.large.checkbox .box, -.ui.large.checkbox label { font-size: 1.25em; } .ui.huge.checkbox { - width: 1.5em; - height: 1.5em; -} -.ui.huge.checkbox, -.ui.huge.checkbox .box, -.ui.huge.checkbox label { font-size: 1.5em; } \ No newline at end of file