diff --git a/server/documents/collections/form.html.eco b/server/documents/collections/form.html.eco index c0c6b6eb6..c10f51e43 100755 --- a/server/documents/collections/form.html.eco +++ b/server/documents/collections/form.html.eco @@ -400,23 +400,23 @@ themes : ['Default', 'Flat', 'Chubby', 'GitHub']
- +
@@ -463,7 +463,7 @@ themes : ['Default', 'Flat', 'Chubby', 'GitHub']
-
+
diff --git a/server/documents/elements/container.html.eco b/server/documents/elements/container.html.eco index 700a2f76f..0eb77e14e 100644 --- a/server/documents/elements/container.html.eco +++ b/server/documents/elements/container.html.eco @@ -1,6 +1,6 @@ --- layout : 'default' -css : 'basic' +css : 'basic minimal' element : 'container' elementType : 'element' standalone : true diff --git a/server/documents/modules/checkbox.html.eco b/server/documents/modules/checkbox.html.eco index 7b6c70c80..1549635eb 100755 --- a/server/documents/modules/checkbox.html.eco +++ b/server/documents/modules/checkbox.html.eco @@ -3,6 +3,7 @@ layout : 'default' css : 'checkbox' element : 'checkbox' elementType : 'module' +standalone : true title : 'Checkbox' description : "A checkbox allows a user to select a value from a small set of options, often binary" @@ -40,6 +41,38 @@ themes : ['Default', 'Colored']
+
+
+
+
+ +
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+

Toggle

A checkbox can be formatted to show an on or off choice

@@ -58,25 +91,25 @@ themes : ['Default', 'Colored']
- +
- +
- +
- +
diff --git a/server/documents/modules/dropdown.html.eco b/server/documents/modules/dropdown.html.eco index 2dc97b7e9..8e5c9f13c 100755 --- a/server/documents/modules/dropdown.html.eco +++ b/server/documents/modules/dropdown.html.eco @@ -1020,9 +1020,8 @@ themes : ['Default', 'Material']

Disabled

-

A disabled dropdown menu will not open or close

-
A disabled state will prevent all dropdowns from allowing the menu to open.
- +

Variations

diff --git a/server/documents/views/card.html.eco b/server/documents/views/card.html.eco index e4ec18cf1..4756282ce 100755 --- a/server/documents/views/card.html.eco +++ b/server/documents/views/card.html.eco @@ -1,6 +1,6 @@ --- layout : 'default' -css : 'basic card' +css : 'card' standalone : true element : 'card' diff --git a/server/files/stylesheets/docs.css b/server/files/stylesheets/docs.css index 92c0ba91d..13875cb0b 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -2019,7 +2019,7 @@ body.progress.animated .ui.progress .bar { margin-left: 4em !important; margin-right: 4em !important; width: auto !important; - max-width: 1200px !important; + max-width: 960px !important; } #example .masthead > .container, #example .main.container {