@@ -134,8 +134,8 @@ <h3>Input with button</h3>
134
134
< li class ="b0_12 ">
135
135
< div class ="form-field ">
136
136
< label for ="search "> Search</ label >
137
- < div class ="combined-item ">
138
- < input type ="search " name ="search " class ="form-input " id ="search ">
137
+ < div class ="input-combined ">
138
+ < input type ="search " name ="search " class ="form-input " id ="search "/ >
139
139
< button type ="submit " class ="btn btn-submit "> Submit</ button >
140
140
</ div >
141
141
</ div >
@@ -200,19 +200,19 @@ <h3>Standard checkbox</h3>
200
200
< li class ="b0_12 ">
201
201
< label class ="input-control input-checkbox "> Orange
202
202
< input type ="checkbox " />
203
- < div class ="input-indicator "> </ div >
203
+ < span class ="input-indicator "> </ span >
204
204
</ label >
205
205
< label class ="input-control input-checkbox "> Banana
206
206
< input type ="checkbox " />
207
- < div class ="input-indicator "> </ div >
207
+ < span class ="input-indicator "> </ span >
208
208
</ label >
209
209
< label class ="input-control input-checkbox "> Apple
210
210
< input type ="checkbox " />
211
- < div class ="input-indicator "> </ div >
211
+ < span class ="input-indicator "> </ span >
212
212
</ label >
213
213
< label class ="input-control input-checkbox "> Pear
214
214
< input type ="checkbox " />
215
- < div class ="input-indicator "> </ div >
215
+ < span class ="input-indicator "> </ span >
216
216
</ label >
217
217
</ li >
218
218
</ ul >
@@ -223,19 +223,19 @@ <h3>Standard checkbox</h3>
223
223
< li class ="b0_12 ">
224
224
< label class ="input-control input-checkbox "> Orange
225
225
< input type ="checkbox " />
226
- < div class ="input-indicator "> </ div >
226
+ < span class ="input-indicator "> </ span >
227
227
</ label >
228
228
< label class ="input-control input-checkbox "> Banana
229
229
< input type ="checkbox " />
230
- < div class ="input-indicator "> </ div >
230
+ < span class ="input-indicator "> </ span >
231
231
</ label >
232
232
< label class ="input-control input-checkbox "> Apple
233
233
< input type ="checkbox " />
234
- < div class ="input-indicator "> </ div >
234
+ < span class ="input-indicator "> </ span >
235
235
</ label >
236
236
< label class ="input-control input-checkbox "> Pear
237
237
< input type ="checkbox " />
238
- < div class ="input-indicator "> </ div >
238
+ < span class ="input-indicator "> </ span >
239
239
</ label >
240
240
</ li >
241
241
</ ul >
@@ -253,35 +253,36 @@ <h5>Vertical radios</h5>
253
253
< label for ="gender "> < b > Gender</ b > </ label >
254
254
< label class ="input-control input-radio "> First radio
255
255
< input type ="radio " name ="radio "/>
256
- < div class ="input-indicator "> </ div >
256
+ < span class ="input-indicator "> </ span >
257
257
</ label >
258
258
< label class ="input-control input-radio "> Second radio
259
259
< input type ="radio " name ="radio "/>
260
- < div class ="input-indicator "> </ div >
260
+ < span class ="input-indicator "> </ span >
261
261
</ label >
262
262
</ li >
263
263
</ ul >
264
264
</ div >
265
265
< div class ="b0_12 b3_12 ">
266
266
< h5 > Horizontal radios</ h5 >
267
267
< p > Sed ligula eros, sollicitudin nec luctus ac, consectetur quis massa. Praesent nec dictum leo.</ p >
268
- < code > .form-inline </ code >
268
+ < code > .form-horizontal </ code >
269
269
< ul class ="g fields ">
270
270
< li class ="b0_12 ">
271
- < div class ="form-field form-inline ">
271
+ < div class ="form-field form-horizontal ">
272
272
< label for ="gender " class ="label "> < b > Gender</ b > </ label >
273
273
< label class ="input-control input-radio "> Male
274
274
< input type ="radio " name ="radio2 " checked ="checked "/>
275
- < div class ="input-indicator "> </ div >
275
+ < span class ="input-indicator "> </ span >
276
276
</ label >
277
277
< label class ="input-control input-radio "> Female
278
278
< input type ="radio " name ="radio2 "/>
279
- < div class ="input-indicator "> </ div >
279
+ < span class ="input-indicator "> </ span >
280
280
</ label >
281
281
</ div >
282
282
</ li >
283
283
</ ul >
284
284
</ div >
285
+ </ div >
285
286
</ section >
286
287
< section class ="select ">
287
288
< h2 > Select</ h2 >
@@ -304,53 +305,53 @@ <h5>Input with add-on and button</h5>
304
305
< li class ="b0_12 ">
305
306
< div class ="form-field input-icon ">
306
307
< label for ="search "> Product sku</ label >
307
- < div class ="combined-item fa fa-star ">
308
- < input type ="search " name ="search " class ="form-input " id ="search ">
308
+ < div class ="input-combined fa fa-star ">
309
+ < input type ="search " name ="search " class ="form-input " id ="search "/ >
309
310
< button type ="submit " class ="btn btn-submit "> Search</ button >
310
311
</ div >
311
312
</ div >
312
313
</ li >
313
314
</ ul >
314
315
315
316
< h5 > Horizontal checkboxes</ h5 >
316
- < ul class ="g fields form-inline ">
317
+ < ul class ="g fields form-horizontal ">
317
318
< li class ="b0_12 ">
318
319
< label class ="input-control input-checkbox "> Orange
319
320
< input type ="checkbox ">
320
- < div class ="input-indicator "> </ div >
321
+ < span class ="input-indicator "> </ span >
321
322
</ label >
322
323
< label class ="input-control input-checkbox "> Banana
323
324
< input type ="checkbox ">
324
- < div class ="input-indicator "> </ div >
325
+ < span class ="input-indicator "> </ span >
325
326
</ label >
326
327
< label class ="input-control input-checkbox "> Apple
327
328
< input type ="checkbox ">
328
- < div class ="input-indicator "> </ div >
329
+ < span class ="input-indicator "> </ span >
329
330
</ label >
330
331
< label class ="input-control input-checkbox "> Pear
331
332
< input type ="checkbox ">
332
- < div class ="input-indicator "> </ div >
333
+ < span class ="input-indicator "> </ span >
333
334
</ label >
334
335
</ li >
335
336
</ ul >
336
337
337
338
< h5 > Horizontal radios</ h5 >
338
339
< ul class ="g fields ">
339
340
< li class ="b0_12 ">
340
- < div class ="form-field form-inline ">
341
+ < div class ="form-field form-horizontal ">
341
342
< label class ="input-control input-radio "> Male
342
343
< input type ="radio " name ="radio2 " checked ="checked "/>
343
- < div class ="input-indicator "> </ div >
344
+ < span class ="input-indicator "> </ span >
344
345
</ label >
345
346
< label class ="input-control input-radio "> Female
346
347
< input type ="radio " name ="radio2 "/>
347
- < div class ="input-indicator "> </ div >
348
+ < span class ="input-indicator "> </ span >
348
349
</ label >
349
350
</ div >
350
351
</ li >
351
352
</ ul >
352
353
</ section >
353
- </ div >
354
+ </ section >
354
355
</ div >
355
356
</ div >
356
357
<!-- End main -->
0 commit comments