active_frontend 12.1.24 → 12.1.25
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e547aa635f6c3146e4cacbab922f6fcd6b2dedfa
|
4
|
+
data.tar.gz: aa4ec34944778a2555bc3247053884e1b3ebc662
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ad9b4c6d46ee74bf76f223184942fdd77f40674063e8ad3faea21d5a3c91f2d0250e0cf89b204c6cc618fc37fac65185f418b361522355c6b2f711899049e2d
|
7
|
+
data.tar.gz: 04c55a84975f8d5cab28e3adc695ee6d1257ea810e2c6279d33c162d532bf813f4ad8736fcb39b219a7c304fc8bf227106e4c5e8bc69192e3548d215f1eb2d14
|
@@ -3,6 +3,7 @@
|
|
3
3
|
# Form
|
4
4
|
# Components
|
5
5
|
# Styles
|
6
|
+
# Sizes
|
6
7
|
# Colors
|
7
8
|
# Media Queries */
|
8
9
|
|
@@ -457,6 +458,10 @@ select[disabled] {
|
|
457
458
|
float: none;
|
458
459
|
margin: 0;
|
459
460
|
}
|
461
|
+
.form-inline input[type="checkbox"],
|
462
|
+
.form-inline input[type="radio"] { margin: 5px 0 0; }
|
463
|
+
.form-inline .form-input-group-addon > input[type="checkbox"],
|
464
|
+
.form-inline .form-input-group-addon > input[type="radio"] { margin: 0; }
|
460
465
|
.form-edge button,
|
461
466
|
.form-edge input[type="submit"],
|
462
467
|
.form-edge input[type="reset"],
|
@@ -484,53 +489,56 @@ select[disabled] {
|
|
484
489
|
.form-edge-input-medium { width: 125px !important; }
|
485
490
|
.form-edge-input-small { width: 100px !important; }
|
486
491
|
.form-edge-input-mini { width: 75px !important; }
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
.form-
|
491
|
-
.form-
|
492
|
-
.form-
|
492
|
+
|
493
|
+
/* # Sizes
|
494
|
+
================================================== */
|
495
|
+
.form-condensed ::-webkit-input-placeholder { line-height: 13px; }
|
496
|
+
.form-condensed :-moz-placeholder { line-height: 13px; }
|
497
|
+
.form-condensed ::-moz-placeholder { line-height: 13px; }
|
498
|
+
.form-condensed :-ms-input-placeholder { line-height: 13px; }
|
499
|
+
.form-condensed .form-input-group-addon,
|
500
|
+
.form-condensed .form-file-group-addon {
|
493
501
|
font-size: 12px;
|
494
502
|
padding-left: 10px;
|
495
503
|
padding-right: 10px;
|
496
504
|
}
|
497
|
-
.form-
|
498
|
-
.form-
|
499
|
-
.form-
|
500
|
-
.form-
|
501
|
-
.form-
|
505
|
+
.form-condensed .form-input-group-addon i,
|
506
|
+
.form-condensed .form-file-group-addon i { font-size: 14px; }
|
507
|
+
.form-condensed input,
|
508
|
+
.form-condensed textarea,
|
509
|
+
.form-condensed select {
|
502
510
|
font-size: 12px;
|
503
511
|
padding-bottom: 6px;
|
504
512
|
padding-top: 7px;
|
505
513
|
}
|
506
|
-
.form-
|
514
|
+
.form-condensed select {
|
507
515
|
padding-bottom: 7px;
|
508
516
|
padding-top: 8px;
|
509
517
|
}
|
510
|
-
.form-
|
511
|
-
.form-
|
512
|
-
.form-
|
513
|
-
.form-
|
518
|
+
.form-condensed button,
|
519
|
+
.form-condensed input[type="submit"],
|
520
|
+
.form-condensed input[type="reset"],
|
521
|
+
.form-condensed input[type="button"] {
|
514
522
|
font-size: 11px;
|
515
523
|
line-height: 1;
|
516
524
|
padding: 8px 15px;
|
517
525
|
}
|
518
|
-
.form-
|
526
|
+
.form-condensed > .form-edge-link {
|
519
527
|
font-size: 12px;
|
520
528
|
margin-top: 10px;
|
521
529
|
}
|
522
|
-
.form-
|
530
|
+
.form-condensed > .form-edge-icon {
|
523
531
|
font-size: 16px;
|
524
532
|
margin-top: 7px;
|
525
533
|
}
|
526
|
-
.form-
|
534
|
+
.form-condensed .form-select::after {
|
527
535
|
font-size: 14px;
|
528
536
|
height: 14px;
|
529
537
|
margin-top: -7px;
|
530
538
|
right: 12px;
|
531
539
|
}
|
532
|
-
.form-
|
533
|
-
.form-
|
540
|
+
.form-condensed .form-select::before { width: 31px; }
|
541
|
+
.form-condensed .btn-icon {
|
534
542
|
font-size: 14px !important;
|
535
543
|
padding: 7px 8px 5px 8px !important;
|
536
544
|
min-width: 30px !important;
|