patternfly-sass 3.3.4 → 3.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/images/patternfly/OpenShift-Logo-NoText.svg +51 -0
- data/assets/images/patternfly/OpenShift-Logo-Text.svg +95 -0
- data/assets/images/patternfly/RH_Atomic-Logo-NoText.svg +53 -0
- data/assets/images/patternfly/RH_Atomic-Logo-Text.svg +91 -0
- data/assets/images/patternfly/kubernetes-Logo.svg +60 -0
- data/assets/stylesheets/patternfly/_datatables.scss +0 -2
- data/assets/stylesheets/patternfly/_mixin_overrides.scss +1 -1
- data/assets/stylesheets/patternfly/_mixins.scss +1 -1
- data/assets/stylesheets/patternfly/lib/bootstrap-select.scss +1 -1
- data/bower.json +1 -1
- data/lib/patternfly-sass/version.rb +2 -2
- data/spec/html/alerts.html +49 -41
- data/spec/html/basic.html +1 -0
- data/spec/html/blank-slate.html +2 -2
- data/spec/html/bootstrap-datepicker.html +33 -5
- data/spec/html/bootstrap-treeview-2.html +1 -0
- data/spec/html/cards.html +22 -31
- data/spec/html/dashboard.html +1 -0
- data/spec/html/dist/css/patternfly-additions.css +0 -2
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/form.html +1 -0
- data/spec/html/layout-alt-fixed-inner-scroll.html +13 -25
- data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +13 -25
- data/spec/html/layout-alt-fixed-with-footer.html +13 -25
- data/spec/html/layout-alt-fixed.html +13 -25
- data/spec/html/list-view.html +12 -12
- data/spec/html/login.html +45 -44
- data/spec/html/pie-charts.html +1 -1
- data/spec/html/popovers.html +14 -13
- data/spec/html/tab.html +1 -0
- data/spec/html/time-picker.html +19 -17
- data/spec/html/toast.html +44 -40
- data/spec/html/typography-2.html +1 -0
- data/spec/html/vertical-navigation-without-icons.html +236 -228
- data/spec/html/vertical-navigation.html +236 -228
- data/tasks/converter.rb +5 -0
- metadata +7 -2
@@ -174,8 +174,7 @@
|
|
174
174
|
<div class="row row-cards-pf">
|
175
175
|
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
176
176
|
<div class="col-xs-6 col-sm-4 col-md-2">
|
177
|
-
|
178
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
177
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
179
178
|
<h2 class="card-pf-title">
|
180
179
|
<span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">0</span> Ipsum
|
181
180
|
</h2>
|
@@ -188,8 +187,7 @@
|
|
188
187
|
|
189
188
|
</div>
|
190
189
|
<div class="col-xs-6 col-sm-4 col-md-2">
|
191
|
-
|
192
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
190
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
193
191
|
<h2 class="card-pf-title">
|
194
192
|
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">20</span> Amet</a>
|
195
193
|
</h2>
|
@@ -203,8 +201,7 @@
|
|
203
201
|
|
204
202
|
</div>
|
205
203
|
<div class="col-xs-6 col-sm-4 col-md-2">
|
206
|
-
|
207
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
204
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
208
205
|
<h2 class="card-pf-title">
|
209
206
|
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">9</span> Adipiscing</a>
|
210
207
|
</h2>
|
@@ -256,8 +253,7 @@
|
|
256
253
|
<div class="row row-cards-pf">
|
257
254
|
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
258
255
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
259
|
-
|
260
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
256
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
261
257
|
<h2 class="card-pf-title">
|
262
258
|
<span class="fa fa-rebel"></span>
|
263
259
|
<span class="card-pf-aggregate-status-count">0</span> Ipsum
|
@@ -271,8 +267,7 @@
|
|
271
267
|
|
272
268
|
</div>
|
273
269
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
274
|
-
|
275
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
270
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
276
271
|
<h2 class="card-pf-title">
|
277
272
|
<span class="fa fa-paper-plane"></span>
|
278
273
|
<a href="#">
|
@@ -288,8 +283,7 @@
|
|
288
283
|
|
289
284
|
</div>
|
290
285
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
291
|
-
|
292
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
286
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
293
287
|
<h2 class="card-pf-title">
|
294
288
|
<span class="pficon pficon-cluster"></span>
|
295
289
|
<a href="#">
|
@@ -352,8 +346,7 @@
|
|
352
346
|
</div>
|
353
347
|
<div class="row row-cards-pf">
|
354
348
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
355
|
-
|
356
|
-
<div class="card-pf">
|
349
|
+
<div class="card-pf">
|
357
350
|
<div class="card-pf-heading">
|
358
351
|
<h2 class="card-pf-title">
|
359
352
|
Top Utilized Clusters
|
@@ -409,8 +402,7 @@
|
|
409
402
|
|
410
403
|
</div>
|
411
404
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
412
|
-
|
413
|
-
<div class="card-pf">
|
405
|
+
<div class="card-pf">
|
414
406
|
<div class="card-pf-heading">
|
415
407
|
<h2 class="card-pf-title">
|
416
408
|
Quotas
|
@@ -532,9 +524,9 @@
|
|
532
524
|
</div>
|
533
525
|
</div><!-- /row -->
|
534
526
|
<div class="row row-cards-pf">
|
527
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
535
528
|
<div class="col-md-12">
|
536
|
-
|
537
|
-
<div class="card-pf card-pf-utilization">
|
529
|
+
<div class="card-pf card-pf-utilization">
|
538
530
|
<div class="card-pf-heading">
|
539
531
|
<p class="card-pf-heading-details">Last 30 days</p>
|
540
532
|
<h2 class="card-pf-title">
|
@@ -710,8 +702,7 @@
|
|
710
702
|
</div><!-- /row -->
|
711
703
|
<div class="row row-cards-pf">
|
712
704
|
<div class="col-xs-12 col-sm-4 col-md-4">
|
713
|
-
|
714
|
-
<div class="card-pf card-pf-utilization">
|
705
|
+
<div class="card-pf card-pf-utilization">
|
715
706
|
<h2 class="card-pf-title">
|
716
707
|
Network
|
717
708
|
</h2>
|
@@ -775,10 +766,8 @@
|
|
775
766
|
</div>
|
776
767
|
</div><!-- /row -->
|
777
768
|
<div class="row row-cards-pf">
|
778
|
-
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
779
769
|
<div class="col-xs-12 col-sm-6 col-md-5">
|
780
|
-
|
781
|
-
<div class="card-pf">
|
770
|
+
<div class="card-pf">
|
782
771
|
<div class="card-pf-heading">
|
783
772
|
<div class="dropdown card-pf-time-frame-filter">
|
784
773
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
@@ -800,8 +789,7 @@
|
|
800
789
|
|
801
790
|
</div>
|
802
791
|
<div class="col-xs-12 col-sm-6 col-md-7">
|
803
|
-
|
804
|
-
<div class="card-pf">
|
792
|
+
<div class="card-pf">
|
805
793
|
<h2 class="card-pf-title">
|
806
794
|
Card Title
|
807
795
|
</h2>
|
@@ -174,8 +174,7 @@
|
|
174
174
|
<div class="row row-cards-pf">
|
175
175
|
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
176
176
|
<div class="col-xs-6 col-sm-4 col-md-2">
|
177
|
-
|
178
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
177
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
179
178
|
<h2 class="card-pf-title">
|
180
179
|
<span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">0</span> Ipsum
|
181
180
|
</h2>
|
@@ -188,8 +187,7 @@
|
|
188
187
|
|
189
188
|
</div>
|
190
189
|
<div class="col-xs-6 col-sm-4 col-md-2">
|
191
|
-
|
192
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
190
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
193
191
|
<h2 class="card-pf-title">
|
194
192
|
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">20</span> Amet</a>
|
195
193
|
</h2>
|
@@ -203,8 +201,7 @@
|
|
203
201
|
|
204
202
|
</div>
|
205
203
|
<div class="col-xs-6 col-sm-4 col-md-2">
|
206
|
-
|
207
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
204
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
208
205
|
<h2 class="card-pf-title">
|
209
206
|
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">9</span> Adipiscing</a>
|
210
207
|
</h2>
|
@@ -256,8 +253,7 @@
|
|
256
253
|
<div class="row row-cards-pf">
|
257
254
|
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
258
255
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
259
|
-
|
260
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
256
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
261
257
|
<h2 class="card-pf-title">
|
262
258
|
<span class="fa fa-rebel"></span>
|
263
259
|
<span class="card-pf-aggregate-status-count">0</span> Ipsum
|
@@ -271,8 +267,7 @@
|
|
271
267
|
|
272
268
|
</div>
|
273
269
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
274
|
-
|
275
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
270
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
276
271
|
<h2 class="card-pf-title">
|
277
272
|
<span class="fa fa-paper-plane"></span>
|
278
273
|
<a href="#">
|
@@ -288,8 +283,7 @@
|
|
288
283
|
|
289
284
|
</div>
|
290
285
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
291
|
-
|
292
|
-
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
286
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
293
287
|
<h2 class="card-pf-title">
|
294
288
|
<span class="pficon pficon-cluster"></span>
|
295
289
|
<a href="#">
|
@@ -352,8 +346,7 @@
|
|
352
346
|
</div>
|
353
347
|
<div class="row row-cards-pf">
|
354
348
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
355
|
-
|
356
|
-
<div class="card-pf">
|
349
|
+
<div class="card-pf">
|
357
350
|
<div class="card-pf-heading">
|
358
351
|
<h2 class="card-pf-title">
|
359
352
|
Top Utilized Clusters
|
@@ -409,8 +402,7 @@
|
|
409
402
|
|
410
403
|
</div>
|
411
404
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
412
|
-
|
413
|
-
<div class="card-pf">
|
405
|
+
<div class="card-pf">
|
414
406
|
<div class="card-pf-heading">
|
415
407
|
<h2 class="card-pf-title">
|
416
408
|
Quotas
|
@@ -532,9 +524,9 @@
|
|
532
524
|
</div>
|
533
525
|
</div><!-- /row -->
|
534
526
|
<div class="row row-cards-pf">
|
527
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
535
528
|
<div class="col-md-12">
|
536
|
-
|
537
|
-
<div class="card-pf card-pf-utilization">
|
529
|
+
<div class="card-pf card-pf-utilization">
|
538
530
|
<div class="card-pf-heading">
|
539
531
|
<p class="card-pf-heading-details">Last 30 days</p>
|
540
532
|
<h2 class="card-pf-title">
|
@@ -710,8 +702,7 @@
|
|
710
702
|
</div><!-- /row -->
|
711
703
|
<div class="row row-cards-pf">
|
712
704
|
<div class="col-xs-12 col-sm-4 col-md-4">
|
713
|
-
|
714
|
-
<div class="card-pf card-pf-utilization">
|
705
|
+
<div class="card-pf card-pf-utilization">
|
715
706
|
<h2 class="card-pf-title">
|
716
707
|
Network
|
717
708
|
</h2>
|
@@ -775,10 +766,8 @@
|
|
775
766
|
</div>
|
776
767
|
</div><!-- /row -->
|
777
768
|
<div class="row row-cards-pf">
|
778
|
-
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
779
769
|
<div class="col-xs-12 col-sm-6 col-md-5">
|
780
|
-
|
781
|
-
<div class="card-pf">
|
770
|
+
<div class="card-pf">
|
782
771
|
<div class="card-pf-heading">
|
783
772
|
<div class="dropdown card-pf-time-frame-filter">
|
784
773
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
@@ -800,8 +789,7 @@
|
|
800
789
|
|
801
790
|
</div>
|
802
791
|
<div class="col-xs-12 col-sm-6 col-md-7">
|
803
|
-
|
804
|
-
<div class="card-pf">
|
792
|
+
<div class="card-pf">
|
805
793
|
<h2 class="card-pf-title">
|
806
794
|
Card Title
|
807
795
|
</h2>
|
data/spec/html/list-view.html
CHANGED
@@ -146,16 +146,16 @@
|
|
146
146
|
</div>
|
147
147
|
<div class="list-view-pf-additional-info">
|
148
148
|
<div class="list-view-pf-additional-info-item list-view-pf-additional-info-item-donut-chart">
|
149
|
-
<span id="
|
149
|
+
<span id="donut-chart-1"></span>
|
150
150
|
</div>
|
151
151
|
<div class="list-view-pf-additional-info-item list-view-pf-additional-info-item-donut-chart">
|
152
|
-
<span id="
|
152
|
+
<span id="donut-chart-2"></span>
|
153
153
|
</div>
|
154
154
|
<div class="list-view-pf-additional-info-item list-view-pf-additional-info-item-donut-chart">
|
155
|
-
<span id="
|
155
|
+
<span id="donut-chart-3"></span>
|
156
156
|
</div>
|
157
157
|
<div class="list-view-pf-additional-info-item list-view-pf-additional-info-item-donut-chart">
|
158
|
-
<span id="
|
158
|
+
<span id="donut-chart-4"></span>
|
159
159
|
</div>
|
160
160
|
</div>
|
161
161
|
</div>
|
@@ -168,7 +168,7 @@
|
|
168
168
|
var customDonutChartConfig = c3ChartDefaults.getDefaultDonutConfig('34%');
|
169
169
|
customDonutChartConfig.size.height = 71;
|
170
170
|
customDonutChartConfig.donut.width = 5;
|
171
|
-
customDonutChartConfig.bindto = '#
|
171
|
+
customDonutChartConfig.bindto = '#donut-chart-1';
|
172
172
|
customDonutChartConfig.data = {
|
173
173
|
type: "donut",
|
174
174
|
columns: [
|
@@ -181,14 +181,14 @@
|
|
181
181
|
order: null
|
182
182
|
};
|
183
183
|
c3.generate(customDonutChartConfig);
|
184
|
-
var donutChartTitle = d3.select("#
|
184
|
+
var donutChartTitle = d3.select("#donut-chart-1").select('text.c3-chart-arcs-title');
|
185
185
|
donutChartTitle.text("");
|
186
186
|
donutChartTitle.insert('tspan').text("34%").classed('list-view-donut-title', true);
|
187
187
|
|
188
188
|
customDonutChartConfig = c3ChartDefaults.getDefaultDonutConfig('21%');
|
189
189
|
customDonutChartConfig.size.height = 71;
|
190
190
|
customDonutChartConfig.donut.width = 5;
|
191
|
-
customDonutChartConfig.bindto = '#
|
191
|
+
customDonutChartConfig.bindto = '#donut-chart-2';
|
192
192
|
customDonutChartConfig.data = {
|
193
193
|
type: "donut",
|
194
194
|
columns: [
|
@@ -201,14 +201,14 @@
|
|
201
201
|
order: null
|
202
202
|
};
|
203
203
|
c3.generate(customDonutChartConfig);
|
204
|
-
donutChartTitle = d3.select("#
|
204
|
+
donutChartTitle = d3.select("#donut-chart-2").select('text.c3-chart-arcs-title');
|
205
205
|
donutChartTitle.text("");
|
206
206
|
donutChartTitle.insert('tspan').text("21%").classed('list-view-donut-title', true);
|
207
207
|
|
208
208
|
customDonutChartConfig = c3ChartDefaults.getDefaultDonutConfig('14%');
|
209
209
|
customDonutChartConfig.size.height = 71;
|
210
210
|
customDonutChartConfig.donut.width = 5;
|
211
|
-
customDonutChartConfig.bindto = '#
|
211
|
+
customDonutChartConfig.bindto = '#donut-chart-3';
|
212
212
|
customDonutChartConfig.data = {
|
213
213
|
type: "donut",
|
214
214
|
columns: [
|
@@ -221,14 +221,14 @@
|
|
221
221
|
order: null
|
222
222
|
};
|
223
223
|
c3.generate(customDonutChartConfig);
|
224
|
-
donutChartTitle = d3.select("#
|
224
|
+
donutChartTitle = d3.select("#donut-chart-3").select('text.c3-chart-arcs-title');
|
225
225
|
donutChartTitle.text("");
|
226
226
|
donutChartTitle.insert('tspan').text("14%").classed('list-view-donut-title', true);
|
227
227
|
|
228
228
|
customDonutChartConfig = c3ChartDefaults.getDefaultDonutConfig('25%');
|
229
229
|
customDonutChartConfig.size.height = 71;
|
230
230
|
customDonutChartConfig.donut.width = 5;
|
231
|
-
customDonutChartConfig.bindto = '#
|
231
|
+
customDonutChartConfig.bindto = '#donut-chart-4';
|
232
232
|
customDonutChartConfig.data = {
|
233
233
|
type: "donut",
|
234
234
|
columns: [
|
@@ -241,7 +241,7 @@
|
|
241
241
|
order: null
|
242
242
|
};
|
243
243
|
c3.generate(customDonutChartConfig);
|
244
|
-
donutChartTitle = d3.select("#
|
244
|
+
donutChartTitle = d3.select("#donut-chart-4").select('text.c3-chart-arcs-title');
|
245
245
|
donutChartTitle.text("");
|
246
246
|
donutChartTitle.insert('tspan').text("25%").classed('list-view-donut-title', true);
|
247
247
|
</script>
|
data/spec/html/login.html
CHANGED
@@ -38,51 +38,52 @@
|
|
38
38
|
</div>
|
39
39
|
|
40
40
|
<body>
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
41
|
+
<span id="badge">
|
42
|
+
<img src="../dist/img/logo.svg" alt="PatternFly logo" />
|
43
|
+
</span>
|
44
|
+
<div class="container">
|
45
|
+
<div class="row">
|
46
|
+
<div class="col-sm-12">
|
47
|
+
<div id="brand">
|
48
|
+
<img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application">
|
49
|
+
</div><!--/#brand-->
|
50
|
+
</div><!--/.col-*-->
|
51
|
+
<div class="col-sm-7 col-md-6 col-lg-5 login">
|
52
|
+
<form class="form-horizontal" role="form">
|
53
|
+
<div class="form-group">
|
54
|
+
<label for="inputUsername" class="col-sm-2 col-md-2 control-label">Username</label>
|
55
|
+
<div class="col-sm-10 col-md-10">
|
56
|
+
<input type="text" class="form-control" id="inputUsername" placeholder="" tabindex="1">
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
<div class="form-group">
|
60
|
+
<label for="inputPassword" class="col-sm-2 col-md-2 control-label">Password</label>
|
61
|
+
<div class="col-sm-10 col-md-10">
|
62
|
+
<input type="password" class="form-control" id="inputPassword" placeholder="" tabindex="2">
|
63
|
+
</div>
|
64
|
+
</div>
|
65
|
+
<div class="form-group">
|
66
|
+
<div class="col-xs-8 col-sm-offset-2 col-sm-6 col-md-offset-2 col-md-6">
|
67
|
+
<div class="checkbox">
|
68
|
+
<label>
|
69
|
+
<input type="checkbox" tabindex="3"> Remember username
|
70
|
+
</label>
|
58
71
|
</div>
|
59
|
-
<
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
<div class="col-xs-4 col-sm-4 col-md-4 submit">
|
75
|
-
<button type="submit" class="btn btn-primary btn-lg" tabindex="4">Log In</button>
|
76
|
-
</div>
|
77
|
-
</div>
|
78
|
-
</form>
|
79
|
-
</div><!--/.col-*-->
|
80
|
-
<div class="col-sm-5 col-md-6 col-lg-7 details">
|
81
|
-
<p><strong>Welcome to PatternFly!</strong>
|
82
|
-
This is placeholder text, only. Use this area to place any information or introductory message about your application that may be relevant for users. For example, you might include news or information about the latest release of your product here—such as a version number.</p>
|
83
|
-
</div><!--/.col-*-->
|
84
|
-
</div><!--/.row-->
|
85
|
-
</div><!--/.container-->
|
72
|
+
<span class="help-block"> Forgot <a href="#" tabindex="5">username</a> or <a href="#" tabindex="6">password</a>?</span>
|
73
|
+
</div>
|
74
|
+
<div class="col-xs-4 col-sm-4 col-md-4 submit">
|
75
|
+
<button type="submit" class="btn btn-primary btn-lg" tabindex="4">Log In</button>
|
76
|
+
</div>
|
77
|
+
</div>
|
78
|
+
</form>
|
79
|
+
</div><!--/.col-*-->
|
80
|
+
<div class="col-sm-5 col-md-6 col-lg-7 details">
|
81
|
+
<p><strong>Welcome to PatternFly!</strong>
|
82
|
+
This is placeholder text, only. Use this area to place any information or introductory message about your application that may be relevant for users. For example, you might include news or information about the latest release of your product here—such as a version number.</p>
|
83
|
+
</div><!--/.col-*-->
|
84
|
+
</div><!--/.row-->
|
85
|
+
</div><!--/.container-->
|
86
|
+
|
86
87
|
|
87
88
|
</body>
|
88
89
|
</html>
|
data/spec/html/pie-charts.html
CHANGED
data/spec/html/popovers.html
CHANGED
@@ -95,19 +95,20 @@
|
|
95
95
|
</div>
|
96
96
|
<hr>
|
97
97
|
<form class="form-horizontal">
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
98
|
+
<div class="form-group">
|
99
|
+
<label class="col-sm-3 control-label" for="fieldlevelhelp">Default <a tabindex="0" role="button" data-toggle="popover" data-trigger="focus" data-html="true" title="" data-content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <a href='#'>dolore magna aliqua</a>." data-placement="top"><span class="fa fa-info-circle"></span></a></label>
|
100
|
+
<div class="col-sm-9">
|
101
|
+
<input type="text" id="fieldlevelhelp" class="form-control">
|
102
|
+
</div>
|
103
|
+
</div>
|
104
|
+
</form>
|
105
|
+
<script>
|
106
|
+
// Initialize Popovers
|
107
|
+
$(document).ready(function() {
|
108
|
+
$('[data-toggle=popover]').popovers()
|
109
|
+
});
|
110
|
+
</script>
|
111
|
+
|
111
112
|
|
112
113
|
</div><!-- /container -->
|
113
114
|
</body>
|