diff --git a/entries/checkboxradio.xml b/entries/checkboxradio.xml index 85a08b0f..1695487c 100644 --- a/entries/checkboxradio.xml +++ b/entries/checkboxradio.xml @@ -16,7 +16,7 @@ ]]>

The above snippets will produce two basic checkboxes. The default styles will set the width of the element to 100% of the parent container. -

+

Mini version

@@ -46,7 +46,7 @@ ]]> - +

Vertically grouped checkboxes

@@ -71,7 +71,7 @@ ]]> - +

Horizontal toggle sets

@@ -123,7 +123,7 @@ ]]>

This will produce a vertically grouped radio button set. The default styles set the width of the button group to 100% of the parent container and stacks the label on a separate line. -

+

Mini version

@@ -169,7 +169,7 @@ ]]> - +

Horizontal radio button sets

diff --git a/resources/checkbox/example1.html b/resources/checkbox/example1.html index 3d114127..d25bbb61 100644 --- a/resources/checkbox/example1.html +++ b/resources/checkbox/example1.html @@ -11,10 +11,10 @@ html, body { padding: 0; margin: 0; } html, .ui-mobile, .ui-mobile body { - height: 115px; + height: 125px; } .ui-mobile, .ui-mobile .ui-page { - min-height: 115px; + min-height: 125px; } .ui-content{ padding:10px 15px 0px 15px; @@ -23,7 +23,7 @@ -
+
diff --git a/resources/checkbox/example3.html b/resources/checkbox/example3.html index d3da3999..533f5c6a 100644 --- a/resources/checkbox/example3.html +++ b/resources/checkbox/example3.html @@ -11,10 +11,10 @@ html, body { padding: 0; margin: 0; } html, .ui-mobile, .ui-mobile body { - height: 95px; + height: 115px; } .ui-mobile, .ui-mobile .ui-page { - min-height: 95px; + min-height: 115px; } .ui-content{ padding:10px 15px 0px 15px; @@ -23,7 +23,7 @@ -
+
diff --git a/resources/checkbox/example4.html b/resources/checkbox/example4.html index 7978e971..d98e5c4b 100644 --- a/resources/checkbox/example4.html +++ b/resources/checkbox/example4.html @@ -11,10 +11,10 @@ html, body { padding: 0; margin: 0; } html, .ui-mobile, .ui-mobile body { - height: 215px; + height: 235px; } .ui-mobile, .ui-mobile .ui-page { - min-height: 215px; + min-height: 235px; } .ui-content{ padding:10px 15px 0px 15px; @@ -23,7 +23,7 @@ -
+
diff --git a/resources/radiobutton/example1.html b/resources/radiobutton/example1.html index 0a0c08e6..a3c7aae8 100644 --- a/resources/radiobutton/example1.html +++ b/resources/radiobutton/example1.html @@ -11,10 +11,10 @@ html, body { padding: 0; margin: 0; } html, .ui-mobile, .ui-mobile body { - height: 205px; + height: 235px; } .ui-mobile, .ui-mobile .ui-page { - min-height: 205px; + min-height: 235px; } .ui-content{ padding:10px 15px 0px 15px; @@ -23,7 +23,7 @@ -
+
diff --git a/resources/radiobutton/example3.html b/resources/radiobutton/example3.html index 6248eb3d..9c6963be 100644 --- a/resources/radiobutton/example3.html +++ b/resources/radiobutton/example3.html @@ -11,10 +11,10 @@ html, body { padding: 0; margin: 0; } html, .ui-mobile, .ui-mobile body { - height: 205px; + height: 225px; } .ui-mobile, .ui-mobile .ui-page { - min-height: 205px; + min-height: 225px; } .ui-content{ padding:10px 15px 0px 15px; @@ -23,7 +23,7 @@ -
+