bootstrap-generators 3.1.0 → 3.1.1
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/README.md +3 -8
- data/Rakefile +4 -5
- data/lib/bootstrap/generators/version.rb +1 -1
- data/lib/generators/bootstrap/install/templates/assets/stylesheets/bootstrap-variables.less +25 -23
- data/lib/generators/bootstrap/install/templates/assets/stylesheets/bootstrap-variables.scss +25 -23
- data/readme-template.md.erb +1 -6
- data/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +47 -47
- data/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/vendor/assets/javascripts/bootstrap/affix.js +1 -1
- data/vendor/assets/javascripts/bootstrap/alert.js +1 -1
- data/vendor/assets/javascripts/bootstrap/button.js +1 -1
- data/vendor/assets/javascripts/bootstrap/carousel.js +1 -1
- data/vendor/assets/javascripts/bootstrap/collapse.js +1 -1
- data/vendor/assets/javascripts/bootstrap/dropdown.js +1 -1
- data/vendor/assets/javascripts/bootstrap/modal.js +1 -1
- data/vendor/assets/javascripts/bootstrap/popover.js +1 -1
- data/vendor/assets/javascripts/bootstrap/scrollspy.js +1 -1
- data/vendor/assets/javascripts/bootstrap/tab.js +1 -1
- data/vendor/assets/javascripts/bootstrap/tooltip.js +1 -1
- data/vendor/assets/javascripts/bootstrap/transition.js +1 -1
- data/vendor/assets/stylesheets/bootstrap.css +245 -291
- data/vendor/twitter/bootstrap/less/button-groups.less +3 -3
- data/vendor/twitter/bootstrap/less/buttons.less +6 -2
- data/vendor/twitter/bootstrap/less/carousel.less +3 -3
- data/vendor/twitter/bootstrap/less/forms.less +22 -3
- data/vendor/twitter/bootstrap/less/grid.less +4 -20
- data/vendor/twitter/bootstrap/less/input-groups.less +5 -0
- data/vendor/twitter/bootstrap/less/mixins.less +18 -15
- data/vendor/twitter/bootstrap/less/modals.less +3 -2
- data/vendor/twitter/bootstrap/less/navbar.less +1 -1
- data/vendor/twitter/bootstrap/less/panels.less +54 -43
- data/vendor/twitter/bootstrap/less/popovers.less +11 -11
- data/vendor/twitter/bootstrap/less/responsive-utilities.less +6 -7
- data/vendor/twitter/bootstrap/less/thumbnails.less +1 -1
- data/vendor/twitter/bootstrap/less/type.less +2 -5
- data/vendor/twitter/bootstrap/less/variables.less +25 -23
- data/vendor/twitter/bootstrap/sass/_buttons.scss +6 -2
- data/vendor/twitter/bootstrap/sass/_carousel.scss +2 -2
- data/vendor/twitter/bootstrap/sass/_forms.scss +22 -3
- data/vendor/twitter/bootstrap/sass/_grid.scss +4 -20
- data/vendor/twitter/bootstrap/sass/_input-groups.scss +5 -0
- data/vendor/twitter/bootstrap/sass/_mixins.scss +50 -34
- data/vendor/twitter/bootstrap/sass/_modals.scss +3 -2
- data/vendor/twitter/bootstrap/sass/_navbar.scss +1 -1
- data/vendor/twitter/bootstrap/sass/_panels.scss +54 -43
- data/vendor/twitter/bootstrap/sass/_popovers.scss +11 -11
- data/vendor/twitter/bootstrap/sass/_responsive-utilities.scss +1 -7
- data/vendor/twitter/bootstrap/sass/_thumbnails.scss +4 -4
- data/vendor/twitter/bootstrap/sass/_type.scss +21 -33
- data/vendor/twitter/bootstrap/sass/_variables.scss +25 -23
- metadata +2 -2
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: affix.js v3.1.
|
2
|
+
* Bootstrap: affix.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#affix
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: alert.js v3.1.
|
2
|
+
* Bootstrap: alert.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#alerts
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: button.js v3.1.
|
2
|
+
* Bootstrap: button.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#buttons
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: carousel.js v3.1.
|
2
|
+
* Bootstrap: carousel.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#carousel
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: collapse.js v3.1.
|
2
|
+
* Bootstrap: collapse.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#collapse
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: dropdown.js v3.1.
|
2
|
+
* Bootstrap: dropdown.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#dropdowns
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: modal.js v3.1.
|
2
|
+
* Bootstrap: modal.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#modals
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: popover.js v3.1.
|
2
|
+
* Bootstrap: popover.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#popovers
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: scrollspy.js v3.1.
|
2
|
+
* Bootstrap: scrollspy.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#scrollspy
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: tab.js v3.1.
|
2
|
+
* Bootstrap: tab.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#tabs
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: tooltip.js v3.1.
|
2
|
+
* Bootstrap: tooltip.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#tooltip
|
4
4
|
* Inspired by the original jQuery.tipsy by Jason Frame
|
5
5
|
* ========================================================================
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* Bootstrap: transition.js v3.1.
|
2
|
+
* Bootstrap: transition.js v3.1.1
|
3
3
|
* http://getbootstrap.com/javascript/#transitions
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2011-2014 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v3.1.
|
2
|
+
* Bootstrap v3.1.1 (http://getbootstrap.com)
|
3
3
|
* Copyright 2011-2014 Twitter, Inc.
|
4
4
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5
5
|
*/
|
@@ -275,7 +275,7 @@ html {
|
|
275
275
|
body {
|
276
276
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
277
277
|
font-size: 14px;
|
278
|
-
line-height: 1.
|
278
|
+
line-height: 1.42857143;
|
279
279
|
color: #333;
|
280
280
|
background-color: #fff;
|
281
281
|
}
|
@@ -307,7 +307,11 @@ figure {
|
|
307
307
|
img {
|
308
308
|
vertical-align: middle;
|
309
309
|
}
|
310
|
-
.img-responsive
|
310
|
+
.img-responsive,
|
311
|
+
.thumbnail > img,
|
312
|
+
.thumbnail a > img,
|
313
|
+
.carousel-inner > .item > img,
|
314
|
+
.carousel-inner > .item > a > img {
|
311
315
|
display: block;
|
312
316
|
max-width: 100%;
|
313
317
|
height: auto;
|
@@ -320,7 +324,7 @@ img {
|
|
320
324
|
max-width: 100%;
|
321
325
|
height: auto;
|
322
326
|
padding: 4px;
|
323
|
-
line-height: 1.
|
327
|
+
line-height: 1.42857143;
|
324
328
|
background-color: #fff;
|
325
329
|
border: 1px solid #ddd;
|
326
330
|
border-radius: 4px;
|
@@ -580,6 +584,7 @@ ol ol {
|
|
580
584
|
}
|
581
585
|
.list-inline {
|
582
586
|
padding-left: 0;
|
587
|
+
margin-left: -5px;
|
583
588
|
list-style: none;
|
584
589
|
}
|
585
590
|
.list-inline > li {
|
@@ -587,16 +592,13 @@ ol ol {
|
|
587
592
|
padding-right: 5px;
|
588
593
|
padding-left: 5px;
|
589
594
|
}
|
590
|
-
.list-inline > li:first-child {
|
591
|
-
padding-left: 0;
|
592
|
-
}
|
593
595
|
dl {
|
594
596
|
margin-top: 0;
|
595
597
|
margin-bottom: 20px;
|
596
598
|
}
|
597
599
|
dt,
|
598
600
|
dd {
|
599
|
-
line-height: 1.
|
601
|
+
line-height: 1.42857143;
|
600
602
|
}
|
601
603
|
dt {
|
602
604
|
font-weight: bold;
|
@@ -643,7 +645,7 @@ blockquote small,
|
|
643
645
|
blockquote .small {
|
644
646
|
display: block;
|
645
647
|
font-size: 80%;
|
646
|
-
line-height: 1.
|
648
|
+
line-height: 1.42857143;
|
647
649
|
color: #999;
|
648
650
|
}
|
649
651
|
blockquote footer:before,
|
@@ -682,7 +684,7 @@ blockquote:after {
|
|
682
684
|
address {
|
683
685
|
margin-bottom: 20px;
|
684
686
|
font-style: normal;
|
685
|
-
line-height: 1.
|
687
|
+
line-height: 1.42857143;
|
686
688
|
}
|
687
689
|
code,
|
688
690
|
kbd,
|
@@ -711,7 +713,7 @@ pre {
|
|
711
713
|
padding: 9.5px;
|
712
714
|
margin: 0 0 10px;
|
713
715
|
font-size: 13px;
|
714
|
-
line-height: 1.
|
716
|
+
line-height: 1.42857143;
|
715
717
|
color: #333;
|
716
718
|
word-break: break-all;
|
717
719
|
word-wrap: break-word;
|
@@ -775,73 +777,73 @@ pre code {
|
|
775
777
|
width: 100%;
|
776
778
|
}
|
777
779
|
.col-xs-11 {
|
778
|
-
width: 91.
|
780
|
+
width: 91.66666667%;
|
779
781
|
}
|
780
782
|
.col-xs-10 {
|
781
|
-
width: 83.
|
783
|
+
width: 83.33333333%;
|
782
784
|
}
|
783
785
|
.col-xs-9 {
|
784
786
|
width: 75%;
|
785
787
|
}
|
786
788
|
.col-xs-8 {
|
787
|
-
width: 66.
|
789
|
+
width: 66.66666667%;
|
788
790
|
}
|
789
791
|
.col-xs-7 {
|
790
|
-
width: 58.
|
792
|
+
width: 58.33333333%;
|
791
793
|
}
|
792
794
|
.col-xs-6 {
|
793
795
|
width: 50%;
|
794
796
|
}
|
795
797
|
.col-xs-5 {
|
796
|
-
width: 41.
|
798
|
+
width: 41.66666667%;
|
797
799
|
}
|
798
800
|
.col-xs-4 {
|
799
|
-
width: 33.
|
801
|
+
width: 33.33333333%;
|
800
802
|
}
|
801
803
|
.col-xs-3 {
|
802
804
|
width: 25%;
|
803
805
|
}
|
804
806
|
.col-xs-2 {
|
805
|
-
width: 16.
|
807
|
+
width: 16.66666667%;
|
806
808
|
}
|
807
809
|
.col-xs-1 {
|
808
|
-
width: 8.
|
810
|
+
width: 8.33333333%;
|
809
811
|
}
|
810
812
|
.col-xs-pull-12 {
|
811
813
|
right: 100%;
|
812
814
|
}
|
813
815
|
.col-xs-pull-11 {
|
814
|
-
right: 91.
|
816
|
+
right: 91.66666667%;
|
815
817
|
}
|
816
818
|
.col-xs-pull-10 {
|
817
|
-
right: 83.
|
819
|
+
right: 83.33333333%;
|
818
820
|
}
|
819
821
|
.col-xs-pull-9 {
|
820
822
|
right: 75%;
|
821
823
|
}
|
822
824
|
.col-xs-pull-8 {
|
823
|
-
right: 66.
|
825
|
+
right: 66.66666667%;
|
824
826
|
}
|
825
827
|
.col-xs-pull-7 {
|
826
|
-
right: 58.
|
828
|
+
right: 58.33333333%;
|
827
829
|
}
|
828
830
|
.col-xs-pull-6 {
|
829
831
|
right: 50%;
|
830
832
|
}
|
831
833
|
.col-xs-pull-5 {
|
832
|
-
right: 41.
|
834
|
+
right: 41.66666667%;
|
833
835
|
}
|
834
836
|
.col-xs-pull-4 {
|
835
|
-
right: 33.
|
837
|
+
right: 33.33333333%;
|
836
838
|
}
|
837
839
|
.col-xs-pull-3 {
|
838
840
|
right: 25%;
|
839
841
|
}
|
840
842
|
.col-xs-pull-2 {
|
841
|
-
right: 16.
|
843
|
+
right: 16.66666667%;
|
842
844
|
}
|
843
845
|
.col-xs-pull-1 {
|
844
|
-
right: 8.
|
846
|
+
right: 8.33333333%;
|
845
847
|
}
|
846
848
|
.col-xs-pull-0 {
|
847
849
|
right: 0;
|
@@ -850,37 +852,37 @@ pre code {
|
|
850
852
|
left: 100%;
|
851
853
|
}
|
852
854
|
.col-xs-push-11 {
|
853
|
-
left: 91.
|
855
|
+
left: 91.66666667%;
|
854
856
|
}
|
855
857
|
.col-xs-push-10 {
|
856
|
-
left: 83.
|
858
|
+
left: 83.33333333%;
|
857
859
|
}
|
858
860
|
.col-xs-push-9 {
|
859
861
|
left: 75%;
|
860
862
|
}
|
861
863
|
.col-xs-push-8 {
|
862
|
-
left: 66.
|
864
|
+
left: 66.66666667%;
|
863
865
|
}
|
864
866
|
.col-xs-push-7 {
|
865
|
-
left: 58.
|
867
|
+
left: 58.33333333%;
|
866
868
|
}
|
867
869
|
.col-xs-push-6 {
|
868
870
|
left: 50%;
|
869
871
|
}
|
870
872
|
.col-xs-push-5 {
|
871
|
-
left: 41.
|
873
|
+
left: 41.66666667%;
|
872
874
|
}
|
873
875
|
.col-xs-push-4 {
|
874
|
-
left: 33.
|
876
|
+
left: 33.33333333%;
|
875
877
|
}
|
876
878
|
.col-xs-push-3 {
|
877
879
|
left: 25%;
|
878
880
|
}
|
879
881
|
.col-xs-push-2 {
|
880
|
-
left: 16.
|
882
|
+
left: 16.66666667%;
|
881
883
|
}
|
882
884
|
.col-xs-push-1 {
|
883
|
-
left: 8.
|
885
|
+
left: 8.33333333%;
|
884
886
|
}
|
885
887
|
.col-xs-push-0 {
|
886
888
|
left: 0;
|
@@ -889,37 +891,37 @@ pre code {
|
|
889
891
|
margin-left: 100%;
|
890
892
|
}
|
891
893
|
.col-xs-offset-11 {
|
892
|
-
margin-left: 91.
|
894
|
+
margin-left: 91.66666667%;
|
893
895
|
}
|
894
896
|
.col-xs-offset-10 {
|
895
|
-
margin-left: 83.
|
897
|
+
margin-left: 83.33333333%;
|
896
898
|
}
|
897
899
|
.col-xs-offset-9 {
|
898
900
|
margin-left: 75%;
|
899
901
|
}
|
900
902
|
.col-xs-offset-8 {
|
901
|
-
margin-left: 66.
|
903
|
+
margin-left: 66.66666667%;
|
902
904
|
}
|
903
905
|
.col-xs-offset-7 {
|
904
|
-
margin-left: 58.
|
906
|
+
margin-left: 58.33333333%;
|
905
907
|
}
|
906
908
|
.col-xs-offset-6 {
|
907
909
|
margin-left: 50%;
|
908
910
|
}
|
909
911
|
.col-xs-offset-5 {
|
910
|
-
margin-left: 41.
|
912
|
+
margin-left: 41.66666667%;
|
911
913
|
}
|
912
914
|
.col-xs-offset-4 {
|
913
|
-
margin-left: 33.
|
915
|
+
margin-left: 33.33333333%;
|
914
916
|
}
|
915
917
|
.col-xs-offset-3 {
|
916
918
|
margin-left: 25%;
|
917
919
|
}
|
918
920
|
.col-xs-offset-2 {
|
919
|
-
margin-left: 16.
|
921
|
+
margin-left: 16.66666667%;
|
920
922
|
}
|
921
923
|
.col-xs-offset-1 {
|
922
|
-
margin-left: 8.
|
924
|
+
margin-left: 8.33333333%;
|
923
925
|
}
|
924
926
|
.col-xs-offset-0 {
|
925
927
|
margin-left: 0;
|
@@ -932,73 +934,73 @@ pre code {
|
|
932
934
|
width: 100%;
|
933
935
|
}
|
934
936
|
.col-sm-11 {
|
935
|
-
width: 91.
|
937
|
+
width: 91.66666667%;
|
936
938
|
}
|
937
939
|
.col-sm-10 {
|
938
|
-
width: 83.
|
940
|
+
width: 83.33333333%;
|
939
941
|
}
|
940
942
|
.col-sm-9 {
|
941
943
|
width: 75%;
|
942
944
|
}
|
943
945
|
.col-sm-8 {
|
944
|
-
width: 66.
|
946
|
+
width: 66.66666667%;
|
945
947
|
}
|
946
948
|
.col-sm-7 {
|
947
|
-
width: 58.
|
949
|
+
width: 58.33333333%;
|
948
950
|
}
|
949
951
|
.col-sm-6 {
|
950
952
|
width: 50%;
|
951
953
|
}
|
952
954
|
.col-sm-5 {
|
953
|
-
width: 41.
|
955
|
+
width: 41.66666667%;
|
954
956
|
}
|
955
957
|
.col-sm-4 {
|
956
|
-
width: 33.
|
958
|
+
width: 33.33333333%;
|
957
959
|
}
|
958
960
|
.col-sm-3 {
|
959
961
|
width: 25%;
|
960
962
|
}
|
961
963
|
.col-sm-2 {
|
962
|
-
width: 16.
|
964
|
+
width: 16.66666667%;
|
963
965
|
}
|
964
966
|
.col-sm-1 {
|
965
|
-
width: 8.
|
967
|
+
width: 8.33333333%;
|
966
968
|
}
|
967
969
|
.col-sm-pull-12 {
|
968
970
|
right: 100%;
|
969
971
|
}
|
970
972
|
.col-sm-pull-11 {
|
971
|
-
right: 91.
|
973
|
+
right: 91.66666667%;
|
972
974
|
}
|
973
975
|
.col-sm-pull-10 {
|
974
|
-
right: 83.
|
976
|
+
right: 83.33333333%;
|
975
977
|
}
|
976
978
|
.col-sm-pull-9 {
|
977
979
|
right: 75%;
|
978
980
|
}
|
979
981
|
.col-sm-pull-8 {
|
980
|
-
right: 66.
|
982
|
+
right: 66.66666667%;
|
981
983
|
}
|
982
984
|
.col-sm-pull-7 {
|
983
|
-
right: 58.
|
985
|
+
right: 58.33333333%;
|
984
986
|
}
|
985
987
|
.col-sm-pull-6 {
|
986
988
|
right: 50%;
|
987
989
|
}
|
988
990
|
.col-sm-pull-5 {
|
989
|
-
right: 41.
|
991
|
+
right: 41.66666667%;
|
990
992
|
}
|
991
993
|
.col-sm-pull-4 {
|
992
|
-
right: 33.
|
994
|
+
right: 33.33333333%;
|
993
995
|
}
|
994
996
|
.col-sm-pull-3 {
|
995
997
|
right: 25%;
|
996
998
|
}
|
997
999
|
.col-sm-pull-2 {
|
998
|
-
right: 16.
|
1000
|
+
right: 16.66666667%;
|
999
1001
|
}
|
1000
1002
|
.col-sm-pull-1 {
|
1001
|
-
right: 8.
|
1003
|
+
right: 8.33333333%;
|
1002
1004
|
}
|
1003
1005
|
.col-sm-pull-0 {
|
1004
1006
|
right: 0;
|
@@ -1007,37 +1009,37 @@ pre code {
|
|
1007
1009
|
left: 100%;
|
1008
1010
|
}
|
1009
1011
|
.col-sm-push-11 {
|
1010
|
-
left: 91.
|
1012
|
+
left: 91.66666667%;
|
1011
1013
|
}
|
1012
1014
|
.col-sm-push-10 {
|
1013
|
-
left: 83.
|
1015
|
+
left: 83.33333333%;
|
1014
1016
|
}
|
1015
1017
|
.col-sm-push-9 {
|
1016
1018
|
left: 75%;
|
1017
1019
|
}
|
1018
1020
|
.col-sm-push-8 {
|
1019
|
-
left: 66.
|
1021
|
+
left: 66.66666667%;
|
1020
1022
|
}
|
1021
1023
|
.col-sm-push-7 {
|
1022
|
-
left: 58.
|
1024
|
+
left: 58.33333333%;
|
1023
1025
|
}
|
1024
1026
|
.col-sm-push-6 {
|
1025
1027
|
left: 50%;
|
1026
1028
|
}
|
1027
1029
|
.col-sm-push-5 {
|
1028
|
-
left: 41.
|
1030
|
+
left: 41.66666667%;
|
1029
1031
|
}
|
1030
1032
|
.col-sm-push-4 {
|
1031
|
-
left: 33.
|
1033
|
+
left: 33.33333333%;
|
1032
1034
|
}
|
1033
1035
|
.col-sm-push-3 {
|
1034
1036
|
left: 25%;
|
1035
1037
|
}
|
1036
1038
|
.col-sm-push-2 {
|
1037
|
-
left: 16.
|
1039
|
+
left: 16.66666667%;
|
1038
1040
|
}
|
1039
1041
|
.col-sm-push-1 {
|
1040
|
-
left: 8.
|
1042
|
+
left: 8.33333333%;
|
1041
1043
|
}
|
1042
1044
|
.col-sm-push-0 {
|
1043
1045
|
left: 0;
|
@@ -1046,37 +1048,37 @@ pre code {
|
|
1046
1048
|
margin-left: 100%;
|
1047
1049
|
}
|
1048
1050
|
.col-sm-offset-11 {
|
1049
|
-
margin-left: 91.
|
1051
|
+
margin-left: 91.66666667%;
|
1050
1052
|
}
|
1051
1053
|
.col-sm-offset-10 {
|
1052
|
-
margin-left: 83.
|
1054
|
+
margin-left: 83.33333333%;
|
1053
1055
|
}
|
1054
1056
|
.col-sm-offset-9 {
|
1055
1057
|
margin-left: 75%;
|
1056
1058
|
}
|
1057
1059
|
.col-sm-offset-8 {
|
1058
|
-
margin-left: 66.
|
1060
|
+
margin-left: 66.66666667%;
|
1059
1061
|
}
|
1060
1062
|
.col-sm-offset-7 {
|
1061
|
-
margin-left: 58.
|
1063
|
+
margin-left: 58.33333333%;
|
1062
1064
|
}
|
1063
1065
|
.col-sm-offset-6 {
|
1064
1066
|
margin-left: 50%;
|
1065
1067
|
}
|
1066
1068
|
.col-sm-offset-5 {
|
1067
|
-
margin-left: 41.
|
1069
|
+
margin-left: 41.66666667%;
|
1068
1070
|
}
|
1069
1071
|
.col-sm-offset-4 {
|
1070
|
-
margin-left: 33.
|
1072
|
+
margin-left: 33.33333333%;
|
1071
1073
|
}
|
1072
1074
|
.col-sm-offset-3 {
|
1073
1075
|
margin-left: 25%;
|
1074
1076
|
}
|
1075
1077
|
.col-sm-offset-2 {
|
1076
|
-
margin-left: 16.
|
1078
|
+
margin-left: 16.66666667%;
|
1077
1079
|
}
|
1078
1080
|
.col-sm-offset-1 {
|
1079
|
-
margin-left: 8.
|
1081
|
+
margin-left: 8.33333333%;
|
1080
1082
|
}
|
1081
1083
|
.col-sm-offset-0 {
|
1082
1084
|
margin-left: 0;
|
@@ -1090,73 +1092,73 @@ pre code {
|
|
1090
1092
|
width: 100%;
|
1091
1093
|
}
|
1092
1094
|
.col-md-11 {
|
1093
|
-
width: 91.
|
1095
|
+
width: 91.66666667%;
|
1094
1096
|
}
|
1095
1097
|
.col-md-10 {
|
1096
|
-
width: 83.
|
1098
|
+
width: 83.33333333%;
|
1097
1099
|
}
|
1098
1100
|
.col-md-9 {
|
1099
1101
|
width: 75%;
|
1100
1102
|
}
|
1101
1103
|
.col-md-8 {
|
1102
|
-
width: 66.
|
1104
|
+
width: 66.66666667%;
|
1103
1105
|
}
|
1104
1106
|
.col-md-7 {
|
1105
|
-
width: 58.
|
1107
|
+
width: 58.33333333%;
|
1106
1108
|
}
|
1107
1109
|
.col-md-6 {
|
1108
1110
|
width: 50%;
|
1109
1111
|
}
|
1110
1112
|
.col-md-5 {
|
1111
|
-
width: 41.
|
1113
|
+
width: 41.66666667%;
|
1112
1114
|
}
|
1113
1115
|
.col-md-4 {
|
1114
|
-
width: 33.
|
1116
|
+
width: 33.33333333%;
|
1115
1117
|
}
|
1116
1118
|
.col-md-3 {
|
1117
1119
|
width: 25%;
|
1118
1120
|
}
|
1119
1121
|
.col-md-2 {
|
1120
|
-
width: 16.
|
1122
|
+
width: 16.66666667%;
|
1121
1123
|
}
|
1122
1124
|
.col-md-1 {
|
1123
|
-
width: 8.
|
1125
|
+
width: 8.33333333%;
|
1124
1126
|
}
|
1125
1127
|
.col-md-pull-12 {
|
1126
1128
|
right: 100%;
|
1127
1129
|
}
|
1128
1130
|
.col-md-pull-11 {
|
1129
|
-
right: 91.
|
1131
|
+
right: 91.66666667%;
|
1130
1132
|
}
|
1131
1133
|
.col-md-pull-10 {
|
1132
|
-
right: 83.
|
1134
|
+
right: 83.33333333%;
|
1133
1135
|
}
|
1134
1136
|
.col-md-pull-9 {
|
1135
1137
|
right: 75%;
|
1136
1138
|
}
|
1137
1139
|
.col-md-pull-8 {
|
1138
|
-
right: 66.
|
1140
|
+
right: 66.66666667%;
|
1139
1141
|
}
|
1140
1142
|
.col-md-pull-7 {
|
1141
|
-
right: 58.
|
1143
|
+
right: 58.33333333%;
|
1142
1144
|
}
|
1143
1145
|
.col-md-pull-6 {
|
1144
1146
|
right: 50%;
|
1145
1147
|
}
|
1146
1148
|
.col-md-pull-5 {
|
1147
|
-
right: 41.
|
1149
|
+
right: 41.66666667%;
|
1148
1150
|
}
|
1149
1151
|
.col-md-pull-4 {
|
1150
|
-
right: 33.
|
1152
|
+
right: 33.33333333%;
|
1151
1153
|
}
|
1152
1154
|
.col-md-pull-3 {
|
1153
1155
|
right: 25%;
|
1154
1156
|
}
|
1155
1157
|
.col-md-pull-2 {
|
1156
|
-
right: 16.
|
1158
|
+
right: 16.66666667%;
|
1157
1159
|
}
|
1158
1160
|
.col-md-pull-1 {
|
1159
|
-
right: 8.
|
1161
|
+
right: 8.33333333%;
|
1160
1162
|
}
|
1161
1163
|
.col-md-pull-0 {
|
1162
1164
|
right: 0;
|
@@ -1165,37 +1167,37 @@ pre code {
|
|
1165
1167
|
left: 100%;
|
1166
1168
|
}
|
1167
1169
|
.col-md-push-11 {
|
1168
|
-
left: 91.
|
1170
|
+
left: 91.66666667%;
|
1169
1171
|
}
|
1170
1172
|
.col-md-push-10 {
|
1171
|
-
left: 83.
|
1173
|
+
left: 83.33333333%;
|
1172
1174
|
}
|
1173
1175
|
.col-md-push-9 {
|
1174
1176
|
left: 75%;
|
1175
1177
|
}
|
1176
1178
|
.col-md-push-8 {
|
1177
|
-
left: 66.
|
1179
|
+
left: 66.66666667%;
|
1178
1180
|
}
|
1179
1181
|
.col-md-push-7 {
|
1180
|
-
left: 58.
|
1182
|
+
left: 58.33333333%;
|
1181
1183
|
}
|
1182
1184
|
.col-md-push-6 {
|
1183
1185
|
left: 50%;
|
1184
1186
|
}
|
1185
1187
|
.col-md-push-5 {
|
1186
|
-
left: 41.
|
1188
|
+
left: 41.66666667%;
|
1187
1189
|
}
|
1188
1190
|
.col-md-push-4 {
|
1189
|
-
left: 33.
|
1191
|
+
left: 33.33333333%;
|
1190
1192
|
}
|
1191
1193
|
.col-md-push-3 {
|
1192
1194
|
left: 25%;
|
1193
1195
|
}
|
1194
1196
|
.col-md-push-2 {
|
1195
|
-
left: 16.
|
1197
|
+
left: 16.66666667%;
|
1196
1198
|
}
|
1197
1199
|
.col-md-push-1 {
|
1198
|
-
left: 8.
|
1200
|
+
left: 8.33333333%;
|
1199
1201
|
}
|
1200
1202
|
.col-md-push-0 {
|
1201
1203
|
left: 0;
|
@@ -1204,37 +1206,37 @@ pre code {
|
|
1204
1206
|
margin-left: 100%;
|
1205
1207
|
}
|
1206
1208
|
.col-md-offset-11 {
|
1207
|
-
margin-left: 91.
|
1209
|
+
margin-left: 91.66666667%;
|
1208
1210
|
}
|
1209
1211
|
.col-md-offset-10 {
|
1210
|
-
margin-left: 83.
|
1212
|
+
margin-left: 83.33333333%;
|
1211
1213
|
}
|
1212
1214
|
.col-md-offset-9 {
|
1213
1215
|
margin-left: 75%;
|
1214
1216
|
}
|
1215
1217
|
.col-md-offset-8 {
|
1216
|
-
margin-left: 66.
|
1218
|
+
margin-left: 66.66666667%;
|
1217
1219
|
}
|
1218
1220
|
.col-md-offset-7 {
|
1219
|
-
margin-left: 58.
|
1221
|
+
margin-left: 58.33333333%;
|
1220
1222
|
}
|
1221
1223
|
.col-md-offset-6 {
|
1222
1224
|
margin-left: 50%;
|
1223
1225
|
}
|
1224
1226
|
.col-md-offset-5 {
|
1225
|
-
margin-left: 41.
|
1227
|
+
margin-left: 41.66666667%;
|
1226
1228
|
}
|
1227
1229
|
.col-md-offset-4 {
|
1228
|
-
margin-left: 33.
|
1230
|
+
margin-left: 33.33333333%;
|
1229
1231
|
}
|
1230
1232
|
.col-md-offset-3 {
|
1231
1233
|
margin-left: 25%;
|
1232
1234
|
}
|
1233
1235
|
.col-md-offset-2 {
|
1234
|
-
margin-left: 16.
|
1236
|
+
margin-left: 16.66666667%;
|
1235
1237
|
}
|
1236
1238
|
.col-md-offset-1 {
|
1237
|
-
margin-left: 8.
|
1239
|
+
margin-left: 8.33333333%;
|
1238
1240
|
}
|
1239
1241
|
.col-md-offset-0 {
|
1240
1242
|
margin-left: 0;
|
@@ -1248,73 +1250,73 @@ pre code {
|
|
1248
1250
|
width: 100%;
|
1249
1251
|
}
|
1250
1252
|
.col-lg-11 {
|
1251
|
-
width: 91.
|
1253
|
+
width: 91.66666667%;
|
1252
1254
|
}
|
1253
1255
|
.col-lg-10 {
|
1254
|
-
width: 83.
|
1256
|
+
width: 83.33333333%;
|
1255
1257
|
}
|
1256
1258
|
.col-lg-9 {
|
1257
1259
|
width: 75%;
|
1258
1260
|
}
|
1259
1261
|
.col-lg-8 {
|
1260
|
-
width: 66.
|
1262
|
+
width: 66.66666667%;
|
1261
1263
|
}
|
1262
1264
|
.col-lg-7 {
|
1263
|
-
width: 58.
|
1265
|
+
width: 58.33333333%;
|
1264
1266
|
}
|
1265
1267
|
.col-lg-6 {
|
1266
1268
|
width: 50%;
|
1267
1269
|
}
|
1268
1270
|
.col-lg-5 {
|
1269
|
-
width: 41.
|
1271
|
+
width: 41.66666667%;
|
1270
1272
|
}
|
1271
1273
|
.col-lg-4 {
|
1272
|
-
width: 33.
|
1274
|
+
width: 33.33333333%;
|
1273
1275
|
}
|
1274
1276
|
.col-lg-3 {
|
1275
1277
|
width: 25%;
|
1276
1278
|
}
|
1277
1279
|
.col-lg-2 {
|
1278
|
-
width: 16.
|
1280
|
+
width: 16.66666667%;
|
1279
1281
|
}
|
1280
1282
|
.col-lg-1 {
|
1281
|
-
width: 8.
|
1283
|
+
width: 8.33333333%;
|
1282
1284
|
}
|
1283
1285
|
.col-lg-pull-12 {
|
1284
1286
|
right: 100%;
|
1285
1287
|
}
|
1286
1288
|
.col-lg-pull-11 {
|
1287
|
-
right: 91.
|
1289
|
+
right: 91.66666667%;
|
1288
1290
|
}
|
1289
1291
|
.col-lg-pull-10 {
|
1290
|
-
right: 83.
|
1292
|
+
right: 83.33333333%;
|
1291
1293
|
}
|
1292
1294
|
.col-lg-pull-9 {
|
1293
1295
|
right: 75%;
|
1294
1296
|
}
|
1295
1297
|
.col-lg-pull-8 {
|
1296
|
-
right: 66.
|
1298
|
+
right: 66.66666667%;
|
1297
1299
|
}
|
1298
1300
|
.col-lg-pull-7 {
|
1299
|
-
right: 58.
|
1301
|
+
right: 58.33333333%;
|
1300
1302
|
}
|
1301
1303
|
.col-lg-pull-6 {
|
1302
1304
|
right: 50%;
|
1303
1305
|
}
|
1304
1306
|
.col-lg-pull-5 {
|
1305
|
-
right: 41.
|
1307
|
+
right: 41.66666667%;
|
1306
1308
|
}
|
1307
1309
|
.col-lg-pull-4 {
|
1308
|
-
right: 33.
|
1310
|
+
right: 33.33333333%;
|
1309
1311
|
}
|
1310
1312
|
.col-lg-pull-3 {
|
1311
1313
|
right: 25%;
|
1312
1314
|
}
|
1313
1315
|
.col-lg-pull-2 {
|
1314
|
-
right: 16.
|
1316
|
+
right: 16.66666667%;
|
1315
1317
|
}
|
1316
1318
|
.col-lg-pull-1 {
|
1317
|
-
right: 8.
|
1319
|
+
right: 8.33333333%;
|
1318
1320
|
}
|
1319
1321
|
.col-lg-pull-0 {
|
1320
1322
|
right: 0;
|
@@ -1323,37 +1325,37 @@ pre code {
|
|
1323
1325
|
left: 100%;
|
1324
1326
|
}
|
1325
1327
|
.col-lg-push-11 {
|
1326
|
-
left: 91.
|
1328
|
+
left: 91.66666667%;
|
1327
1329
|
}
|
1328
1330
|
.col-lg-push-10 {
|
1329
|
-
left: 83.
|
1331
|
+
left: 83.33333333%;
|
1330
1332
|
}
|
1331
1333
|
.col-lg-push-9 {
|
1332
1334
|
left: 75%;
|
1333
1335
|
}
|
1334
1336
|
.col-lg-push-8 {
|
1335
|
-
left: 66.
|
1337
|
+
left: 66.66666667%;
|
1336
1338
|
}
|
1337
1339
|
.col-lg-push-7 {
|
1338
|
-
left: 58.
|
1340
|
+
left: 58.33333333%;
|
1339
1341
|
}
|
1340
1342
|
.col-lg-push-6 {
|
1341
1343
|
left: 50%;
|
1342
1344
|
}
|
1343
1345
|
.col-lg-push-5 {
|
1344
|
-
left: 41.
|
1346
|
+
left: 41.66666667%;
|
1345
1347
|
}
|
1346
1348
|
.col-lg-push-4 {
|
1347
|
-
left: 33.
|
1349
|
+
left: 33.33333333%;
|
1348
1350
|
}
|
1349
1351
|
.col-lg-push-3 {
|
1350
1352
|
left: 25%;
|
1351
1353
|
}
|
1352
1354
|
.col-lg-push-2 {
|
1353
|
-
left: 16.
|
1355
|
+
left: 16.66666667%;
|
1354
1356
|
}
|
1355
1357
|
.col-lg-push-1 {
|
1356
|
-
left: 8.
|
1358
|
+
left: 8.33333333%;
|
1357
1359
|
}
|
1358
1360
|
.col-lg-push-0 {
|
1359
1361
|
left: 0;
|
@@ -1362,37 +1364,37 @@ pre code {
|
|
1362
1364
|
margin-left: 100%;
|
1363
1365
|
}
|
1364
1366
|
.col-lg-offset-11 {
|
1365
|
-
margin-left: 91.
|
1367
|
+
margin-left: 91.66666667%;
|
1366
1368
|
}
|
1367
1369
|
.col-lg-offset-10 {
|
1368
|
-
margin-left: 83.
|
1370
|
+
margin-left: 83.33333333%;
|
1369
1371
|
}
|
1370
1372
|
.col-lg-offset-9 {
|
1371
1373
|
margin-left: 75%;
|
1372
1374
|
}
|
1373
1375
|
.col-lg-offset-8 {
|
1374
|
-
margin-left: 66.
|
1376
|
+
margin-left: 66.66666667%;
|
1375
1377
|
}
|
1376
1378
|
.col-lg-offset-7 {
|
1377
|
-
margin-left: 58.
|
1379
|
+
margin-left: 58.33333333%;
|
1378
1380
|
}
|
1379
1381
|
.col-lg-offset-6 {
|
1380
1382
|
margin-left: 50%;
|
1381
1383
|
}
|
1382
1384
|
.col-lg-offset-5 {
|
1383
|
-
margin-left: 41.
|
1385
|
+
margin-left: 41.66666667%;
|
1384
1386
|
}
|
1385
1387
|
.col-lg-offset-4 {
|
1386
|
-
margin-left: 33.
|
1388
|
+
margin-left: 33.33333333%;
|
1387
1389
|
}
|
1388
1390
|
.col-lg-offset-3 {
|
1389
1391
|
margin-left: 25%;
|
1390
1392
|
}
|
1391
1393
|
.col-lg-offset-2 {
|
1392
|
-
margin-left: 16.
|
1394
|
+
margin-left: 16.66666667%;
|
1393
1395
|
}
|
1394
1396
|
.col-lg-offset-1 {
|
1395
|
-
margin-left: 8.
|
1397
|
+
margin-left: 8.33333333%;
|
1396
1398
|
}
|
1397
1399
|
.col-lg-offset-0 {
|
1398
1400
|
margin-left: 0;
|
@@ -1416,7 +1418,7 @@ th {
|
|
1416
1418
|
.table > tbody > tr > td,
|
1417
1419
|
.table > tfoot > tr > td {
|
1418
1420
|
padding: 8px;
|
1419
|
-
line-height: 1.
|
1421
|
+
line-height: 1.42857143;
|
1420
1422
|
vertical-align: top;
|
1421
1423
|
border-top: 1px solid #ddd;
|
1422
1424
|
}
|
@@ -1683,7 +1685,7 @@ output {
|
|
1683
1685
|
display: block;
|
1684
1686
|
padding-top: 7px;
|
1685
1687
|
font-size: 14px;
|
1686
|
-
line-height: 1.
|
1688
|
+
line-height: 1.42857143;
|
1687
1689
|
color: #555;
|
1688
1690
|
}
|
1689
1691
|
.form-control {
|
@@ -1692,7 +1694,7 @@ output {
|
|
1692
1694
|
height: 34px;
|
1693
1695
|
padding: 6px 12px;
|
1694
1696
|
font-size: 14px;
|
1695
|
-
line-height: 1.
|
1697
|
+
line-height: 1.42857143;
|
1696
1698
|
color: #555;
|
1697
1699
|
background-color: #fff;
|
1698
1700
|
background-image: none;
|
@@ -1709,9 +1711,6 @@ output {
|
|
1709
1711
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
|
1710
1712
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
|
1711
1713
|
}
|
1712
|
-
.form-control:-moz-placeholder {
|
1713
|
-
color: #999;
|
1714
|
-
}
|
1715
1714
|
.form-control::-moz-placeholder {
|
1716
1715
|
color: #999;
|
1717
1716
|
opacity: 1;
|
@@ -1732,6 +1731,9 @@ fieldset[disabled] .form-control {
|
|
1732
1731
|
textarea.form-control {
|
1733
1732
|
height: auto;
|
1734
1733
|
}
|
1734
|
+
input[type="search"] {
|
1735
|
+
-webkit-appearance: none;
|
1736
|
+
}
|
1735
1737
|
input[type="date"] {
|
1736
1738
|
line-height: 34px;
|
1737
1739
|
}
|
@@ -1935,6 +1937,9 @@ select[multiple].input-lg {
|
|
1935
1937
|
width: auto;
|
1936
1938
|
vertical-align: middle;
|
1937
1939
|
}
|
1940
|
+
.form-inline .input-group > .form-control {
|
1941
|
+
width: 100%;
|
1942
|
+
}
|
1938
1943
|
.form-inline .control-label {
|
1939
1944
|
margin-bottom: 0;
|
1940
1945
|
vertical-align: middle;
|
@@ -1991,7 +1996,7 @@ select[multiple].input-lg {
|
|
1991
1996
|
margin-bottom: 0;
|
1992
1997
|
font-size: 14px;
|
1993
1998
|
font-weight: normal;
|
1994
|
-
line-height: 1.
|
1999
|
+
line-height: 1.42857143;
|
1995
2000
|
text-align: center;
|
1996
2001
|
white-space: nowrap;
|
1997
2002
|
vertical-align: middle;
|
@@ -1999,13 +2004,14 @@ select[multiple].input-lg {
|
|
1999
2004
|
-webkit-user-select: none;
|
2000
2005
|
-moz-user-select: none;
|
2001
2006
|
-ms-user-select: none;
|
2002
|
-
-o-user-select: none;
|
2003
2007
|
user-select: none;
|
2004
2008
|
background-image: none;
|
2005
2009
|
border: 1px solid transparent;
|
2006
2010
|
border-radius: 4px;
|
2007
2011
|
}
|
2008
|
-
.btn:focus
|
2012
|
+
.btn:focus,
|
2013
|
+
.btn:active:focus,
|
2014
|
+
.btn.active:focus {
|
2009
2015
|
outline: thin dotted;
|
2010
2016
|
outline: 5px auto -webkit-focus-ring-color;
|
2011
2017
|
outline-offset: -2px;
|
@@ -2311,19 +2317,22 @@ fieldset[disabled] .btn-link:focus {
|
|
2311
2317
|
color: #999;
|
2312
2318
|
text-decoration: none;
|
2313
2319
|
}
|
2314
|
-
.btn-lg
|
2320
|
+
.btn-lg,
|
2321
|
+
.btn-group-lg > .btn {
|
2315
2322
|
padding: 10px 16px;
|
2316
2323
|
font-size: 18px;
|
2317
2324
|
line-height: 1.33;
|
2318
2325
|
border-radius: 6px;
|
2319
2326
|
}
|
2320
|
-
.btn-sm
|
2327
|
+
.btn-sm,
|
2328
|
+
.btn-group-sm > .btn {
|
2321
2329
|
padding: 5px 10px;
|
2322
2330
|
font-size: 12px;
|
2323
2331
|
line-height: 1.5;
|
2324
2332
|
border-radius: 3px;
|
2325
2333
|
}
|
2326
|
-
.btn-xs
|
2334
|
+
.btn-xs,
|
2335
|
+
.btn-group-xs > .btn {
|
2327
2336
|
padding: 1px 5px;
|
2328
2337
|
font-size: 12px;
|
2329
2338
|
line-height: 1.5;
|
@@ -3033,7 +3042,7 @@ input[type="button"].btn-block {
|
|
3033
3042
|
padding: 3px 20px;
|
3034
3043
|
clear: both;
|
3035
3044
|
font-weight: normal;
|
3036
|
-
line-height: 1.
|
3045
|
+
line-height: 1.42857143;
|
3037
3046
|
color: #333;
|
3038
3047
|
white-space: nowrap;
|
3039
3048
|
}
|
@@ -3082,7 +3091,7 @@ input[type="button"].btn-block {
|
|
3082
3091
|
display: block;
|
3083
3092
|
padding: 3px 20px;
|
3084
3093
|
font-size: 12px;
|
3085
|
-
line-height: 1.
|
3094
|
+
line-height: 1.42857143;
|
3086
3095
|
color: #999;
|
3087
3096
|
}
|
3088
3097
|
.dropdown-backdrop {
|
@@ -3196,24 +3205,6 @@ input[type="button"].btn-block {
|
|
3196
3205
|
.btn-group.open .dropdown-toggle {
|
3197
3206
|
outline: 0;
|
3198
3207
|
}
|
3199
|
-
.btn-group-xs > .btn {
|
3200
|
-
padding: 1px 5px;
|
3201
|
-
font-size: 12px;
|
3202
|
-
line-height: 1.5;
|
3203
|
-
border-radius: 3px;
|
3204
|
-
}
|
3205
|
-
.btn-group-sm > .btn {
|
3206
|
-
padding: 5px 10px;
|
3207
|
-
font-size: 12px;
|
3208
|
-
line-height: 1.5;
|
3209
|
-
border-radius: 3px;
|
3210
|
-
}
|
3211
|
-
.btn-group-lg > .btn {
|
3212
|
-
padding: 10px 16px;
|
3213
|
-
font-size: 18px;
|
3214
|
-
line-height: 1.33;
|
3215
|
-
border-radius: 6px;
|
3216
|
-
}
|
3217
3208
|
.btn-group > .btn + .dropdown-toggle {
|
3218
3209
|
padding-right: 8px;
|
3219
3210
|
padding-left: 8px;
|
@@ -3313,6 +3304,8 @@ input[type="button"].btn-block {
|
|
3313
3304
|
padding-left: 0;
|
3314
3305
|
}
|
3315
3306
|
.input-group .form-control {
|
3307
|
+
position: relative;
|
3308
|
+
z-index: 2;
|
3316
3309
|
float: left;
|
3317
3310
|
width: 100%;
|
3318
3311
|
margin-bottom: 0;
|
@@ -3507,7 +3500,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3507
3500
|
}
|
3508
3501
|
.nav-tabs > li > a {
|
3509
3502
|
margin-right: 2px;
|
3510
|
-
line-height: 1.
|
3503
|
+
line-height: 1.42857143;
|
3511
3504
|
border: 1px solid transparent;
|
3512
3505
|
border-radius: 4px 4px 0 0;
|
3513
3506
|
}
|
@@ -3745,7 +3738,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3745
3738
|
}
|
3746
3739
|
.navbar-brand {
|
3747
3740
|
float: left;
|
3748
|
-
height:
|
3741
|
+
height: 50px;
|
3749
3742
|
padding: 15px 15px;
|
3750
3743
|
font-size: 18px;
|
3751
3744
|
line-height: 20px;
|
@@ -3865,6 +3858,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3865
3858
|
width: auto;
|
3866
3859
|
vertical-align: middle;
|
3867
3860
|
}
|
3861
|
+
.navbar-form .input-group > .form-control {
|
3862
|
+
width: 100%;
|
3863
|
+
}
|
3868
3864
|
.navbar-form .control-label {
|
3869
3865
|
margin-bottom: 0;
|
3870
3866
|
vertical-align: middle;
|
@@ -4146,7 +4142,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4146
4142
|
float: left;
|
4147
4143
|
padding: 6px 12px;
|
4148
4144
|
margin-left: -1px;
|
4149
|
-
line-height: 1.
|
4145
|
+
line-height: 1.42857143;
|
4150
4146
|
color: #428bca;
|
4151
4147
|
text-decoration: none;
|
4152
4148
|
background-color: #fff;
|
@@ -4407,7 +4403,7 @@ a.list-group-item.active > .badge,
|
|
4407
4403
|
display: block;
|
4408
4404
|
padding: 4px;
|
4409
4405
|
margin-bottom: 20px;
|
4410
|
-
line-height: 1.
|
4406
|
+
line-height: 1.42857143;
|
4411
4407
|
background-color: #fff;
|
4412
4408
|
border: 1px solid #ddd;
|
4413
4409
|
border-radius: 4px;
|
@@ -4416,9 +4412,6 @@ a.list-group-item.active > .badge,
|
|
4416
4412
|
}
|
4417
4413
|
.thumbnail > img,
|
4418
4414
|
.thumbnail a > img {
|
4419
|
-
display: block;
|
4420
|
-
max-width: 100%;
|
4421
|
-
height: auto;
|
4422
4415
|
margin-right: auto;
|
4423
4416
|
margin-left: auto;
|
4424
4417
|
}
|
@@ -4771,6 +4764,31 @@ a.list-group-item-danger.active:focus {
|
|
4771
4764
|
.panel-body {
|
4772
4765
|
padding: 15px;
|
4773
4766
|
}
|
4767
|
+
.panel-heading {
|
4768
|
+
padding: 10px 15px;
|
4769
|
+
border-bottom: 1px solid transparent;
|
4770
|
+
border-top-left-radius: 3px;
|
4771
|
+
border-top-right-radius: 3px;
|
4772
|
+
}
|
4773
|
+
.panel-heading > .dropdown .dropdown-toggle {
|
4774
|
+
color: inherit;
|
4775
|
+
}
|
4776
|
+
.panel-title {
|
4777
|
+
margin-top: 0;
|
4778
|
+
margin-bottom: 0;
|
4779
|
+
font-size: 16px;
|
4780
|
+
color: inherit;
|
4781
|
+
}
|
4782
|
+
.panel-title > a {
|
4783
|
+
color: inherit;
|
4784
|
+
}
|
4785
|
+
.panel-footer {
|
4786
|
+
padding: 10px 15px;
|
4787
|
+
background-color: #f5f5f5;
|
4788
|
+
border-top: 1px solid #ddd;
|
4789
|
+
border-bottom-right-radius: 3px;
|
4790
|
+
border-bottom-left-radius: 3px;
|
4791
|
+
}
|
4774
4792
|
.panel > .list-group {
|
4775
4793
|
margin-bottom: 0;
|
4776
4794
|
}
|
@@ -4778,17 +4796,13 @@ a.list-group-item-danger.active:focus {
|
|
4778
4796
|
border-width: 1px 0;
|
4779
4797
|
border-radius: 0;
|
4780
4798
|
}
|
4781
|
-
.panel > .list-group .list-group-item:first-child {
|
4782
|
-
border-top: 0;
|
4783
|
-
}
|
4784
|
-
.panel > .list-group .list-group-item:last-child {
|
4785
|
-
border-bottom: 0;
|
4786
|
-
}
|
4787
4799
|
.panel > .list-group:first-child .list-group-item:first-child {
|
4800
|
+
border-top: 0;
|
4788
4801
|
border-top-left-radius: 3px;
|
4789
4802
|
border-top-right-radius: 3px;
|
4790
4803
|
}
|
4791
4804
|
.panel > .list-group:last-child .list-group-item:last-child {
|
4805
|
+
border-bottom: 0;
|
4792
4806
|
border-bottom-right-radius: 3px;
|
4793
4807
|
border-bottom-left-radius: 3px;
|
4794
4808
|
}
|
@@ -4799,6 +4813,11 @@ a.list-group-item-danger.active:focus {
|
|
4799
4813
|
.panel > .table-responsive > .table {
|
4800
4814
|
margin-bottom: 0;
|
4801
4815
|
}
|
4816
|
+
.panel > .table:first-child,
|
4817
|
+
.panel > .table-responsive:first-child > .table:first-child {
|
4818
|
+
border-top-left-radius: 3px;
|
4819
|
+
border-top-right-radius: 3px;
|
4820
|
+
}
|
4802
4821
|
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
4803
4822
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
4804
4823
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
@@ -4819,6 +4838,11 @@ a.list-group-item-danger.active:focus {
|
|
4819
4838
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
4820
4839
|
border-top-right-radius: 3px;
|
4821
4840
|
}
|
4841
|
+
.panel > .table:last-child,
|
4842
|
+
.panel > .table-responsive:last-child > .table:last-child {
|
4843
|
+
border-bottom-right-radius: 3px;
|
4844
|
+
border-bottom-left-radius: 3px;
|
4845
|
+
}
|
4822
4846
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
4823
4847
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
4824
4848
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
@@ -4879,63 +4903,30 @@ a.list-group-item-danger.active:focus {
|
|
4879
4903
|
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
4880
4904
|
border-right: 0;
|
4881
4905
|
}
|
4882
|
-
.panel > .table-bordered > thead > tr:first-child > th,
|
4883
|
-
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
4884
|
-
.panel > .table-bordered > tbody > tr:first-child > th,
|
4885
|
-
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
|
4886
|
-
.panel > .table-bordered > tfoot > tr:first-child > th,
|
4887
|
-
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
|
4888
4906
|
.panel > .table-bordered > thead > tr:first-child > td,
|
4889
4907
|
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
|
4890
4908
|
.panel > .table-bordered > tbody > tr:first-child > td,
|
4891
4909
|
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
|
4892
|
-
.panel > .table-bordered >
|
4893
|
-
.panel > .table-responsive > .table-bordered >
|
4894
|
-
|
4910
|
+
.panel > .table-bordered > thead > tr:first-child > th,
|
4911
|
+
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
4912
|
+
.panel > .table-bordered > tbody > tr:first-child > th,
|
4913
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
|
4914
|
+
border-bottom: 0;
|
4895
4915
|
}
|
4896
|
-
.panel > .table-bordered > thead > tr:last-child > th,
|
4897
|
-
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
|
4898
|
-
.panel > .table-bordered > tbody > tr:last-child > th,
|
4899
|
-
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
4900
|
-
.panel > .table-bordered > tfoot > tr:last-child > th,
|
4901
|
-
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
4902
|
-
.panel > .table-bordered > thead > tr:last-child > td,
|
4903
|
-
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
|
4904
4916
|
.panel > .table-bordered > tbody > tr:last-child > td,
|
4905
4917
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
4906
4918
|
.panel > .table-bordered > tfoot > tr:last-child > td,
|
4907
|
-
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td
|
4919
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
|
4920
|
+
.panel > .table-bordered > tbody > tr:last-child > th,
|
4921
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
4922
|
+
.panel > .table-bordered > tfoot > tr:last-child > th,
|
4923
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
|
4908
4924
|
border-bottom: 0;
|
4909
4925
|
}
|
4910
4926
|
.panel > .table-responsive {
|
4911
4927
|
margin-bottom: 0;
|
4912
4928
|
border: 0;
|
4913
4929
|
}
|
4914
|
-
.panel-heading {
|
4915
|
-
padding: 10px 15px;
|
4916
|
-
border-bottom: 1px solid transparent;
|
4917
|
-
border-top-left-radius: 3px;
|
4918
|
-
border-top-right-radius: 3px;
|
4919
|
-
}
|
4920
|
-
.panel-heading > .dropdown .dropdown-toggle {
|
4921
|
-
color: inherit;
|
4922
|
-
}
|
4923
|
-
.panel-title {
|
4924
|
-
margin-top: 0;
|
4925
|
-
margin-bottom: 0;
|
4926
|
-
font-size: 16px;
|
4927
|
-
color: inherit;
|
4928
|
-
}
|
4929
|
-
.panel-title > a {
|
4930
|
-
color: inherit;
|
4931
|
-
}
|
4932
|
-
.panel-footer {
|
4933
|
-
padding: 10px 15px;
|
4934
|
-
background-color: #f5f5f5;
|
4935
|
-
border-top: 1px solid #ddd;
|
4936
|
-
border-bottom-right-radius: 3px;
|
4937
|
-
border-bottom-left-radius: 3px;
|
4938
|
-
}
|
4939
4930
|
.panel-group {
|
4940
4931
|
margin-bottom: 20px;
|
4941
4932
|
}
|
@@ -5154,7 +5145,7 @@ button.close {
|
|
5154
5145
|
opacity: .5;
|
5155
5146
|
}
|
5156
5147
|
.modal-header {
|
5157
|
-
min-height: 16.
|
5148
|
+
min-height: 16.42857143px;
|
5158
5149
|
padding: 15px;
|
5159
5150
|
border-bottom: 1px solid #e5e5e5;
|
5160
5151
|
}
|
@@ -5163,7 +5154,7 @@ button.close {
|
|
5163
5154
|
}
|
5164
5155
|
.modal-title {
|
5165
5156
|
margin: 0;
|
5166
|
-
line-height: 1.
|
5157
|
+
line-height: 1.42857143;
|
5167
5158
|
}
|
5168
5159
|
.modal-body {
|
5169
5160
|
position: relative;
|
@@ -5197,6 +5188,8 @@ button.close {
|
|
5197
5188
|
.modal-sm {
|
5198
5189
|
width: 300px;
|
5199
5190
|
}
|
5191
|
+
}
|
5192
|
+
@media (min-width: 992px) {
|
5200
5193
|
.modal-lg {
|
5201
5194
|
width: 900px;
|
5202
5195
|
}
|
@@ -5342,8 +5335,8 @@ button.close {
|
|
5342
5335
|
.popover-content {
|
5343
5336
|
padding: 9px 14px;
|
5344
5337
|
}
|
5345
|
-
.popover .arrow,
|
5346
|
-
.popover .arrow:after {
|
5338
|
+
.popover > .arrow,
|
5339
|
+
.popover > .arrow:after {
|
5347
5340
|
position: absolute;
|
5348
5341
|
display: block;
|
5349
5342
|
width: 0;
|
@@ -5351,14 +5344,14 @@ button.close {
|
|
5351
5344
|
border-color: transparent;
|
5352
5345
|
border-style: solid;
|
5353
5346
|
}
|
5354
|
-
.popover .arrow {
|
5347
|
+
.popover > .arrow {
|
5355
5348
|
border-width: 11px;
|
5356
5349
|
}
|
5357
|
-
.popover .arrow:after {
|
5350
|
+
.popover > .arrow:after {
|
5358
5351
|
content: "";
|
5359
5352
|
border-width: 10px;
|
5360
5353
|
}
|
5361
|
-
.popover.top .arrow {
|
5354
|
+
.popover.top > .arrow {
|
5362
5355
|
bottom: -11px;
|
5363
5356
|
left: 50%;
|
5364
5357
|
margin-left: -11px;
|
@@ -5366,14 +5359,14 @@ button.close {
|
|
5366
5359
|
border-top-color: rgba(0, 0, 0, .25);
|
5367
5360
|
border-bottom-width: 0;
|
5368
5361
|
}
|
5369
|
-
.popover.top .arrow:after {
|
5362
|
+
.popover.top > .arrow:after {
|
5370
5363
|
bottom: 1px;
|
5371
5364
|
margin-left: -10px;
|
5372
5365
|
content: " ";
|
5373
5366
|
border-top-color: #fff;
|
5374
5367
|
border-bottom-width: 0;
|
5375
5368
|
}
|
5376
|
-
.popover.right .arrow {
|
5369
|
+
.popover.right > .arrow {
|
5377
5370
|
top: 50%;
|
5378
5371
|
left: -11px;
|
5379
5372
|
margin-top: -11px;
|
@@ -5381,14 +5374,14 @@ button.close {
|
|
5381
5374
|
border-right-color: rgba(0, 0, 0, .25);
|
5382
5375
|
border-left-width: 0;
|
5383
5376
|
}
|
5384
|
-
.popover.right .arrow:after {
|
5377
|
+
.popover.right > .arrow:after {
|
5385
5378
|
bottom: -10px;
|
5386
5379
|
left: 1px;
|
5387
5380
|
content: " ";
|
5388
5381
|
border-right-color: #fff;
|
5389
5382
|
border-left-width: 0;
|
5390
5383
|
}
|
5391
|
-
.popover.bottom .arrow {
|
5384
|
+
.popover.bottom > .arrow {
|
5392
5385
|
top: -11px;
|
5393
5386
|
left: 50%;
|
5394
5387
|
margin-left: -11px;
|
@@ -5396,14 +5389,14 @@ button.close {
|
|
5396
5389
|
border-bottom-color: #999;
|
5397
5390
|
border-bottom-color: rgba(0, 0, 0, .25);
|
5398
5391
|
}
|
5399
|
-
.popover.bottom .arrow:after {
|
5392
|
+
.popover.bottom > .arrow:after {
|
5400
5393
|
top: 1px;
|
5401
5394
|
margin-left: -10px;
|
5402
5395
|
content: " ";
|
5403
5396
|
border-top-width: 0;
|
5404
5397
|
border-bottom-color: #fff;
|
5405
5398
|
}
|
5406
|
-
.popover.left .arrow {
|
5399
|
+
.popover.left > .arrow {
|
5407
5400
|
top: 50%;
|
5408
5401
|
right: -11px;
|
5409
5402
|
margin-top: -11px;
|
@@ -5411,7 +5404,7 @@ button.close {
|
|
5411
5404
|
border-left-color: #999;
|
5412
5405
|
border-left-color: rgba(0, 0, 0, .25);
|
5413
5406
|
}
|
5414
|
-
.popover.left .arrow:after {
|
5407
|
+
.popover.left > .arrow:after {
|
5415
5408
|
right: 1px;
|
5416
5409
|
bottom: -10px;
|
5417
5410
|
content: " ";
|
@@ -5434,9 +5427,6 @@ button.close {
|
|
5434
5427
|
}
|
5435
5428
|
.carousel-inner > .item > img,
|
5436
5429
|
.carousel-inner > .item > a > img {
|
5437
|
-
display: block;
|
5438
|
-
max-width: 100%;
|
5439
|
-
height: auto;
|
5440
5430
|
line-height: 1;
|
5441
5431
|
}
|
5442
5432
|
.carousel-inner > .active,
|
@@ -5580,8 +5570,8 @@ button.close {
|
|
5580
5570
|
text-shadow: none;
|
5581
5571
|
}
|
5582
5572
|
@media screen and (min-width: 768px) {
|
5583
|
-
.carousel-control .
|
5584
|
-
.carousel-control .
|
5573
|
+
.carousel-control .glyphicon-chevron-left,
|
5574
|
+
.carousel-control .glyphicon-chevron-right,
|
5585
5575
|
.carousel-control .icon-prev,
|
5586
5576
|
.carousel-control .icon-next {
|
5587
5577
|
width: 30px;
|
@@ -5684,9 +5674,9 @@ button.close {
|
|
5684
5674
|
width: device-width;
|
5685
5675
|
}
|
5686
5676
|
.visible-xs,
|
5687
|
-
|
5688
|
-
|
5689
|
-
|
5677
|
+
.visible-sm,
|
5678
|
+
.visible-md,
|
5679
|
+
.visible-lg {
|
5690
5680
|
display: none !important;
|
5691
5681
|
}
|
5692
5682
|
@media (max-width: 767px) {
|
@@ -5704,12 +5694,6 @@ td.visible-xs {
|
|
5704
5694
|
display: table-cell !important;
|
5705
5695
|
}
|
5706
5696
|
}
|
5707
|
-
.visible-sm,
|
5708
|
-
tr.visible-sm,
|
5709
|
-
th.visible-sm,
|
5710
|
-
td.visible-sm {
|
5711
|
-
display: none !important;
|
5712
|
-
}
|
5713
5697
|
@media (min-width: 768px) and (max-width: 991px) {
|
5714
5698
|
.visible-sm {
|
5715
5699
|
display: block !important;
|
@@ -5725,12 +5709,6 @@ td.visible-sm {
|
|
5725
5709
|
display: table-cell !important;
|
5726
5710
|
}
|
5727
5711
|
}
|
5728
|
-
.visible-md,
|
5729
|
-
tr.visible-md,
|
5730
|
-
th.visible-md,
|
5731
|
-
td.visible-md {
|
5732
|
-
display: none !important;
|
5733
|
-
}
|
5734
5712
|
@media (min-width: 992px) and (max-width: 1199px) {
|
5735
5713
|
.visible-md {
|
5736
5714
|
display: block !important;
|
@@ -5746,12 +5724,6 @@ td.visible-md {
|
|
5746
5724
|
display: table-cell !important;
|
5747
5725
|
}
|
5748
5726
|
}
|
5749
|
-
.visible-lg,
|
5750
|
-
tr.visible-lg,
|
5751
|
-
th.visible-lg,
|
5752
|
-
td.visible-lg {
|
5753
|
-
display: none !important;
|
5754
|
-
}
|
5755
5727
|
@media (min-width: 1200px) {
|
5756
5728
|
.visible-lg {
|
5757
5729
|
display: block !important;
|
@@ -5768,41 +5740,26 @@ td.visible-lg {
|
|
5768
5740
|
}
|
5769
5741
|
}
|
5770
5742
|
@media (max-width: 767px) {
|
5771
|
-
.hidden-xs
|
5772
|
-
tr.hidden-xs,
|
5773
|
-
th.hidden-xs,
|
5774
|
-
td.hidden-xs {
|
5743
|
+
.hidden-xs {
|
5775
5744
|
display: none !important;
|
5776
5745
|
}
|
5777
5746
|
}
|
5778
5747
|
@media (min-width: 768px) and (max-width: 991px) {
|
5779
|
-
.hidden-sm
|
5780
|
-
tr.hidden-sm,
|
5781
|
-
th.hidden-sm,
|
5782
|
-
td.hidden-sm {
|
5748
|
+
.hidden-sm {
|
5783
5749
|
display: none !important;
|
5784
5750
|
}
|
5785
5751
|
}
|
5786
5752
|
@media (min-width: 992px) and (max-width: 1199px) {
|
5787
|
-
.hidden-md
|
5788
|
-
tr.hidden-md,
|
5789
|
-
th.hidden-md,
|
5790
|
-
td.hidden-md {
|
5753
|
+
.hidden-md {
|
5791
5754
|
display: none !important;
|
5792
5755
|
}
|
5793
5756
|
}
|
5794
5757
|
@media (min-width: 1200px) {
|
5795
|
-
.hidden-lg
|
5796
|
-
tr.hidden-lg,
|
5797
|
-
th.hidden-lg,
|
5798
|
-
td.hidden-lg {
|
5758
|
+
.hidden-lg {
|
5799
5759
|
display: none !important;
|
5800
5760
|
}
|
5801
5761
|
}
|
5802
|
-
.visible-print
|
5803
|
-
tr.visible-print,
|
5804
|
-
th.visible-print,
|
5805
|
-
td.visible-print {
|
5762
|
+
.visible-print {
|
5806
5763
|
display: none !important;
|
5807
5764
|
}
|
5808
5765
|
@media print {
|
@@ -5821,10 +5778,7 @@ td.visible-print {
|
|
5821
5778
|
}
|
5822
5779
|
}
|
5823
5780
|
@media print {
|
5824
|
-
.hidden-print
|
5825
|
-
tr.hidden-print,
|
5826
|
-
th.hidden-print,
|
5827
|
-
td.hidden-print {
|
5781
|
+
.hidden-print {
|
5828
5782
|
display: none !important;
|
5829
5783
|
}
|
5830
5784
|
}
|