You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Add the classes <code>.formlabel-top</code> or <code>.formlabel-bottom</code> to your field to adjust the position of the label. This not only works with inputs, but with textareas as well!</p>
46
+
<p>Add the classes <code>.label-top</code> or <code>.label-bottom</code> to your field to adjust the position of the label. This not only works with inputs, but with textareas as well!</p>
<divclass="alert mb-2x">Remember the label placements mentioned above? The classes <code>.formlabel-bottom</code> and <code>.formlabel-top</code> also work well with textareas.</div>
80
+
<divclass="alert mb-2x">Remember the label placements mentioned above? The classes <code>.label-bottom</code> and <code>.label-top</code> also work well with textareas.</div>
85
81
</div>
86
82
</div>
87
83
</section>
@@ -93,8 +89,8 @@ <h3>Standard checkbox</h3>
93
89
<divclass="g">
94
90
<divclass="b0_12 b3_12">
95
91
<b>Select your favorite fruit</b>
96
-
<ulclass="g fields">
97
-
<liclass="b0_12">
92
+
<ulclass="fields">
93
+
<liclass="form-field">
98
94
<labelclass="input-control input-checkbox">Orange
99
95
<inputtype="checkbox" />
100
96
<divclass="input-indicator"></div>
@@ -116,8 +112,8 @@ <h3>Standard checkbox</h3>
116
112
</div>
117
113
<divclass="b0_12 b3_12">
118
114
<b>Select your favorite fruit</b>
119
-
<ulclass="g fields label-left">
120
-
<liclass="b0_12">
115
+
<ulclass="fields label-left">
116
+
<liclass="form-field">
121
117
<labelclass="input-control input-checkbox">Orange
122
118
<inputtype="checkbox" />
123
119
<divclass="input-indicator"></div>
@@ -162,10 +158,10 @@ <h5>Vertical radios</h5>
162
158
<divclass="b0_12 b3_12">
163
159
<h5>Horizontal radios</h5>
164
160
<p>Sed ligula eros, sollicitudin nec luctus ac, consectetur quis massa. Praesent nec dictum leo.</p>
0 commit comments