From 28791b2b391a09a6edfbf5be8f350a402f0ce8e6 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 2 Oct 2014 17:48:53 -0400 Subject: [PATCH] Add some checkbox example stylings --- server/documents/modules/checkbox.html.eco | 79 +++++++++++----------- src/definitions/modules/checkbox.less | 2 +- 2 files changed, 39 insertions(+), 42 deletions(-) diff --git a/server/documents/modules/checkbox.html.eco b/server/documents/modules/checkbox.html.eco index b34aed3a8..f51e2699b 100755 --- a/server/documents/modules/checkbox.html.eco +++ b/server/documents/modules/checkbox.html.eco @@ -99,7 +99,7 @@ themes : ['Default']

Disabled

A checkbox can be read-only and unable to change states

- A checkbox can be disabled by either setting disabled on the hidden input, or class disabled on the ui checkbox + A checkbox can be disabled by either setting the disabled attribute on the hidden input, or class disabled on the ui checkbox
@@ -163,46 +163,43 @@ themes : ['Default']
Toggle
Check
Uncheck
-

-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
diff --git a/src/definitions/modules/checkbox.less b/src/definitions/modules/checkbox.less index f59661be7..ea5fde3cb 100755 --- a/src/definitions/modules/checkbox.less +++ b/src/definitions/modules/checkbox.less @@ -254,7 +254,7 @@ .ui.slider.checkbox { cursor: pointer; - height: @sliderSize; + height: @sliderHeight; } .ui.slider.checkbox .box,