File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 16
16
<label for="checkbox-1">I agree</label>
17
17
]]> </code ></pre >
18
18
<p >The above snippets will produce two basic checkboxes. The default styles will set the width of the element to 100% of the parent container.
19
- <iframe src =" /resources/checkbox/example1.html" style =" width:100%;height:120px ;border:0px" ></iframe ></p >
19
+ <iframe src =" /resources/checkbox/example1.html" style =" width:100%;height:130px ;border:0px" ></iframe ></p >
20
20
21
21
<h3 >Mini version</h3 >
22
22
46
46
</fieldset>
47
47
</div>
48
48
]]> </code ></pre >
49
- <iframe src =" /resources/checkbox/example3.html" style =" width:100%;height:100px ;border:0px" ></iframe >
49
+ <iframe src =" /resources/checkbox/example3.html" style =" width:100%;height:120px ;border:0px" ></iframe >
50
50
51
51
<h3 >Vertically grouped checkboxes</h3 >
52
52
71
71
</div>
72
72
]]> </code ></pre >
73
73
74
- <iframe src =" /resources/checkbox/example4.html" style =" width:100%;height:220px ;border:0px" ></iframe >
74
+ <iframe src =" /resources/checkbox/example4.html" style =" width:100%;height:240px ;border:0px" ></iframe >
75
75
76
76
<h3 >Horizontal toggle sets</h3 >
77
77
123
123
]]> </code ></pre >
124
124
125
125
<p >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.
126
- <iframe src =" /resources/radiobutton/example1.html" style =" width:100%;height:210px ;border:0px" ></iframe ></p >
126
+ <iframe src =" /resources/radiobutton/example1.html" style =" width:100%;height:240px ;border:0px" ></iframe ></p >
127
127
128
128
<h3 >Mini version</h3 >
129
129
169
169
</div>
170
170
]]> </code ></pre >
171
171
172
- <iframe src =" /resources/radiobutton/example3.html" style =" width:100%;height:210px ;border:0px" ></iframe >
172
+ <iframe src =" /resources/radiobutton/example3.html" style =" width:100%;height:230px ;border:0px" ></iframe >
173
173
174
174
<h3 >Horizontal radio button sets</h3 >
175
175
Original file line number Diff line number Diff line change 11
11
< style >
12
12
html , body { padding : 0 ; margin : 0 ; }
13
13
html , .ui-mobile , .ui-mobile body {
14
- height : 115 px ;
14
+ height : 125 px ;
15
15
}
16
16
.ui-mobile , .ui-mobile .ui-page {
17
- min-height : 115 px ;
17
+ min-height : 125 px ;
18
18
}
19
19
.ui-content {
20
20
padding : 10px 15px 0px 15px ;
23
23
</ head >
24
24
25
25
< body >
26
- < div data-role ="page " style ="max-height:120px ; min-height:120px ; ">
26
+ < div data-role ="page " style ="max-height:130px ; min-height:130px ; ">
27
27
< div role ="main " class ="ui-content ">
28
28
< form >
29
29
< label > < input type ="checkbox " name ="checkbox-0 " /> I agree </ label >
Original file line number Diff line number Diff line change 11
11
< style >
12
12
html , body { padding : 0 ; margin : 0 ; }
13
13
html , .ui-mobile , .ui-mobile body {
14
- height : 95 px ;
14
+ height : 115 px ;
15
15
}
16
16
.ui-mobile , .ui-mobile .ui-page {
17
- min-height : 95 px ;
17
+ min-height : 115 px ;
18
18
}
19
19
.ui-content {
20
20
padding : 10px 15px 0px 15px ;
23
23
</ head >
24
24
25
25
< body >
26
- < div data-role ="page " style ="max-height:100px ; min-height:100px ; ">
26
+ < div data-role ="page " style ="max-height:120px ; min-height:120px ; ">
27
27
< div role ="main " class ="ui-content ">
28
28
< div class ="ui-field-contain ">
29
29
< form >
Original file line number Diff line number Diff line change 11
11
< style >
12
12
html , body { padding : 0 ; margin : 0 ; }
13
13
html , .ui-mobile , .ui-mobile body {
14
- height : 215 px ;
14
+ height : 235 px ;
15
15
}
16
16
.ui-mobile , .ui-mobile .ui-page {
17
- min-height : 215 px ;
17
+ min-height : 235 px ;
18
18
}
19
19
.ui-content {
20
20
padding : 10px 15px 0px 15px ;
23
23
</ head >
24
24
25
25
< body >
26
- < div data-role ="page " style ="max-height:220px ; min-height:220px ; ">
26
+ < div data-role ="page " style ="max-height:240px ; min-height:240px ; ">
27
27
< div role ="main " class ="ui-content ">
28
28
< div class ="ui-field-contain ">
29
29
< form >
Original file line number Diff line number Diff line change 11
11
< style >
12
12
html , body { padding : 0 ; margin : 0 ; }
13
13
html , .ui-mobile , .ui-mobile body {
14
- height : 205 px ;
14
+ height : 235 px ;
15
15
}
16
16
.ui-mobile , .ui-mobile .ui-page {
17
- min-height : 205 px ;
17
+ min-height : 235 px ;
18
18
}
19
19
.ui-content {
20
20
padding : 10px 15px 0px 15px ;
23
23
</ head >
24
24
25
25
< body >
26
- < div data-role ="page " style ="max-height:210px ; min-height:210px ; ">
26
+ < div data-role ="page " style ="max-height:240px ; min-height:240px ; ">
27
27
< div role ="main " class ="ui-content ">
28
28
< form >
29
29
< fieldset data-role ="controlgroup ">
Original file line number Diff line number Diff line change 11
11
< style >
12
12
html , body { padding : 0 ; margin : 0 ; }
13
13
html , .ui-mobile , .ui-mobile body {
14
- height : 205 px ;
14
+ height : 225 px ;
15
15
}
16
16
.ui-mobile , .ui-mobile .ui-page {
17
- min-height : 205 px ;
17
+ min-height : 225 px ;
18
18
}
19
19
.ui-content {
20
20
padding : 10px 15px 0px 15px ;
23
23
</ head >
24
24
25
25
< body >
26
- < div data-role ="page " style ="max-height:210px ; min-height:210px ; ">
26
+ < div data-role ="page " style ="max-height:230px ; min-height:230px ; ">
27
27
< div role ="main " class ="ui-content ">
28
28
< div class ="ui-field-contain ">
29
29
< form >
You can’t perform that action at this time.
0 commit comments