jombo 1.0.7 → 1.0.8
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.
- data/.rvmrc +1 -1
- data/_meta/README +9 -3
- data/lib/jombo/version.rb +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-affix.js +21 -19
- data/vendor/assets/javascripts/bootstrap/bootstrap-alert.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-button.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-carousel.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-collapse.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-dropdown.js +5 -5
- data/vendor/assets/javascripts/bootstrap/bootstrap-modal.js +16 -6
- data/vendor/assets/javascripts/bootstrap/bootstrap-popover.js +2 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-tab.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-tooltip.js +5 -3
- data/vendor/assets/javascripts/bootstrap/bootstrap-transition.js +2 -3
- data/vendor/assets/javascripts/bootstrap/bootstrap-typeahead.js +2 -2
- data/vendor/assets/javascripts/bootstrap/bootstrap.js +2027 -0
- data/vendor/assets/stylesheets/bootstrap/bootstrap-responsive.css +60 -75
- data/vendor/assets/stylesheets/bootstrap/bootstrap.css.erb +557 -440
- metadata +3 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap Responsive v2.0
|
2
|
+
* Bootstrap Responsive v2.1.0
|
3
3
|
*
|
4
4
|
* Copyright 2012 Twitter, Inc
|
5
5
|
* Licensed under the Apache License v2.0
|
@@ -34,7 +34,7 @@
|
|
34
34
|
.input-block-level {
|
35
35
|
display: block;
|
36
36
|
width: 100%;
|
37
|
-
min-height:
|
37
|
+
min-height: 30px;
|
38
38
|
-webkit-box-sizing: border-box;
|
39
39
|
-moz-box-sizing: border-box;
|
40
40
|
box-sizing: border-box;
|
@@ -110,6 +110,7 @@
|
|
110
110
|
margin-left: 30px;
|
111
111
|
}
|
112
112
|
.container,
|
113
|
+
.navbar-static-top .container,
|
113
114
|
.navbar-fixed-top .container,
|
114
115
|
.navbar-fixed-bottom .container {
|
115
116
|
width: 1170px;
|
@@ -203,7 +204,7 @@
|
|
203
204
|
display: block;
|
204
205
|
float: left;
|
205
206
|
width: 100%;
|
206
|
-
min-height:
|
207
|
+
min-height: 30px;
|
207
208
|
margin-left: 2.564102564102564%;
|
208
209
|
*margin-left: 2.5109110747408616%;
|
209
210
|
-webkit-box-sizing: border-box;
|
@@ -368,62 +369,62 @@
|
|
368
369
|
input.span12,
|
369
370
|
textarea.span12,
|
370
371
|
.uneditable-input.span12 {
|
371
|
-
width:
|
372
|
+
width: 1156px;
|
372
373
|
}
|
373
374
|
input.span11,
|
374
375
|
textarea.span11,
|
375
376
|
.uneditable-input.span11 {
|
376
|
-
width:
|
377
|
+
width: 1056px;
|
377
378
|
}
|
378
379
|
input.span10,
|
379
380
|
textarea.span10,
|
380
381
|
.uneditable-input.span10 {
|
381
|
-
width:
|
382
|
+
width: 956px;
|
382
383
|
}
|
383
384
|
input.span9,
|
384
385
|
textarea.span9,
|
385
386
|
.uneditable-input.span9 {
|
386
|
-
width:
|
387
|
+
width: 856px;
|
387
388
|
}
|
388
389
|
input.span8,
|
389
390
|
textarea.span8,
|
390
391
|
.uneditable-input.span8 {
|
391
|
-
width:
|
392
|
+
width: 756px;
|
392
393
|
}
|
393
394
|
input.span7,
|
394
395
|
textarea.span7,
|
395
396
|
.uneditable-input.span7 {
|
396
|
-
width:
|
397
|
+
width: 656px;
|
397
398
|
}
|
398
399
|
input.span6,
|
399
400
|
textarea.span6,
|
400
401
|
.uneditable-input.span6 {
|
401
|
-
width:
|
402
|
+
width: 556px;
|
402
403
|
}
|
403
404
|
input.span5,
|
404
405
|
textarea.span5,
|
405
406
|
.uneditable-input.span5 {
|
406
|
-
width:
|
407
|
+
width: 456px;
|
407
408
|
}
|
408
409
|
input.span4,
|
409
410
|
textarea.span4,
|
410
411
|
.uneditable-input.span4 {
|
411
|
-
width:
|
412
|
+
width: 356px;
|
412
413
|
}
|
413
414
|
input.span3,
|
414
415
|
textarea.span3,
|
415
416
|
.uneditable-input.span3 {
|
416
|
-
width:
|
417
|
+
width: 256px;
|
417
418
|
}
|
418
419
|
input.span2,
|
419
420
|
textarea.span2,
|
420
421
|
.uneditable-input.span2 {
|
421
|
-
width:
|
422
|
+
width: 156px;
|
422
423
|
}
|
423
424
|
input.span1,
|
424
425
|
textarea.span1,
|
425
426
|
.uneditable-input.span1 {
|
426
|
-
width:
|
427
|
+
width: 56px;
|
427
428
|
}
|
428
429
|
.thumbnails {
|
429
430
|
margin-left: -30px;
|
@@ -455,6 +456,7 @@
|
|
455
456
|
margin-left: 20px;
|
456
457
|
}
|
457
458
|
.container,
|
459
|
+
.navbar-static-top .container,
|
458
460
|
.navbar-fixed-top .container,
|
459
461
|
.navbar-fixed-bottom .container {
|
460
462
|
width: 724px;
|
@@ -548,7 +550,7 @@
|
|
548
550
|
display: block;
|
549
551
|
float: left;
|
550
552
|
width: 100%;
|
551
|
-
min-height:
|
553
|
+
min-height: 30px;
|
552
554
|
margin-left: 2.7624309392265194%;
|
553
555
|
*margin-left: 2.709239449864817%;
|
554
556
|
-webkit-box-sizing: border-box;
|
@@ -713,62 +715,62 @@
|
|
713
715
|
input.span12,
|
714
716
|
textarea.span12,
|
715
717
|
.uneditable-input.span12 {
|
716
|
-
width:
|
718
|
+
width: 710px;
|
717
719
|
}
|
718
720
|
input.span11,
|
719
721
|
textarea.span11,
|
720
722
|
.uneditable-input.span11 {
|
721
|
-
width:
|
723
|
+
width: 648px;
|
722
724
|
}
|
723
725
|
input.span10,
|
724
726
|
textarea.span10,
|
725
727
|
.uneditable-input.span10 {
|
726
|
-
width:
|
728
|
+
width: 586px;
|
727
729
|
}
|
728
730
|
input.span9,
|
729
731
|
textarea.span9,
|
730
732
|
.uneditable-input.span9 {
|
731
|
-
width:
|
733
|
+
width: 524px;
|
732
734
|
}
|
733
735
|
input.span8,
|
734
736
|
textarea.span8,
|
735
737
|
.uneditable-input.span8 {
|
736
|
-
width:
|
738
|
+
width: 462px;
|
737
739
|
}
|
738
740
|
input.span7,
|
739
741
|
textarea.span7,
|
740
742
|
.uneditable-input.span7 {
|
741
|
-
width:
|
743
|
+
width: 400px;
|
742
744
|
}
|
743
745
|
input.span6,
|
744
746
|
textarea.span6,
|
745
747
|
.uneditable-input.span6 {
|
746
|
-
width:
|
748
|
+
width: 338px;
|
747
749
|
}
|
748
750
|
input.span5,
|
749
751
|
textarea.span5,
|
750
752
|
.uneditable-input.span5 {
|
751
|
-
width:
|
753
|
+
width: 276px;
|
752
754
|
}
|
753
755
|
input.span4,
|
754
756
|
textarea.span4,
|
755
757
|
.uneditable-input.span4 {
|
756
|
-
width:
|
758
|
+
width: 214px;
|
757
759
|
}
|
758
760
|
input.span3,
|
759
761
|
textarea.span3,
|
760
762
|
.uneditable-input.span3 {
|
761
|
-
width:
|
763
|
+
width: 152px;
|
762
764
|
}
|
763
765
|
input.span2,
|
764
766
|
textarea.span2,
|
765
767
|
.uneditable-input.span2 {
|
766
|
-
width:
|
768
|
+
width: 90px;
|
767
769
|
}
|
768
770
|
input.span1,
|
769
771
|
textarea.span1,
|
770
772
|
.uneditable-input.span1 {
|
771
|
-
width:
|
773
|
+
width: 28px;
|
772
774
|
}
|
773
775
|
}
|
774
776
|
|
@@ -806,6 +808,7 @@
|
|
806
808
|
}
|
807
809
|
.thumbnails > li {
|
808
810
|
float: none;
|
811
|
+
margin-left: 0;
|
809
812
|
}
|
810
813
|
[class*="span"],
|
811
814
|
.row-fluid [class*="span"] {
|
@@ -814,6 +817,13 @@
|
|
814
817
|
width: auto;
|
815
818
|
margin-left: 0;
|
816
819
|
}
|
820
|
+
.span12,
|
821
|
+
.row-fluid .span12 {
|
822
|
+
width: 100%;
|
823
|
+
-webkit-box-sizing: border-box;
|
824
|
+
-moz-box-sizing: border-box;
|
825
|
+
box-sizing: border-box;
|
826
|
+
}
|
817
827
|
.input-large,
|
818
828
|
.input-xlarge,
|
819
829
|
.input-xxlarge,
|
@@ -823,7 +833,7 @@
|
|
823
833
|
.uneditable-input {
|
824
834
|
display: block;
|
825
835
|
width: 100%;
|
826
|
-
min-height:
|
836
|
+
min-height: 30px;
|
827
837
|
-webkit-box-sizing: border-box;
|
828
838
|
-moz-box-sizing: border-box;
|
829
839
|
box-sizing: border-box;
|
@@ -835,6 +845,17 @@
|
|
835
845
|
display: inline-block;
|
836
846
|
width: auto;
|
837
847
|
}
|
848
|
+
.modal {
|
849
|
+
position: fixed;
|
850
|
+
top: 20px;
|
851
|
+
right: 20px;
|
852
|
+
left: 20px;
|
853
|
+
width: auto;
|
854
|
+
margin: 0;
|
855
|
+
}
|
856
|
+
.modal.fade.in {
|
857
|
+
top: auto;
|
858
|
+
}
|
838
859
|
}
|
839
860
|
|
840
861
|
@media (max-width: 480px) {
|
@@ -866,15 +887,9 @@
|
|
866
887
|
padding-left: 10px;
|
867
888
|
}
|
868
889
|
.modal {
|
869
|
-
position: fixed;
|
870
890
|
top: 10px;
|
871
891
|
right: 10px;
|
872
892
|
left: 10px;
|
873
|
-
width: auto;
|
874
|
-
margin: 0;
|
875
|
-
}
|
876
|
-
.modal.fade.in {
|
877
|
-
top: auto;
|
878
893
|
}
|
879
894
|
.modal-header .close {
|
880
895
|
padding: 10px;
|
@@ -890,8 +905,7 @@
|
|
890
905
|
padding-top: 0;
|
891
906
|
}
|
892
907
|
.navbar-fixed-top,
|
893
|
-
.navbar-fixed-bottom
|
894
|
-
.navbar-subnav-fixed {
|
908
|
+
.navbar-fixed-bottom {
|
895
909
|
position: static;
|
896
910
|
}
|
897
911
|
.navbar-fixed-top {
|
@@ -930,14 +944,14 @@
|
|
930
944
|
display: none;
|
931
945
|
}
|
932
946
|
.nav-collapse .nav .nav-header {
|
933
|
-
color: #
|
947
|
+
color: #555555;
|
934
948
|
text-shadow: none;
|
935
949
|
}
|
936
950
|
.nav-collapse .nav > li > a,
|
937
951
|
.nav-collapse .dropdown-menu a {
|
938
|
-
padding:
|
952
|
+
padding: 9px 15px;
|
939
953
|
font-weight: bold;
|
940
|
-
color: #
|
954
|
+
color: #555555;
|
941
955
|
-webkit-border-radius: 3px;
|
942
956
|
-moz-border-radius: 3px;
|
943
957
|
border-radius: 3px;
|
@@ -954,6 +968,10 @@
|
|
954
968
|
}
|
955
969
|
.nav-collapse .nav > li > a:hover,
|
956
970
|
.nav-collapse .dropdown-menu a:hover {
|
971
|
+
background-color: #f2f2f2;
|
972
|
+
}
|
973
|
+
.navbar-inverse .nav-collapse .nav > li > a:hover,
|
974
|
+
.navbar-inverse .nav-collapse .dropdown-menu a:hover {
|
957
975
|
background-color: #111111;
|
958
976
|
}
|
959
977
|
.nav-collapse.in .btn-group {
|
@@ -990,8 +1008,8 @@
|
|
990
1008
|
float: none;
|
991
1009
|
padding: 10px 15px;
|
992
1010
|
margin: 10px 0;
|
993
|
-
border-top: 1px solid #
|
994
|
-
border-bottom: 1px solid #
|
1011
|
+
border-top: 1px solid #f2f2f2;
|
1012
|
+
border-bottom: 1px solid #f2f2f2;
|
995
1013
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
996
1014
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
997
1015
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
@@ -1012,39 +1030,6 @@
|
|
1012
1030
|
padding-right: 10px;
|
1013
1031
|
padding-left: 10px;
|
1014
1032
|
}
|
1015
|
-
.navbar-subnav {
|
1016
|
-
width: auto;
|
1017
|
-
height: auto;
|
1018
|
-
-webkit-box-shadow: none;
|
1019
|
-
-moz-box-shadow: none;
|
1020
|
-
box-shadow: none;
|
1021
|
-
}
|
1022
|
-
.navbar-subnav .navbar-inner {
|
1023
|
-
background-color: #fff;
|
1024
|
-
background-image: none;
|
1025
|
-
}
|
1026
|
-
.navbar-subnav .nav {
|
1027
|
-
float: none;
|
1028
|
-
margin-right: 0;
|
1029
|
-
}
|
1030
|
-
.navbar-subnav .nav > li {
|
1031
|
-
float: none;
|
1032
|
-
}
|
1033
|
-
.navbar-subnav .nav > li > a {
|
1034
|
-
border: 0;
|
1035
|
-
}
|
1036
|
-
.navbar-subnav .nav > li > a:hover {
|
1037
|
-
background-color: #f5f5f5;
|
1038
|
-
}
|
1039
|
-
.navbar-subnav .nav > li + li > a {
|
1040
|
-
border-top: 1px solid #e5e5e5;
|
1041
|
-
}
|
1042
|
-
.navbar-subnav .nav > li:first-child > a,
|
1043
|
-
.navbar-subnav .nav > li:first-child > a:hover {
|
1044
|
-
-webkit-border-radius: 4px 4px 0 0;
|
1045
|
-
-moz-border-radius: 4px 4px 0 0;
|
1046
|
-
border-radius: 4px 4px 0 0;
|
1047
|
-
}
|
1048
1033
|
}
|
1049
1034
|
|
1050
1035
|
@media (min-width: 980px) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v2.0
|
2
|
+
* Bootstrap v2.1.0
|
3
3
|
*
|
4
4
|
* Copyright 2012 Twitter, Inc
|
5
5
|
* Licensed under the Apache License v2.0
|
@@ -67,6 +67,7 @@ sub {
|
|
67
67
|
}
|
68
68
|
|
69
69
|
img {
|
70
|
+
height: auto;
|
70
71
|
max-width: 100%;
|
71
72
|
vertical-align: middle;
|
72
73
|
border: 0;
|
@@ -149,7 +150,7 @@ textarea {
|
|
149
150
|
.input-block-level {
|
150
151
|
display: block;
|
151
152
|
width: 100%;
|
152
|
-
min-height:
|
153
|
+
min-height: 30px;
|
153
154
|
-webkit-box-sizing: border-box;
|
154
155
|
-moz-box-sizing: border-box;
|
155
156
|
box-sizing: border-box;
|
@@ -174,6 +175,28 @@ a:hover {
|
|
174
175
|
text-decoration: underline;
|
175
176
|
}
|
176
177
|
|
178
|
+
.img-rounded {
|
179
|
+
-webkit-border-radius: 6px;
|
180
|
+
-moz-border-radius: 6px;
|
181
|
+
border-radius: 6px;
|
182
|
+
}
|
183
|
+
|
184
|
+
.img-polaroid {
|
185
|
+
padding: 4px;
|
186
|
+
background-color: #fff;
|
187
|
+
border: 1px solid #ccc;
|
188
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
189
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
190
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
191
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
192
|
+
}
|
193
|
+
|
194
|
+
.img-circle {
|
195
|
+
-webkit-border-radius: 500px;
|
196
|
+
-moz-border-radius: 500px;
|
197
|
+
border-radius: 500px;
|
198
|
+
}
|
199
|
+
|
177
200
|
.row {
|
178
201
|
margin-left: -20px;
|
179
202
|
*zoom: 1;
|
@@ -196,6 +219,7 @@ a:hover {
|
|
196
219
|
}
|
197
220
|
|
198
221
|
.container,
|
222
|
+
.navbar-static-top .container,
|
199
223
|
.navbar-fixed-top .container,
|
200
224
|
.navbar-fixed-bottom .container {
|
201
225
|
width: 940px;
|
@@ -317,7 +341,7 @@ a:hover {
|
|
317
341
|
display: block;
|
318
342
|
float: left;
|
319
343
|
width: 100%;
|
320
|
-
min-height:
|
344
|
+
min-height: 30px;
|
321
345
|
margin-left: 2.127659574468085%;
|
322
346
|
*margin-left: 2.074468085106383%;
|
323
347
|
-webkit-box-sizing: border-box;
|
@@ -509,6 +533,16 @@ a:hover {
|
|
509
533
|
*margin-left: 8.404255319148938%;
|
510
534
|
}
|
511
535
|
|
536
|
+
[class*="span"].hide,
|
537
|
+
.row-fluid [class*="span"].hide {
|
538
|
+
display: none;
|
539
|
+
}
|
540
|
+
|
541
|
+
[class*="span"].pull-right,
|
542
|
+
.row-fluid [class*="span"].pull-right {
|
543
|
+
float: right;
|
544
|
+
}
|
545
|
+
|
512
546
|
.container {
|
513
547
|
margin-right: auto;
|
514
548
|
margin-left: auto;
|
@@ -547,11 +581,6 @@ p {
|
|
547
581
|
margin: 0 0 10px;
|
548
582
|
}
|
549
583
|
|
550
|
-
p small {
|
551
|
-
font-size: 12px;
|
552
|
-
color: #999999;
|
553
|
-
}
|
554
|
-
|
555
584
|
.lead {
|
556
585
|
margin-bottom: 20px;
|
557
586
|
font-size: 20px;
|
@@ -559,6 +588,26 @@ p small {
|
|
559
588
|
line-height: 30px;
|
560
589
|
}
|
561
590
|
|
591
|
+
small {
|
592
|
+
font-size: 85%;
|
593
|
+
}
|
594
|
+
|
595
|
+
strong {
|
596
|
+
font-weight: bold;
|
597
|
+
}
|
598
|
+
|
599
|
+
em {
|
600
|
+
font-style: italic;
|
601
|
+
}
|
602
|
+
|
603
|
+
cite {
|
604
|
+
font-style: normal;
|
605
|
+
}
|
606
|
+
|
607
|
+
.muted {
|
608
|
+
color: #999999;
|
609
|
+
}
|
610
|
+
|
562
611
|
h1,
|
563
612
|
h2,
|
564
613
|
h3,
|
@@ -697,18 +746,6 @@ hr {
|
|
697
746
|
border-bottom: 1px solid #ffffff;
|
698
747
|
}
|
699
748
|
|
700
|
-
strong {
|
701
|
-
font-weight: bold;
|
702
|
-
}
|
703
|
-
|
704
|
-
em {
|
705
|
-
font-style: italic;
|
706
|
-
}
|
707
|
-
|
708
|
-
.muted {
|
709
|
-
color: #999999;
|
710
|
-
}
|
711
|
-
|
712
749
|
abbr[title] {
|
713
750
|
cursor: help;
|
714
751
|
border-bottom: 1px dotted #999999;
|
@@ -777,14 +814,6 @@ address {
|
|
777
814
|
line-height: 20px;
|
778
815
|
}
|
779
816
|
|
780
|
-
small {
|
781
|
-
font-size: 100%;
|
782
|
-
}
|
783
|
-
|
784
|
-
cite {
|
785
|
-
font-style: normal;
|
786
|
-
}
|
787
|
-
|
788
817
|
code,
|
789
818
|
pre {
|
790
819
|
padding: 0 3px 2px;
|
@@ -807,7 +836,7 @@ pre {
|
|
807
836
|
display: block;
|
808
837
|
padding: 9.5px;
|
809
838
|
margin: 0 0 10px;
|
810
|
-
font-size:
|
839
|
+
font-size: 13px;
|
811
840
|
line-height: 20px;
|
812
841
|
word-break: break-all;
|
813
842
|
word-wrap: break-word;
|
@@ -905,7 +934,7 @@ input[type="color"],
|
|
905
934
|
.uneditable-input {
|
906
935
|
display: inline-block;
|
907
936
|
height: 20px;
|
908
|
-
padding: 4px;
|
937
|
+
padding: 4px 6px;
|
909
938
|
margin-bottom: 9px;
|
910
939
|
font-size: 14px;
|
911
940
|
line-height: 20px;
|
@@ -979,14 +1008,14 @@ input[type="color"]:focus,
|
|
979
1008
|
|
980
1009
|
input[type="radio"],
|
981
1010
|
input[type="checkbox"] {
|
982
|
-
margin:
|
1011
|
+
margin: 4px 0 0;
|
1012
|
+
margin-top: 1px \9;
|
983
1013
|
*margin-top: 0;
|
984
|
-
/* IE7 */
|
985
|
-
|
986
1014
|
line-height: normal;
|
987
1015
|
cursor: pointer;
|
988
1016
|
}
|
989
1017
|
|
1018
|
+
input[type="file"],
|
990
1019
|
input[type="image"],
|
991
1020
|
input[type="submit"],
|
992
1021
|
input[type="reset"],
|
@@ -998,17 +1027,18 @@ input[type="checkbox"] {
|
|
998
1027
|
|
999
1028
|
select,
|
1000
1029
|
input[type="file"] {
|
1001
|
-
height:
|
1030
|
+
height: 30px;
|
1002
1031
|
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
1003
1032
|
|
1004
1033
|
*margin-top: 4px;
|
1005
1034
|
/* For IE7, add top margin to align select with labels */
|
1006
1035
|
|
1007
|
-
line-height:
|
1036
|
+
line-height: 30px;
|
1008
1037
|
}
|
1009
1038
|
|
1010
1039
|
select {
|
1011
1040
|
width: 220px;
|
1041
|
+
background-color: #ffffff;
|
1012
1042
|
border: 1px solid #bbb;
|
1013
1043
|
}
|
1014
1044
|
|
@@ -1132,6 +1162,10 @@ textarea[class*="span"],
|
|
1132
1162
|
.input-append .uneditable-input[class*="span"],
|
1133
1163
|
.input-prepend input[class*="span"],
|
1134
1164
|
.input-prepend .uneditable-input[class*="span"],
|
1165
|
+
.row-fluid input[class*="span"],
|
1166
|
+
.row-fluid select[class*="span"],
|
1167
|
+
.row-fluid textarea[class*="span"],
|
1168
|
+
.row-fluid .uneditable-input[class*="span"],
|
1135
1169
|
.row-fluid .input-prepend [class*="span"],
|
1136
1170
|
.row-fluid .input-append [class*="span"] {
|
1137
1171
|
display: inline-block;
|
@@ -1150,73 +1184,73 @@ textarea,
|
|
1150
1184
|
input.span12,
|
1151
1185
|
textarea.span12,
|
1152
1186
|
.uneditable-input.span12 {
|
1153
|
-
width:
|
1187
|
+
width: 926px;
|
1154
1188
|
}
|
1155
1189
|
|
1156
1190
|
input.span11,
|
1157
1191
|
textarea.span11,
|
1158
1192
|
.uneditable-input.span11 {
|
1159
|
-
width:
|
1193
|
+
width: 846px;
|
1160
1194
|
}
|
1161
1195
|
|
1162
1196
|
input.span10,
|
1163
1197
|
textarea.span10,
|
1164
1198
|
.uneditable-input.span10 {
|
1165
|
-
width:
|
1199
|
+
width: 766px;
|
1166
1200
|
}
|
1167
1201
|
|
1168
1202
|
input.span9,
|
1169
1203
|
textarea.span9,
|
1170
1204
|
.uneditable-input.span9 {
|
1171
|
-
width:
|
1205
|
+
width: 686px;
|
1172
1206
|
}
|
1173
1207
|
|
1174
1208
|
input.span8,
|
1175
1209
|
textarea.span8,
|
1176
1210
|
.uneditable-input.span8 {
|
1177
|
-
width:
|
1211
|
+
width: 606px;
|
1178
1212
|
}
|
1179
1213
|
|
1180
1214
|
input.span7,
|
1181
1215
|
textarea.span7,
|
1182
1216
|
.uneditable-input.span7 {
|
1183
|
-
width:
|
1217
|
+
width: 526px;
|
1184
1218
|
}
|
1185
1219
|
|
1186
1220
|
input.span6,
|
1187
1221
|
textarea.span6,
|
1188
1222
|
.uneditable-input.span6 {
|
1189
|
-
width:
|
1223
|
+
width: 446px;
|
1190
1224
|
}
|
1191
1225
|
|
1192
1226
|
input.span5,
|
1193
1227
|
textarea.span5,
|
1194
1228
|
.uneditable-input.span5 {
|
1195
|
-
width:
|
1229
|
+
width: 366px;
|
1196
1230
|
}
|
1197
1231
|
|
1198
1232
|
input.span4,
|
1199
1233
|
textarea.span4,
|
1200
1234
|
.uneditable-input.span4 {
|
1201
|
-
width:
|
1235
|
+
width: 286px;
|
1202
1236
|
}
|
1203
1237
|
|
1204
1238
|
input.span3,
|
1205
1239
|
textarea.span3,
|
1206
1240
|
.uneditable-input.span3 {
|
1207
|
-
width:
|
1241
|
+
width: 206px;
|
1208
1242
|
}
|
1209
1243
|
|
1210
1244
|
input.span2,
|
1211
1245
|
textarea.span2,
|
1212
1246
|
.uneditable-input.span2 {
|
1213
|
-
width:
|
1247
|
+
width: 126px;
|
1214
1248
|
}
|
1215
1249
|
|
1216
1250
|
input.span1,
|
1217
1251
|
textarea.span1,
|
1218
1252
|
.uneditable-input.span1 {
|
1219
|
-
width:
|
1253
|
+
width: 46px;
|
1220
1254
|
}
|
1221
1255
|
|
1222
1256
|
.controls-row {
|
@@ -1268,6 +1302,9 @@ input[type="checkbox"][readonly] {
|
|
1268
1302
|
.control-group.warning textarea {
|
1269
1303
|
color: #c09853;
|
1270
1304
|
border-color: #c09853;
|
1305
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1306
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1307
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1271
1308
|
}
|
1272
1309
|
|
1273
1310
|
.control-group.warning .checkbox:focus,
|
@@ -1276,9 +1313,9 @@ input[type="checkbox"][readonly] {
|
|
1276
1313
|
.control-group.warning select:focus,
|
1277
1314
|
.control-group.warning textarea:focus {
|
1278
1315
|
border-color: #a47e3c;
|
1279
|
-
-webkit-box-shadow: 0 0 6px #dbc59e;
|
1280
|
-
-moz-box-shadow: 0 0 6px #dbc59e;
|
1281
|
-
box-shadow: 0 0 6px #dbc59e;
|
1316
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1317
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1318
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1282
1319
|
}
|
1283
1320
|
|
1284
1321
|
.control-group.warning .input-prepend .add-on,
|
@@ -1301,6 +1338,9 @@ input[type="checkbox"][readonly] {
|
|
1301
1338
|
.control-group.error textarea {
|
1302
1339
|
color: #b94a48;
|
1303
1340
|
border-color: #b94a48;
|
1341
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1342
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1343
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1304
1344
|
}
|
1305
1345
|
|
1306
1346
|
.control-group.error .checkbox:focus,
|
@@ -1309,9 +1349,9 @@ input[type="checkbox"][readonly] {
|
|
1309
1349
|
.control-group.error select:focus,
|
1310
1350
|
.control-group.error textarea:focus {
|
1311
1351
|
border-color: #953b39;
|
1312
|
-
-webkit-box-shadow: 0 0 6px #d59392;
|
1313
|
-
-moz-box-shadow: 0 0 6px #d59392;
|
1314
|
-
box-shadow: 0 0 6px #d59392;
|
1352
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1353
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1354
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1315
1355
|
}
|
1316
1356
|
|
1317
1357
|
.control-group.error .input-prepend .add-on,
|
@@ -1334,6 +1374,9 @@ input[type="checkbox"][readonly] {
|
|
1334
1374
|
.control-group.success textarea {
|
1335
1375
|
color: #468847;
|
1336
1376
|
border-color: #468847;
|
1377
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1378
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1379
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1337
1380
|
}
|
1338
1381
|
|
1339
1382
|
.control-group.success .checkbox:focus,
|
@@ -1342,9 +1385,9 @@ input[type="checkbox"][readonly] {
|
|
1342
1385
|
.control-group.success select:focus,
|
1343
1386
|
.control-group.success textarea:focus {
|
1344
1387
|
border-color: #356635;
|
1345
|
-
-webkit-box-shadow: 0 0 6px #7aba7b;
|
1346
|
-
-moz-box-shadow: 0 0 6px #7aba7b;
|
1347
|
-
box-shadow: 0 0 6px #7aba7b;
|
1388
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1389
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1390
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1348
1391
|
}
|
1349
1392
|
|
1350
1393
|
.control-group.success .input-prepend .add-on,
|
@@ -1425,7 +1468,7 @@ select:focus:required:invalid:focus {
|
|
1425
1468
|
margin-bottom: 0;
|
1426
1469
|
*margin-left: 0;
|
1427
1470
|
font-size: 14px;
|
1428
|
-
vertical-align:
|
1471
|
+
vertical-align: top;
|
1429
1472
|
-webkit-border-radius: 0 3px 3px 0;
|
1430
1473
|
-moz-border-radius: 0 3px 3px 0;
|
1431
1474
|
border-radius: 0 3px 3px 0;
|
@@ -1452,7 +1495,6 @@ select:focus:required:invalid:focus {
|
|
1452
1495
|
line-height: 20px;
|
1453
1496
|
text-align: center;
|
1454
1497
|
text-shadow: 0 1px 0 #ffffff;
|
1455
|
-
vertical-align: middle;
|
1456
1498
|
background-color: #eeeeee;
|
1457
1499
|
border: 1px solid #ccc;
|
1458
1500
|
}
|
@@ -1462,6 +1504,7 @@ select:focus:required:invalid:focus {
|
|
1462
1504
|
.input-append .btn,
|
1463
1505
|
.input-prepend .btn {
|
1464
1506
|
margin-left: -1px;
|
1507
|
+
vertical-align: top;
|
1465
1508
|
-webkit-border-radius: 0;
|
1466
1509
|
-moz-border-radius: 0;
|
1467
1510
|
border-radius: 0;
|
@@ -1524,7 +1567,7 @@ select:focus:required:invalid:focus {
|
|
1524
1567
|
border-radius: 0 3px 3px 0;
|
1525
1568
|
}
|
1526
1569
|
|
1527
|
-
.search-query {
|
1570
|
+
input.search-query {
|
1528
1571
|
padding-right: 14px;
|
1529
1572
|
padding-right: 4px \9;
|
1530
1573
|
padding-left: 14px;
|
@@ -1532,9 +1575,9 @@ select:focus:required:invalid:focus {
|
|
1532
1575
|
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
1533
1576
|
|
1534
1577
|
margin-bottom: 0;
|
1535
|
-
-webkit-border-radius:
|
1536
|
-
-moz-border-radius:
|
1537
|
-
border-radius:
|
1578
|
+
-webkit-border-radius: 15px;
|
1579
|
+
-moz-border-radius: 15px;
|
1580
|
+
border-radius: 15px;
|
1538
1581
|
}
|
1539
1582
|
|
1540
1583
|
/* Allow for input prepend/append in search forms */
|
@@ -1605,7 +1648,9 @@ select:focus:required:invalid:focus {
|
|
1605
1648
|
}
|
1606
1649
|
|
1607
1650
|
.form-search label,
|
1608
|
-
.form-inline label
|
1651
|
+
.form-inline label,
|
1652
|
+
.form-search .btn-group,
|
1653
|
+
.form-inline .btn-group {
|
1609
1654
|
display: inline-block;
|
1610
1655
|
}
|
1611
1656
|
|
@@ -1728,18 +1773,6 @@ table {
|
|
1728
1773
|
border-top: 2px solid #dddddd;
|
1729
1774
|
}
|
1730
1775
|
|
1731
|
-
.table .success td {
|
1732
|
-
background-color: #dff0d8;
|
1733
|
-
}
|
1734
|
-
|
1735
|
-
.table .error td {
|
1736
|
-
background-color: #f2dede;
|
1737
|
-
}
|
1738
|
-
|
1739
|
-
.table .info td {
|
1740
|
-
background-color: #d9edf7;
|
1741
|
-
}
|
1742
|
-
|
1743
1776
|
.table-condensed th,
|
1744
1777
|
.table-condensed td {
|
1745
1778
|
padding: 4px 5px;
|
@@ -1748,7 +1781,7 @@ table {
|
|
1748
1781
|
.table-bordered {
|
1749
1782
|
border: 1px solid #dddddd;
|
1750
1783
|
border-collapse: separate;
|
1751
|
-
*border-collapse:
|
1784
|
+
*border-collapse: collapse;
|
1752
1785
|
border-left: 0;
|
1753
1786
|
-webkit-border-radius: 4px;
|
1754
1787
|
-moz-border-radius: 4px;
|
@@ -1984,11 +2017,24 @@ table .span24 {
|
|
1984
2017
|
margin-left: 0;
|
1985
2018
|
}
|
1986
2019
|
|
2020
|
+
.table tbody tr.success td {
|
2021
|
+
background-color: #dff0d8;
|
2022
|
+
}
|
2023
|
+
|
2024
|
+
.table tbody tr.error td {
|
2025
|
+
background-color: #f2dede;
|
2026
|
+
}
|
2027
|
+
|
2028
|
+
.table tbody tr.info td {
|
2029
|
+
background-color: #d9edf7;
|
2030
|
+
}
|
2031
|
+
|
1987
2032
|
[class^="icon-"],
|
1988
2033
|
[class*=" icon-"] {
|
1989
2034
|
display: inline-block;
|
1990
2035
|
width: 14px;
|
1991
2036
|
height: 14px;
|
2037
|
+
margin-top: 1px;
|
1992
2038
|
*margin-right: .3em;
|
1993
2039
|
line-height: 14px;
|
1994
2040
|
vertical-align: text-top;
|
@@ -1997,12 +2043,15 @@ table .span24 {
|
|
1997
2043
|
background-repeat: no-repeat;
|
1998
2044
|
}
|
1999
2045
|
|
2000
|
-
|
2001
|
-
[class*=" icon-"]:last-child {
|
2002
|
-
*margin-left: 0;
|
2003
|
-
}
|
2046
|
+
/* White icons with optional class, or on hover/active states of certain elements */
|
2004
2047
|
|
2005
|
-
.icon-white
|
2048
|
+
.icon-white,
|
2049
|
+
.nav > .active > a > [class^="icon-"],
|
2050
|
+
.nav > .active > a > [class*=" icon-"],
|
2051
|
+
.dropdown-menu > li > a:hover > [class^="icon-"],
|
2052
|
+
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
2053
|
+
.dropdown-menu > .active > a > [class^="icon-"],
|
2054
|
+
.dropdown-menu > .active > a > [class*=" icon-"] {
|
2006
2055
|
background-image: url("<%= asset_path "glyphicons-halflings-white.png" %>");
|
2007
2056
|
}
|
2008
2057
|
|
@@ -2591,8 +2640,6 @@ table .span24 {
|
|
2591
2640
|
border-right: 4px solid transparent;
|
2592
2641
|
border-left: 4px solid transparent;
|
2593
2642
|
content: "";
|
2594
|
-
opacity: 0.3;
|
2595
|
-
filter: alpha(opacity=30);
|
2596
2643
|
}
|
2597
2644
|
|
2598
2645
|
.dropdown .caret {
|
@@ -2600,17 +2647,6 @@ table .span24 {
|
|
2600
2647
|
margin-left: 2px;
|
2601
2648
|
}
|
2602
2649
|
|
2603
|
-
.dropdown a:focus .caret,
|
2604
|
-
.dropdown a:hover .caret,
|
2605
|
-
.open .caret {
|
2606
|
-
opacity: 1;
|
2607
|
-
filter: alpha(opacity=100);
|
2608
|
-
}
|
2609
|
-
|
2610
|
-
.navbar .nav .open > a {
|
2611
|
-
color: #ffffff;
|
2612
|
-
}
|
2613
|
-
|
2614
2650
|
.dropdown-menu {
|
2615
2651
|
position: absolute;
|
2616
2652
|
top: 100%;
|
@@ -2620,7 +2656,7 @@ table .span24 {
|
|
2620
2656
|
float: left;
|
2621
2657
|
min-width: 160px;
|
2622
2658
|
padding: 5px 0;
|
2623
|
-
margin:
|
2659
|
+
margin: 2px 0 0;
|
2624
2660
|
list-style: none;
|
2625
2661
|
background-color: #ffffff;
|
2626
2662
|
border: 1px solid #ccc;
|
@@ -2664,7 +2700,8 @@ table .span24 {
|
|
2664
2700
|
}
|
2665
2701
|
|
2666
2702
|
.dropdown-menu li > a:hover,
|
2667
|
-
.dropdown-menu li > a:focus
|
2703
|
+
.dropdown-menu li > a:focus,
|
2704
|
+
.dropdown-submenu:hover > a {
|
2668
2705
|
color: #ffffff;
|
2669
2706
|
text-decoration: none;
|
2670
2707
|
background-color: #0088cc;
|
@@ -2705,11 +2742,6 @@ table .span24 {
|
|
2705
2742
|
background-color: transparent;
|
2706
2743
|
}
|
2707
2744
|
|
2708
|
-
.dropdown .dropdown-menu .nav-header {
|
2709
|
-
padding-right: 20px;
|
2710
|
-
padding-left: 20px;
|
2711
|
-
}
|
2712
|
-
|
2713
2745
|
.open {
|
2714
2746
|
*z-index: 1000;
|
2715
2747
|
}
|
@@ -2737,6 +2769,47 @@ table .span24 {
|
|
2737
2769
|
margin-bottom: 1px;
|
2738
2770
|
}
|
2739
2771
|
|
2772
|
+
.dropdown-submenu {
|
2773
|
+
position: relative;
|
2774
|
+
}
|
2775
|
+
|
2776
|
+
.dropdown-submenu > .dropdown-menu {
|
2777
|
+
top: 0;
|
2778
|
+
left: 100%;
|
2779
|
+
margin-top: -6px;
|
2780
|
+
margin-left: -1px;
|
2781
|
+
-webkit-border-radius: 0 6px 6px 6px;
|
2782
|
+
-moz-border-radius: 0 6px 6px 6px;
|
2783
|
+
border-radius: 0 6px 6px 6px;
|
2784
|
+
}
|
2785
|
+
|
2786
|
+
.dropdown-submenu:hover .dropdown-menu {
|
2787
|
+
display: block;
|
2788
|
+
}
|
2789
|
+
|
2790
|
+
.dropdown-submenu > a:after {
|
2791
|
+
display: block;
|
2792
|
+
float: right;
|
2793
|
+
width: 0;
|
2794
|
+
height: 0;
|
2795
|
+
margin-top: 5px;
|
2796
|
+
margin-right: -10px;
|
2797
|
+
border-color: transparent;
|
2798
|
+
border-left-color: #cccccc;
|
2799
|
+
border-style: solid;
|
2800
|
+
border-width: 5px 0 5px 5px;
|
2801
|
+
content: " ";
|
2802
|
+
}
|
2803
|
+
|
2804
|
+
.dropdown-submenu:hover > a:after {
|
2805
|
+
border-left-color: #ffffff;
|
2806
|
+
}
|
2807
|
+
|
2808
|
+
.dropdown .dropdown-menu .nav-header {
|
2809
|
+
padding-right: 20px;
|
2810
|
+
padding-left: 20px;
|
2811
|
+
}
|
2812
|
+
|
2740
2813
|
.typeahead {
|
2741
2814
|
margin-top: 2px;
|
2742
2815
|
-webkit-border-radius: 4px;
|
@@ -2793,6 +2866,7 @@ table .span24 {
|
|
2793
2866
|
position: relative;
|
2794
2867
|
height: 0;
|
2795
2868
|
overflow: hidden;
|
2869
|
+
overflow: visible \9;
|
2796
2870
|
-webkit-transition: height 0.35s ease;
|
2797
2871
|
-moz-transition: height 0.35s ease;
|
2798
2872
|
-o-transition: height 0.35s ease;
|
@@ -2836,7 +2910,7 @@ button.close {
|
|
2836
2910
|
padding: 4px 14px;
|
2837
2911
|
margin-bottom: 0;
|
2838
2912
|
*margin-left: .3em;
|
2839
|
-
font-size:
|
2913
|
+
font-size: 14px;
|
2840
2914
|
line-height: 20px;
|
2841
2915
|
*line-height: 20px;
|
2842
2916
|
color: #333333;
|
@@ -2852,11 +2926,11 @@ button.close {
|
|
2852
2926
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
2853
2927
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
2854
2928
|
background-repeat: repeat-x;
|
2855
|
-
border: 1px solid #
|
2929
|
+
border: 1px solid #bbbbbb;
|
2856
2930
|
*border: 0;
|
2857
2931
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2858
2932
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
2859
|
-
border-bottom-color: #
|
2933
|
+
border-bottom-color: #a2a2a2;
|
2860
2934
|
-webkit-border-radius: 4px;
|
2861
2935
|
-moz-border-radius: 4px;
|
2862
2936
|
border-radius: 4px;
|
@@ -2940,25 +3014,39 @@ button.close {
|
|
2940
3014
|
}
|
2941
3015
|
|
2942
3016
|
.btn-large [class^="icon-"] {
|
2943
|
-
margin-top:
|
3017
|
+
margin-top: 2px;
|
2944
3018
|
}
|
2945
3019
|
|
2946
3020
|
.btn-small {
|
2947
|
-
padding:
|
3021
|
+
padding: 3px 9px;
|
2948
3022
|
font-size: 12px;
|
2949
3023
|
line-height: 18px;
|
2950
3024
|
}
|
2951
3025
|
|
2952
3026
|
.btn-small [class^="icon-"] {
|
2953
|
-
margin-top:
|
3027
|
+
margin-top: 0;
|
2954
3028
|
}
|
2955
3029
|
|
2956
3030
|
.btn-mini {
|
2957
3031
|
padding: 2px 6px;
|
2958
|
-
font-size:
|
3032
|
+
font-size: 11px;
|
2959
3033
|
line-height: 16px;
|
2960
3034
|
}
|
2961
3035
|
|
3036
|
+
.btn-block {
|
3037
|
+
display: block;
|
3038
|
+
width: 100%;
|
3039
|
+
padding-right: 0;
|
3040
|
+
padding-left: 0;
|
3041
|
+
-webkit-box-sizing: border-box;
|
3042
|
+
-moz-box-sizing: border-box;
|
3043
|
+
box-sizing: border-box;
|
3044
|
+
}
|
3045
|
+
|
3046
|
+
.btn-block + .btn-block {
|
3047
|
+
margin-top: 5px;
|
3048
|
+
}
|
3049
|
+
|
2962
3050
|
.btn-primary.active,
|
2963
3051
|
.btn-warning.active,
|
2964
3052
|
.btn-danger.active,
|
@@ -2969,8 +3057,8 @@ button.close {
|
|
2969
3057
|
}
|
2970
3058
|
|
2971
3059
|
.btn {
|
2972
|
-
border-color: #
|
2973
|
-
border-color: rgba(0, 0, 0, 0.
|
3060
|
+
border-color: #c5c5c5;
|
3061
|
+
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
2974
3062
|
}
|
2975
3063
|
|
2976
3064
|
.btn-primary {
|
@@ -3167,8 +3255,8 @@ button.close {
|
|
3167
3255
|
|
3168
3256
|
button.btn,
|
3169
3257
|
input[type="submit"].btn {
|
3170
|
-
*padding-top:
|
3171
|
-
*padding-bottom:
|
3258
|
+
*padding-top: 3px;
|
3259
|
+
*padding-bottom: 3px;
|
3172
3260
|
}
|
3173
3261
|
|
3174
3262
|
button.btn::-moz-focus-inner,
|
@@ -3195,18 +3283,22 @@ input[type="submit"].btn.btn-mini {
|
|
3195
3283
|
*padding-bottom: 1px;
|
3196
3284
|
}
|
3197
3285
|
|
3286
|
+
.btn-link,
|
3287
|
+
.btn-link:active {
|
3288
|
+
background-color: transparent;
|
3289
|
+
background-image: none;
|
3290
|
+
-webkit-box-shadow: none;
|
3291
|
+
-moz-box-shadow: none;
|
3292
|
+
box-shadow: none;
|
3293
|
+
}
|
3294
|
+
|
3198
3295
|
.btn-link {
|
3199
3296
|
color: #0088cc;
|
3200
3297
|
cursor: pointer;
|
3201
|
-
background-color: transparent;
|
3202
|
-
background-image: none;
|
3203
3298
|
border-color: transparent;
|
3204
3299
|
-webkit-border-radius: 0;
|
3205
3300
|
-moz-border-radius: 0;
|
3206
3301
|
border-radius: 0;
|
3207
|
-
-webkit-box-shadow: none;
|
3208
|
-
-moz-box-shadow: none;
|
3209
|
-
box-shadow: none;
|
3210
3302
|
}
|
3211
3303
|
|
3212
3304
|
.btn-link:hover {
|
@@ -3233,6 +3325,7 @@ input[type="submit"].btn.btn-mini {
|
|
3233
3325
|
.btn-toolbar {
|
3234
3326
|
margin-top: 10px;
|
3235
3327
|
margin-bottom: 10px;
|
3328
|
+
font-size: 0;
|
3236
3329
|
}
|
3237
3330
|
|
3238
3331
|
.btn-toolbar .btn-group {
|
@@ -3243,20 +3336,32 @@ input[type="submit"].btn.btn-mini {
|
|
3243
3336
|
*zoom: 1;
|
3244
3337
|
}
|
3245
3338
|
|
3339
|
+
.btn-toolbar .btn + .btn,
|
3340
|
+
.btn-toolbar .btn-group + .btn,
|
3341
|
+
.btn-toolbar .btn + .btn-group {
|
3342
|
+
margin-left: 5px;
|
3343
|
+
}
|
3344
|
+
|
3246
3345
|
.btn-group > .btn {
|
3247
3346
|
position: relative;
|
3248
|
-
margin-left: -1px;
|
3249
3347
|
-webkit-border-radius: 0;
|
3250
3348
|
-moz-border-radius: 0;
|
3251
3349
|
border-radius: 0;
|
3252
3350
|
}
|
3253
3351
|
|
3352
|
+
.btn-group > .btn + .btn {
|
3353
|
+
margin-left: -1px;
|
3354
|
+
}
|
3355
|
+
|
3254
3356
|
.btn-group > .btn,
|
3255
3357
|
.btn-group > .dropdown-menu {
|
3256
|
-
font-size:
|
3358
|
+
font-size: 14px;
|
3359
|
+
}
|
3360
|
+
|
3361
|
+
.btn-group > .btn-mini {
|
3362
|
+
font-size: 11px;
|
3257
3363
|
}
|
3258
3364
|
|
3259
|
-
.btn-group > .btn-mini,
|
3260
3365
|
.btn-group > .btn-small {
|
3261
3366
|
font-size: 12px;
|
3262
3367
|
}
|
@@ -3317,28 +3422,32 @@ input[type="submit"].btn.btn-mini {
|
|
3317
3422
|
outline: 0;
|
3318
3423
|
}
|
3319
3424
|
|
3320
|
-
.btn-group > .dropdown-toggle {
|
3321
|
-
*padding-top:
|
3425
|
+
.btn-group > .btn + .dropdown-toggle {
|
3426
|
+
*padding-top: 5px;
|
3322
3427
|
padding-right: 8px;
|
3323
|
-
*padding-bottom:
|
3428
|
+
*padding-bottom: 5px;
|
3324
3429
|
padding-left: 8px;
|
3325
3430
|
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
3326
3431
|
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
3327
3432
|
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
3328
3433
|
}
|
3329
3434
|
|
3330
|
-
.btn-group > .btn-mini.dropdown-toggle {
|
3435
|
+
.btn-group > .btn-mini + .dropdown-toggle {
|
3436
|
+
*padding-top: 2px;
|
3331
3437
|
padding-right: 5px;
|
3438
|
+
*padding-bottom: 2px;
|
3332
3439
|
padding-left: 5px;
|
3333
3440
|
}
|
3334
3441
|
|
3335
|
-
.btn-group > .btn-small.dropdown-toggle {
|
3336
|
-
*padding-top:
|
3442
|
+
.btn-group > .btn-small + .dropdown-toggle {
|
3443
|
+
*padding-top: 5px;
|
3337
3444
|
*padding-bottom: 4px;
|
3338
3445
|
}
|
3339
3446
|
|
3340
|
-
.btn-group > .btn-large.dropdown-toggle {
|
3447
|
+
.btn-group > .btn-large + .dropdown-toggle {
|
3448
|
+
*padding-top: 7px;
|
3341
3449
|
padding-right: 12px;
|
3450
|
+
*padding-bottom: 7px;
|
3342
3451
|
padding-left: 12px;
|
3343
3452
|
}
|
3344
3453
|
|
@@ -3378,26 +3487,17 @@ input[type="submit"].btn.btn-mini {
|
|
3378
3487
|
}
|
3379
3488
|
|
3380
3489
|
.btn .caret {
|
3381
|
-
margin-top:
|
3490
|
+
margin-top: 8px;
|
3382
3491
|
margin-left: 0;
|
3383
3492
|
}
|
3384
3493
|
|
3385
|
-
.btn
|
3386
|
-
.
|
3387
|
-
|
3388
|
-
filter: alpha(opacity=100);
|
3389
|
-
}
|
3390
|
-
|
3391
|
-
.btn-mini .caret {
|
3392
|
-
margin-top: 5px;
|
3393
|
-
}
|
3394
|
-
|
3395
|
-
.btn-small .caret {
|
3494
|
+
.btn-mini .caret,
|
3495
|
+
.btn-small .caret,
|
3496
|
+
.btn-large .caret {
|
3396
3497
|
margin-top: 6px;
|
3397
3498
|
}
|
3398
3499
|
|
3399
3500
|
.btn-large .caret {
|
3400
|
-
margin-top: 6px;
|
3401
3501
|
border-top-width: 5px;
|
3402
3502
|
border-right-width: 5px;
|
3403
3503
|
border-left-width: 5px;
|
@@ -3416,19 +3516,20 @@ input[type="submit"].btn.btn-mini {
|
|
3416
3516
|
.btn-inverse .caret {
|
3417
3517
|
border-top-color: #ffffff;
|
3418
3518
|
border-bottom-color: #ffffff;
|
3419
|
-
opacity: 0.75;
|
3420
|
-
filter: alpha(opacity=75);
|
3421
3519
|
}
|
3422
3520
|
|
3423
3521
|
.btn-group-vertical {
|
3424
3522
|
display: inline-block;
|
3523
|
+
*display: inline;
|
3524
|
+
/* IE7 inline-block hack */
|
3525
|
+
|
3526
|
+
*zoom: 1;
|
3425
3527
|
}
|
3426
3528
|
|
3427
3529
|
.btn-group-vertical .btn {
|
3428
3530
|
display: block;
|
3429
3531
|
float: none;
|
3430
3532
|
width: 100%;
|
3431
|
-
margin-left: 0;
|
3432
3533
|
-webkit-border-radius: 0;
|
3433
3534
|
-moz-border-radius: 0;
|
3434
3535
|
border-radius: 0;
|
@@ -3436,6 +3537,7 @@ input[type="submit"].btn.btn-mini {
|
|
3436
3537
|
|
3437
3538
|
.btn-group-vertical .btn + .btn {
|
3438
3539
|
margin-top: -1px;
|
3540
|
+
margin-left: 0;
|
3439
3541
|
}
|
3440
3542
|
|
3441
3543
|
.btn-group-vertical .btn:first-child {
|
@@ -3474,6 +3576,10 @@ input[type="submit"].btn.btn-mini {
|
|
3474
3576
|
border-radius: 4px;
|
3475
3577
|
}
|
3476
3578
|
|
3579
|
+
.alert h4 {
|
3580
|
+
margin: 0;
|
3581
|
+
}
|
3582
|
+
|
3477
3583
|
.alert .close {
|
3478
3584
|
position: relative;
|
3479
3585
|
top: -2px;
|
@@ -3685,15 +3791,21 @@ input[type="submit"].btn.btn-mini {
|
|
3685
3791
|
}
|
3686
3792
|
|
3687
3793
|
.nav-tabs.nav-stacked > li:first-child > a {
|
3688
|
-
-webkit-border-radius: 4px
|
3689
|
-
|
3690
|
-
|
3794
|
+
-webkit-border-top-right-radius: 4px;
|
3795
|
+
border-top-right-radius: 4px;
|
3796
|
+
-webkit-border-top-left-radius: 4px;
|
3797
|
+
border-top-left-radius: 4px;
|
3798
|
+
-moz-border-radius-topright: 4px;
|
3799
|
+
-moz-border-radius-topleft: 4px;
|
3691
3800
|
}
|
3692
3801
|
|
3693
3802
|
.nav-tabs.nav-stacked > li:last-child > a {
|
3694
|
-
-webkit-border-radius:
|
3695
|
-
|
3696
|
-
|
3803
|
+
-webkit-border-bottom-right-radius: 4px;
|
3804
|
+
border-bottom-right-radius: 4px;
|
3805
|
+
-webkit-border-bottom-left-radius: 4px;
|
3806
|
+
border-bottom-left-radius: 4px;
|
3807
|
+
-moz-border-radius-bottomright: 4px;
|
3808
|
+
-moz-border-radius-bottomleft: 4px;
|
3697
3809
|
}
|
3698
3810
|
|
3699
3811
|
.nav-tabs.nav-stacked > li > a:hover {
|
@@ -3906,26 +4018,28 @@ input[type="submit"].btn.btn-mini {
|
|
3906
4018
|
*z-index: 2;
|
3907
4019
|
margin-bottom: 20px;
|
3908
4020
|
overflow: visible;
|
4021
|
+
color: #555555;
|
3909
4022
|
}
|
3910
4023
|
|
3911
4024
|
.navbar-inner {
|
3912
4025
|
min-height: 40px;
|
3913
4026
|
padding-right: 20px;
|
3914
4027
|
padding-left: 20px;
|
3915
|
-
background-color: #
|
3916
|
-
background-image: -moz-linear-gradient(top, #
|
3917
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#
|
3918
|
-
background-image: -webkit-linear-gradient(top, #
|
3919
|
-
background-image: -o-linear-gradient(top, #
|
3920
|
-
background-image: linear-gradient(to bottom, #
|
4028
|
+
background-color: #fafafa;
|
4029
|
+
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
|
4030
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
|
4031
|
+
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
|
4032
|
+
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
|
4033
|
+
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
|
3921
4034
|
background-repeat: repeat-x;
|
4035
|
+
border: 1px solid #d4d4d4;
|
3922
4036
|
-webkit-border-radius: 4px;
|
3923
4037
|
-moz-border-radius: 4px;
|
3924
4038
|
border-radius: 4px;
|
3925
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3926
|
-
-webkit-box-shadow: 0 1px
|
3927
|
-
-moz-box-shadow: 0 1px
|
3928
|
-
box-shadow: 0 1px
|
4039
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
4040
|
+
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
4041
|
+
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
4042
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
3929
4043
|
}
|
3930
4044
|
|
3931
4045
|
.navbar .container {
|
@@ -3936,36 +4050,39 @@ input[type="submit"].btn.btn-mini {
|
|
3936
4050
|
height: auto;
|
3937
4051
|
}
|
3938
4052
|
|
3939
|
-
.navbar {
|
3940
|
-
color: #999999;
|
3941
|
-
}
|
3942
|
-
|
3943
|
-
.navbar .brand:hover {
|
3944
|
-
text-decoration: none;
|
3945
|
-
}
|
3946
|
-
|
3947
4053
|
.navbar .brand {
|
3948
4054
|
display: block;
|
3949
4055
|
float: left;
|
3950
|
-
padding:
|
4056
|
+
padding: 10px 20px 10px;
|
3951
4057
|
margin-left: -20px;
|
3952
4058
|
font-size: 20px;
|
3953
4059
|
font-weight: 200;
|
3954
|
-
|
3955
|
-
|
4060
|
+
color: #555555;
|
4061
|
+
text-shadow: 0 1px 0 #ffffff;
|
4062
|
+
}
|
4063
|
+
|
4064
|
+
.navbar .brand:hover {
|
4065
|
+
text-decoration: none;
|
3956
4066
|
}
|
3957
4067
|
|
3958
|
-
.navbar
|
4068
|
+
.navbar-text {
|
3959
4069
|
margin-bottom: 0;
|
3960
4070
|
line-height: 40px;
|
3961
4071
|
}
|
3962
4072
|
|
3963
|
-
.navbar
|
3964
|
-
color: #
|
4073
|
+
.navbar-link {
|
4074
|
+
color: #555555;
|
3965
4075
|
}
|
3966
4076
|
|
3967
|
-
.navbar
|
3968
|
-
color: #
|
4077
|
+
.navbar-link:hover {
|
4078
|
+
color: #333333;
|
4079
|
+
}
|
4080
|
+
|
4081
|
+
.navbar .divider-vertical {
|
4082
|
+
height: 40px;
|
4083
|
+
margin: 0 9px;
|
4084
|
+
border-right: 1px solid #ffffff;
|
4085
|
+
border-left: 1px solid #f2f2f2;
|
3969
4086
|
}
|
3970
4087
|
|
3971
4088
|
.navbar .btn,
|
@@ -3997,7 +4114,7 @@ input[type="submit"].btn.btn-mini {
|
|
3997
4114
|
.navbar-form select,
|
3998
4115
|
.navbar-form .radio,
|
3999
4116
|
.navbar-form .checkbox {
|
4000
|
-
margin-top:
|
4117
|
+
margin-top: 5px;
|
4001
4118
|
}
|
4002
4119
|
|
4003
4120
|
.navbar-form input,
|
@@ -4027,52 +4144,32 @@ input[type="submit"].btn.btn-mini {
|
|
4027
4144
|
.navbar-search {
|
4028
4145
|
position: relative;
|
4029
4146
|
float: left;
|
4030
|
-
margin-top:
|
4147
|
+
margin-top: 5px;
|
4031
4148
|
margin-bottom: 0;
|
4032
4149
|
}
|
4033
4150
|
|
4034
4151
|
.navbar-search .search-query {
|
4035
|
-
padding: 4px
|
4152
|
+
padding: 4px 14px;
|
4036
4153
|
margin-bottom: 0;
|
4037
4154
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
4038
4155
|
font-size: 13px;
|
4039
4156
|
font-weight: normal;
|
4040
4157
|
line-height: 1;
|
4041
|
-
|
4042
|
-
|
4043
|
-
|
4044
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
4045
|
-
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
4046
|
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
4047
|
-
-webkit-transition: none;
|
4048
|
-
-moz-transition: none;
|
4049
|
-
-o-transition: none;
|
4050
|
-
transition: none;
|
4051
|
-
}
|
4052
|
-
|
4053
|
-
.navbar-search .search-query:-moz-placeholder {
|
4054
|
-
color: #cccccc;
|
4055
|
-
}
|
4056
|
-
|
4057
|
-
.navbar-search .search-query:-ms-input-placeholder {
|
4058
|
-
color: #cccccc;
|
4158
|
+
-webkit-border-radius: 15px;
|
4159
|
+
-moz-border-radius: 15px;
|
4160
|
+
border-radius: 15px;
|
4059
4161
|
}
|
4060
4162
|
|
4061
|
-
.navbar-
|
4062
|
-
|
4163
|
+
.navbar-static-top {
|
4164
|
+
position: static;
|
4165
|
+
width: 100%;
|
4166
|
+
margin-bottom: 0;
|
4063
4167
|
}
|
4064
4168
|
|
4065
|
-
.navbar-
|
4066
|
-
|
4067
|
-
|
4068
|
-
|
4069
|
-
text-shadow: 0 1px 0 #ffffff;
|
4070
|
-
background-color: #ffffff;
|
4071
|
-
border: 0;
|
4072
|
-
outline: 0;
|
4073
|
-
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
4074
|
-
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
4075
|
-
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
4169
|
+
.navbar-static-top .navbar-inner {
|
4170
|
+
-webkit-border-radius: 0;
|
4171
|
+
-moz-border-radius: 0;
|
4172
|
+
border-radius: 0;
|
4076
4173
|
}
|
4077
4174
|
|
4078
4175
|
.navbar-fixed-top,
|
@@ -4084,6 +4181,12 @@ input[type="submit"].btn.btn-mini {
|
|
4084
4181
|
margin-bottom: 0;
|
4085
4182
|
}
|
4086
4183
|
|
4184
|
+
.navbar-fixed-top .navbar-inner,
|
4185
|
+
.navbar-fixed-bottom .navbar-inner,
|
4186
|
+
.navbar-static-top .navbar-inner {
|
4187
|
+
border: 0;
|
4188
|
+
}
|
4189
|
+
|
4087
4190
|
.navbar-fixed-top .navbar-inner,
|
4088
4191
|
.navbar-fixed-bottom .navbar-inner {
|
4089
4192
|
padding-right: 0;
|
@@ -4093,6 +4196,7 @@ input[type="submit"].btn.btn-mini {
|
|
4093
4196
|
border-radius: 0;
|
4094
4197
|
}
|
4095
4198
|
|
4199
|
+
.navbar-static-top .container,
|
4096
4200
|
.navbar-fixed-top .container,
|
4097
4201
|
.navbar-fixed-bottom .container {
|
4098
4202
|
width: 940px;
|
@@ -4100,16 +4204,23 @@ input[type="submit"].btn.btn-mini {
|
|
4100
4204
|
|
4101
4205
|
.navbar-fixed-top {
|
4102
4206
|
top: 0;
|
4103
|
-
|
4104
|
-
|
4105
|
-
|
4207
|
+
}
|
4208
|
+
|
4209
|
+
.navbar-fixed-top .navbar-inner,
|
4210
|
+
.navbar-static-top .navbar-inner {
|
4211
|
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
4212
|
+
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
4213
|
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
4106
4214
|
}
|
4107
4215
|
|
4108
4216
|
.navbar-fixed-bottom {
|
4109
4217
|
bottom: 0;
|
4110
|
-
|
4111
|
-
|
4112
|
-
|
4218
|
+
}
|
4219
|
+
|
4220
|
+
.navbar-fixed-bottom .navbar-inner {
|
4221
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
4222
|
+
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
4223
|
+
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
4113
4224
|
}
|
4114
4225
|
|
4115
4226
|
.navbar .nav {
|
@@ -4130,56 +4241,32 @@ input[type="submit"].btn.btn-mini {
|
|
4130
4241
|
|
4131
4242
|
.navbar .nav > li > a {
|
4132
4243
|
float: none;
|
4133
|
-
padding: 10px 15px
|
4134
|
-
|
4135
|
-
color: #999999;
|
4244
|
+
padding: 10px 15px 10px;
|
4245
|
+
color: #555555;
|
4136
4246
|
text-decoration: none;
|
4137
|
-
text-shadow: 0
|
4247
|
+
text-shadow: 0 1px 0 #ffffff;
|
4138
4248
|
}
|
4139
4249
|
|
4140
4250
|
.navbar .nav .dropdown-toggle .caret {
|
4141
4251
|
margin-top: 8px;
|
4142
4252
|
}
|
4143
4253
|
|
4144
|
-
.navbar .btn {
|
4145
|
-
display: inline-block;
|
4146
|
-
padding: 4px 10px 4px;
|
4147
|
-
margin: 5px 5px 6px;
|
4148
|
-
line-height: 20px;
|
4149
|
-
}
|
4150
|
-
|
4151
|
-
.navbar .btn-group {
|
4152
|
-
padding: 5px 5px 6px;
|
4153
|
-
margin: 0;
|
4154
|
-
}
|
4155
|
-
|
4156
4254
|
.navbar .nav > li > a:focus,
|
4157
4255
|
.navbar .nav > li > a:hover {
|
4158
|
-
color: #
|
4256
|
+
color: #333333;
|
4159
4257
|
text-decoration: none;
|
4160
4258
|
background-color: transparent;
|
4161
4259
|
}
|
4162
4260
|
|
4163
|
-
.navbar .nav .active > a,
|
4164
|
-
.navbar .nav .active > a:hover,
|
4165
|
-
.navbar .nav .active > a:focus {
|
4166
|
-
color: #
|
4261
|
+
.navbar .nav > .active > a,
|
4262
|
+
.navbar .nav > .active > a:hover,
|
4263
|
+
.navbar .nav > .active > a:focus {
|
4264
|
+
color: #555555;
|
4167
4265
|
text-decoration: none;
|
4168
|
-
background-color: #
|
4169
|
-
|
4170
|
-
|
4171
|
-
|
4172
|
-
width: 1px;
|
4173
|
-
height: 40px;
|
4174
|
-
margin: 0 9px;
|
4175
|
-
overflow: hidden;
|
4176
|
-
background-color: #111111;
|
4177
|
-
border-right: 1px solid #222222;
|
4178
|
-
}
|
4179
|
-
|
4180
|
-
.navbar .nav.pull-right {
|
4181
|
-
margin-right: 0;
|
4182
|
-
margin-left: 10px;
|
4266
|
+
background-color: #e5e5e5;
|
4267
|
+
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
4268
|
+
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
4269
|
+
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
4183
4270
|
}
|
4184
4271
|
|
4185
4272
|
.navbar .btn-navbar {
|
@@ -4190,17 +4277,17 @@ input[type="submit"].btn.btn-mini {
|
|
4190
4277
|
margin-left: 5px;
|
4191
4278
|
color: #ffffff;
|
4192
4279
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
4193
|
-
background-color: #
|
4194
|
-
*background-color: #
|
4195
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#
|
4196
|
-
background-image: -webkit-linear-gradient(top, #
|
4197
|
-
background-image: -o-linear-gradient(top, #
|
4198
|
-
background-image: linear-gradient(to bottom, #
|
4199
|
-
background-image: -moz-linear-gradient(top, #
|
4280
|
+
background-color: #ededed;
|
4281
|
+
*background-color: #e5e5e5;
|
4282
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
|
4283
|
+
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
|
4284
|
+
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
|
4285
|
+
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
|
4286
|
+
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
|
4200
4287
|
background-repeat: repeat-x;
|
4201
|
-
border-color: #
|
4288
|
+
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
|
4202
4289
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
4203
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
4290
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
|
4204
4291
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
4205
4292
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
4206
4293
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
@@ -4213,13 +4300,13 @@ input[type="submit"].btn.btn-mini {
|
|
4213
4300
|
.navbar .btn-navbar.disabled,
|
4214
4301
|
.navbar .btn-navbar[disabled] {
|
4215
4302
|
color: #ffffff;
|
4216
|
-
background-color: #
|
4217
|
-
*background-color: #
|
4303
|
+
background-color: #e5e5e5;
|
4304
|
+
*background-color: #d9d9d9;
|
4218
4305
|
}
|
4219
4306
|
|
4220
4307
|
.navbar .btn-navbar:active,
|
4221
4308
|
.navbar .btn-navbar.active {
|
4222
|
-
background-color: #
|
4309
|
+
background-color: #cccccc \9;
|
4223
4310
|
}
|
4224
4311
|
|
4225
4312
|
.navbar .btn-navbar .icon-bar {
|
@@ -4239,7 +4326,7 @@ input[type="submit"].btn.btn-mini {
|
|
4239
4326
|
margin-top: 3px;
|
4240
4327
|
}
|
4241
4328
|
|
4242
|
-
.navbar .dropdown-menu:before {
|
4329
|
+
.navbar .nav > li > .dropdown-menu:before {
|
4243
4330
|
position: absolute;
|
4244
4331
|
top: -7px;
|
4245
4332
|
left: 9px;
|
@@ -4251,7 +4338,7 @@ input[type="submit"].btn.btn-mini {
|
|
4251
4338
|
content: '';
|
4252
4339
|
}
|
4253
4340
|
|
4254
|
-
.navbar .dropdown-menu:after {
|
4341
|
+
.navbar .nav > li > .dropdown-menu:after {
|
4255
4342
|
position: absolute;
|
4256
4343
|
top: -6px;
|
4257
4344
|
left: 10px;
|
@@ -4262,7 +4349,7 @@ input[type="submit"].btn.btn-mini {
|
|
4262
4349
|
content: '';
|
4263
4350
|
}
|
4264
4351
|
|
4265
|
-
.navbar-fixed-bottom .dropdown-menu:before {
|
4352
|
+
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
|
4266
4353
|
top: auto;
|
4267
4354
|
bottom: -7px;
|
4268
4355
|
border-top: 7px solid #ccc;
|
@@ -4270,218 +4357,211 @@ input[type="submit"].btn.btn-mini {
|
|
4270
4357
|
border-top-color: rgba(0, 0, 0, 0.2);
|
4271
4358
|
}
|
4272
4359
|
|
4273
|
-
.navbar-fixed-bottom .dropdown-menu:after {
|
4360
|
+
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
|
4274
4361
|
top: auto;
|
4275
4362
|
bottom: -6px;
|
4276
4363
|
border-top: 6px solid #ffffff;
|
4277
4364
|
border-bottom: 0;
|
4278
4365
|
}
|
4279
4366
|
|
4280
|
-
.navbar .nav li.dropdown .dropdown-toggle .caret,
|
4281
|
-
.navbar .nav li.dropdown.open .caret {
|
4282
|
-
border-top-color: #ffffff;
|
4283
|
-
border-bottom-color: #ffffff;
|
4284
|
-
}
|
4285
|
-
|
4286
|
-
.navbar .nav li.dropdown.active .caret {
|
4287
|
-
opacity: 1;
|
4288
|
-
filter: alpha(opacity=100);
|
4289
|
-
}
|
4290
|
-
|
4291
4367
|
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
4292
4368
|
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
4293
4369
|
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
4294
|
-
|
4370
|
+
color: #555555;
|
4371
|
+
background-color: #e5e5e5;
|
4295
4372
|
}
|
4296
4373
|
|
4297
|
-
.navbar .nav li.dropdown
|
4298
|
-
|
4299
|
-
color: #
|
4374
|
+
.navbar .nav li.dropdown > .dropdown-toggle .caret {
|
4375
|
+
border-top-color: #555555;
|
4376
|
+
border-bottom-color: #555555;
|
4300
4377
|
}
|
4301
4378
|
|
4302
|
-
.navbar .
|
4303
|
-
.navbar .dropdown
|
4379
|
+
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
|
4380
|
+
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
|
4381
|
+
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
4382
|
+
border-top-color: #555555;
|
4383
|
+
border-bottom-color: #555555;
|
4384
|
+
}
|
4385
|
+
|
4386
|
+
.navbar .pull-right > li > .dropdown-menu,
|
4387
|
+
.navbar .nav > li > .dropdown-menu.pull-right {
|
4304
4388
|
right: 0;
|
4305
4389
|
left: auto;
|
4306
4390
|
}
|
4307
4391
|
|
4308
|
-
.navbar .pull-right .dropdown-menu:before,
|
4309
|
-
.navbar .dropdown-menu.pull-right:before {
|
4392
|
+
.navbar .pull-right > li > .dropdown-menu:before,
|
4393
|
+
.navbar .nav > li > .dropdown-menu.pull-right:before {
|
4310
4394
|
right: 12px;
|
4311
4395
|
left: auto;
|
4312
4396
|
}
|
4313
4397
|
|
4314
|
-
.navbar .pull-right .dropdown-menu:after,
|
4315
|
-
.navbar .dropdown-menu.pull-right:after {
|
4398
|
+
.navbar .pull-right > li > .dropdown-menu:after,
|
4399
|
+
.navbar .nav > li > .dropdown-menu.pull-right:after {
|
4316
4400
|
right: 13px;
|
4317
4401
|
left: auto;
|
4318
4402
|
}
|
4319
4403
|
|
4320
|
-
|
4321
|
-
|
4404
|
+
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
|
4405
|
+
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
|
4406
|
+
right: 100%;
|
4407
|
+
left: auto;
|
4408
|
+
margin-right: -1px;
|
4409
|
+
margin-left: 0;
|
4410
|
+
-webkit-border-radius: 6px 0 6px 6px;
|
4411
|
+
-moz-border-radius: 6px 0 6px 6px;
|
4412
|
+
border-radius: 6px 0 6px 6px;
|
4413
|
+
}
|
4322
4414
|
|
4323
|
-
.navbar-
|
4324
|
-
|
4325
|
-
padding-left: 10px;
|
4326
|
-
background-color: #f9f9f9;
|
4327
|
-
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
|
4328
|
-
background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
|
4329
|
-
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
|
4330
|
-
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
|
4331
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
|
4332
|
-
background-repeat: repeat-x;
|
4333
|
-
border: 1px solid #e5e5e5;
|
4334
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
|
4335
|
-
-webkit-box-shadow: none;
|
4336
|
-
-moz-box-shadow: none;
|
4337
|
-
box-shadow: none;
|
4415
|
+
.navbar-inverse {
|
4416
|
+
color: #999999;
|
4338
4417
|
}
|
4339
4418
|
|
4340
|
-
.navbar-
|
4341
|
-
background-color: #
|
4342
|
-
|
4419
|
+
.navbar-inverse .navbar-inner {
|
4420
|
+
background-color: #1b1b1b;
|
4421
|
+
background-image: -moz-linear-gradient(top, #222222, #111111);
|
4422
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
4423
|
+
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
4424
|
+
background-image: -o-linear-gradient(top, #222222, #111111);
|
4425
|
+
background-image: linear-gradient(to bottom, #222222, #111111);
|
4426
|
+
background-repeat: repeat-x;
|
4427
|
+
border-color: #252525;
|
4428
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
|
4343
4429
|
}
|
4344
4430
|
|
4345
|
-
.navbar-
|
4346
|
-
|
4347
|
-
|
4431
|
+
.navbar-inverse .brand,
|
4432
|
+
.navbar-inverse .nav > li > a {
|
4433
|
+
color: #999999;
|
4434
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
4348
4435
|
}
|
4349
4436
|
|
4350
|
-
.navbar-
|
4351
|
-
|
4437
|
+
.navbar-inverse .brand:hover,
|
4438
|
+
.navbar-inverse .nav > li > a:hover {
|
4439
|
+
color: #ffffff;
|
4352
4440
|
}
|
4353
4441
|
|
4354
|
-
.navbar-
|
4355
|
-
.navbar-
|
4356
|
-
color: #
|
4357
|
-
background-color:
|
4358
|
-
-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5), 1px 0 0 rgba(255, 255, 255, 0.5);
|
4359
|
-
-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5), 1px 0 0 rgba(255, 255, 255, 0.5);
|
4360
|
-
box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5), 1px 0 0 rgba(255, 255, 255, 0.5);
|
4442
|
+
.navbar-inverse .nav > li > a:focus,
|
4443
|
+
.navbar-inverse .nav > li > a:hover {
|
4444
|
+
color: #ffffff;
|
4445
|
+
background-color: transparent;
|
4361
4446
|
}
|
4362
4447
|
|
4363
|
-
.navbar-
|
4364
|
-
.navbar-
|
4365
|
-
|
4366
|
-
|
4448
|
+
.navbar-inverse .nav .active > a,
|
4449
|
+
.navbar-inverse .nav .active > a:hover,
|
4450
|
+
.navbar-inverse .nav .active > a:focus {
|
4451
|
+
color: #ffffff;
|
4452
|
+
background-color: #111111;
|
4367
4453
|
}
|
4368
4454
|
|
4369
|
-
.navbar-
|
4370
|
-
|
4371
|
-
border-color: #ccc;
|
4372
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.25);
|
4373
|
-
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.25);
|
4374
|
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.25);
|
4455
|
+
.navbar-inverse .navbar-link {
|
4456
|
+
color: #999999;
|
4375
4457
|
}
|
4376
4458
|
|
4377
|
-
.navbar-
|
4378
|
-
|
4379
|
-
padding: 4px 9px;
|
4380
|
-
border: 1px solid rgba(82, 168, 236, 0.8);
|
4381
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
|
4382
|
-
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
|
4383
|
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
|
4459
|
+
.navbar-inverse .navbar-link:hover {
|
4460
|
+
color: #ffffff;
|
4384
4461
|
}
|
4385
4462
|
|
4386
|
-
.navbar-
|
4387
|
-
color: #
|
4463
|
+
.navbar-inverse .divider-vertical {
|
4464
|
+
border-right-color: #222222;
|
4465
|
+
border-left-color: #111111;
|
4388
4466
|
}
|
4389
4467
|
|
4390
|
-
.navbar-
|
4468
|
+
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
|
4469
|
+
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
|
4470
|
+
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
|
4391
4471
|
color: #ffffff;
|
4392
|
-
|
4393
|
-
background-color: #ededed;
|
4394
|
-
*background-color: #e4e4e4;
|
4395
|
-
background-image: -moz-linear-gradient(top, #f2f2f2, #e4e4e4);
|
4396
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e4e4e4));
|
4397
|
-
background-image: -webkit-linear-gradient(top, #f2f2f2, #e4e4e4);
|
4398
|
-
background-image: -o-linear-gradient(top, #f2f2f2, #e4e4e4);
|
4399
|
-
background-image: linear-gradient(to bottom, #f2f2f2, #e4e4e4);
|
4400
|
-
background-repeat: repeat-x;
|
4401
|
-
border-color: #e4e4e4 #e4e4e4 #bebebe;
|
4402
|
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
4403
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe4e4e4', GradientType=0);
|
4404
|
-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
4405
|
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
|
4406
|
-
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
|
4407
|
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
|
4472
|
+
background-color: #111111;
|
4408
4473
|
}
|
4409
4474
|
|
4410
|
-
.navbar-
|
4411
|
-
|
4412
|
-
|
4413
|
-
|
4414
|
-
|
4475
|
+
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
|
4476
|
+
border-top-color: #999999;
|
4477
|
+
border-bottom-color: #999999;
|
4478
|
+
}
|
4479
|
+
|
4480
|
+
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
|
4481
|
+
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
|
4482
|
+
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
4483
|
+
border-top-color: #ffffff;
|
4484
|
+
border-bottom-color: #ffffff;
|
4485
|
+
}
|
4486
|
+
|
4487
|
+
.navbar-inverse .navbar-search .search-query {
|
4415
4488
|
color: #ffffff;
|
4416
|
-
background-color: #
|
4417
|
-
|
4489
|
+
background-color: #515151;
|
4490
|
+
border-color: #111111;
|
4491
|
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
4492
|
+
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
4493
|
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
4494
|
+
-webkit-transition: none;
|
4495
|
+
-moz-transition: none;
|
4496
|
+
-o-transition: none;
|
4497
|
+
transition: none;
|
4418
4498
|
}
|
4419
4499
|
|
4420
|
-
.navbar-
|
4421
|
-
|
4422
|
-
background-color: #cbcbcb \9;
|
4500
|
+
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
|
4501
|
+
color: #cccccc;
|
4423
4502
|
}
|
4424
4503
|
|
4425
|
-
.navbar .
|
4426
|
-
|
4427
|
-
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
4428
|
-
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
4429
|
-
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
4504
|
+
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
|
4505
|
+
color: #cccccc;
|
4430
4506
|
}
|
4431
4507
|
|
4432
|
-
.navbar-
|
4433
|
-
|
4434
|
-
top: 40px;
|
4435
|
-
right: 0;
|
4436
|
-
left: 0;
|
4437
|
-
z-index: 1020;
|
4438
|
-
-webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 10px rgba(0, 0, 0, 0.1);
|
4439
|
-
-moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 10px rgba(0, 0, 0, 0.1);
|
4440
|
-
box-shadow: inset 0 1px 0 #ffffff, 0 1px 10px rgba(0, 0, 0, 0.1);
|
4508
|
+
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
|
4509
|
+
color: #cccccc;
|
4441
4510
|
}
|
4442
4511
|
|
4443
|
-
.navbar-
|
4444
|
-
|
4445
|
-
|
4446
|
-
|
4447
|
-
|
4448
|
-
|
4512
|
+
.navbar-inverse .navbar-search .search-query:focus,
|
4513
|
+
.navbar-inverse .navbar-search .search-query.focused {
|
4514
|
+
padding: 5px 15px;
|
4515
|
+
color: #333333;
|
4516
|
+
text-shadow: 0 1px 0 #ffffff;
|
4517
|
+
background-color: #ffffff;
|
4518
|
+
border: 0;
|
4519
|
+
outline: 0;
|
4520
|
+
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
4521
|
+
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
4522
|
+
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
4523
|
+
}
|
4524
|
+
|
4525
|
+
.navbar-inverse .btn-navbar {
|
4526
|
+
color: #ffffff;
|
4527
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
4528
|
+
background-color: #0e0e0e;
|
4529
|
+
*background-color: #040404;
|
4530
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
|
4531
|
+
background-image: -webkit-linear-gradient(top, #151515, #040404);
|
4532
|
+
background-image: -o-linear-gradient(top, #151515, #040404);
|
4533
|
+
background-image: linear-gradient(to bottom, #151515, #040404);
|
4534
|
+
background-image: -moz-linear-gradient(top, #151515, #040404);
|
4535
|
+
background-repeat: repeat-x;
|
4536
|
+
border-color: #040404 #040404 #000000;
|
4537
|
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
4538
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
|
4449
4539
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
4450
4540
|
}
|
4451
4541
|
|
4452
|
-
.navbar-
|
4453
|
-
|
4454
|
-
|
4455
|
-
|
4456
|
-
|
4542
|
+
.navbar-inverse .btn-navbar:hover,
|
4543
|
+
.navbar-inverse .btn-navbar:active,
|
4544
|
+
.navbar-inverse .btn-navbar.active,
|
4545
|
+
.navbar-inverse .btn-navbar.disabled,
|
4546
|
+
.navbar-inverse .btn-navbar[disabled] {
|
4547
|
+
color: #ffffff;
|
4548
|
+
background-color: #040404;
|
4549
|
+
*background-color: #000000;
|
4457
4550
|
}
|
4458
4551
|
|
4459
|
-
.navbar-
|
4460
|
-
.navbar-
|
4461
|
-
-
|
4462
|
-
-moz-border-radius: 0;
|
4463
|
-
border-radius: 0;
|
4552
|
+
.navbar-inverse .btn-navbar:active,
|
4553
|
+
.navbar-inverse .btn-navbar.active {
|
4554
|
+
background-color: #000000 \9;
|
4464
4555
|
}
|
4465
4556
|
|
4466
4557
|
.breadcrumb {
|
4467
|
-
padding:
|
4558
|
+
padding: 8px 15px;
|
4468
4559
|
margin: 0 0 20px;
|
4469
4560
|
list-style: none;
|
4470
|
-
background-color: #
|
4471
|
-
|
4472
|
-
|
4473
|
-
|
4474
|
-
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
|
4475
|
-
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
|
4476
|
-
background-repeat: repeat-x;
|
4477
|
-
border: 1px solid #ddd;
|
4478
|
-
-webkit-border-radius: 3px;
|
4479
|
-
-moz-border-radius: 3px;
|
4480
|
-
border-radius: 3px;
|
4481
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
|
4482
|
-
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
4483
|
-
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
4484
|
-
box-shadow: inset 0 1px 0 #ffffff;
|
4561
|
+
background-color: #f5f5f5;
|
4562
|
+
-webkit-border-radius: 4px;
|
4563
|
+
-moz-border-radius: 4px;
|
4564
|
+
border-radius: 4px;
|
4485
4565
|
}
|
4486
4566
|
|
4487
4567
|
.breadcrumb li {
|
@@ -4493,11 +4573,11 @@ input[type="submit"].btn.btn-mini {
|
|
4493
4573
|
|
4494
4574
|
.breadcrumb .divider {
|
4495
4575
|
padding: 0 5px;
|
4496
|
-
color: #
|
4576
|
+
color: #ccc;
|
4497
4577
|
}
|
4498
4578
|
|
4499
|
-
.breadcrumb .active
|
4500
|
-
color: #
|
4579
|
+
.breadcrumb .active {
|
4580
|
+
color: #999999;
|
4501
4581
|
}
|
4502
4582
|
|
4503
4583
|
.pagination {
|
@@ -4529,7 +4609,8 @@ input[type="submit"].btn.btn-mini {
|
|
4529
4609
|
padding: 0 14px;
|
4530
4610
|
line-height: 38px;
|
4531
4611
|
text-decoration: none;
|
4532
|
-
|
4612
|
+
background-color: #ffffff;
|
4613
|
+
border: 1px solid #dddddd;
|
4533
4614
|
border-left-width: 0;
|
4534
4615
|
}
|
4535
4616
|
|
@@ -4641,7 +4722,7 @@ input[type="submit"].btn.btn-mini {
|
|
4641
4722
|
}
|
4642
4723
|
|
4643
4724
|
.modal-open .tooltip {
|
4644
|
-
z-index:
|
4725
|
+
z-index: 2080;
|
4645
4726
|
}
|
4646
4727
|
|
4647
4728
|
.modal-backdrop {
|
@@ -4708,6 +4789,11 @@ input[type="submit"].btn.btn-mini {
|
|
4708
4789
|
margin-top: 2px;
|
4709
4790
|
}
|
4710
4791
|
|
4792
|
+
.modal-header h3 {
|
4793
|
+
margin: 0;
|
4794
|
+
line-height: 30px;
|
4795
|
+
}
|
4796
|
+
|
4711
4797
|
.modal-body {
|
4712
4798
|
max-height: 400px;
|
4713
4799
|
padding: 15px;
|
@@ -4755,7 +4841,7 @@ input[type="submit"].btn.btn-mini {
|
|
4755
4841
|
|
4756
4842
|
.tooltip {
|
4757
4843
|
position: absolute;
|
4758
|
-
z-index:
|
4844
|
+
z-index: 1030;
|
4759
4845
|
display: block;
|
4760
4846
|
padding: 5px;
|
4761
4847
|
font-size: 11px;
|
@@ -4843,8 +4929,9 @@ input[type="submit"].btn.btn-mini {
|
|
4843
4929
|
left: 0;
|
4844
4930
|
z-index: 1010;
|
4845
4931
|
display: none;
|
4846
|
-
width:
|
4847
|
-
|
4932
|
+
width: 236px;
|
4933
|
+
padding: 1px;
|
4934
|
+
background-color: #ffffff;
|
4848
4935
|
border: 1px solid #ccc;
|
4849
4936
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
4850
4937
|
-webkit-border-radius: 6px;
|
@@ -4880,8 +4967,8 @@ input[type="submit"].btn.btn-mini {
|
|
4880
4967
|
font-size: 14px;
|
4881
4968
|
font-weight: normal;
|
4882
4969
|
line-height: 18px;
|
4883
|
-
background-color: #
|
4884
|
-
border-bottom: 1px solid #
|
4970
|
+
background-color: #f7f7f7;
|
4971
|
+
border-bottom: 1px solid #ebebeb;
|
4885
4972
|
-webkit-border-radius: 5px 5px 0 0;
|
4886
4973
|
-moz-border-radius: 5px 5px 0 0;
|
4887
4974
|
border-radius: 5px 5px 0 0;
|
@@ -4923,7 +5010,7 @@ input[type="submit"].btn.btn-mini {
|
|
4923
5010
|
.popover.top .arrow:after {
|
4924
5011
|
bottom: -1px;
|
4925
5012
|
left: -11px;
|
4926
|
-
border-top-color: rgba(0, 0, 0, 0.
|
5013
|
+
border-top-color: rgba(0, 0, 0, 0.25);
|
4927
5014
|
border-width: 11px 11px 0;
|
4928
5015
|
}
|
4929
5016
|
|
@@ -4938,7 +5025,7 @@ input[type="submit"].btn.btn-mini {
|
|
4938
5025
|
.popover.right .arrow:after {
|
4939
5026
|
bottom: -11px;
|
4940
5027
|
left: -1px;
|
4941
|
-
border-right-color: rgba(0, 0, 0, 0.
|
5028
|
+
border-right-color: rgba(0, 0, 0, 0.25);
|
4942
5029
|
border-width: 11px 11px 11px 0;
|
4943
5030
|
}
|
4944
5031
|
|
@@ -4946,14 +5033,14 @@ input[type="submit"].btn.btn-mini {
|
|
4946
5033
|
top: -10px;
|
4947
5034
|
left: 50%;
|
4948
5035
|
margin-left: -10px;
|
4949
|
-
border-bottom-color: #
|
5036
|
+
border-bottom-color: #ffffff;
|
4950
5037
|
border-width: 0 10px 10px;
|
4951
5038
|
}
|
4952
5039
|
|
4953
5040
|
.popover.bottom .arrow:after {
|
4954
5041
|
top: -1px;
|
4955
5042
|
left: -11px;
|
4956
|
-
border-bottom-color: rgba(0, 0, 0, 0.
|
5043
|
+
border-bottom-color: rgba(0, 0, 0, 0.25);
|
4957
5044
|
border-width: 0 11px 11px;
|
4958
5045
|
}
|
4959
5046
|
|
@@ -4968,7 +5055,7 @@ input[type="submit"].btn.btn-mini {
|
|
4968
5055
|
.popover.left .arrow:after {
|
4969
5056
|
right: -1px;
|
4970
5057
|
bottom: -11px;
|
4971
|
-
border-left-color: rgba(0, 0, 0, 0.
|
5058
|
+
border-left-color: rgba(0, 0, 0, 0.25);
|
4972
5059
|
border-width: 11px 0 11px 11px;
|
4973
5060
|
}
|
4974
5061
|
|
@@ -5010,6 +5097,10 @@ input[type="submit"].btn.btn-mini {
|
|
5010
5097
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
5011
5098
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
5012
5099
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
5100
|
+
-webkit-transition: all 0.2s ease-in-out;
|
5101
|
+
-moz-transition: all 0.2s ease-in-out;
|
5102
|
+
-o-transition: all 0.2s ease-in-out;
|
5103
|
+
transition: all 0.2s ease-in-out;
|
5013
5104
|
}
|
5014
5105
|
|
5015
5106
|
a.thumbnail:hover {
|
@@ -5114,6 +5205,17 @@ a.badge:hover {
|
|
5114
5205
|
background-color: #1a1a1a;
|
5115
5206
|
}
|
5116
5207
|
|
5208
|
+
.btn .label,
|
5209
|
+
.btn .badge {
|
5210
|
+
position: relative;
|
5211
|
+
top: -1px;
|
5212
|
+
}
|
5213
|
+
|
5214
|
+
.btn-mini .label,
|
5215
|
+
.btn-mini .badge {
|
5216
|
+
top: 0;
|
5217
|
+
}
|
5218
|
+
|
5117
5219
|
@-webkit-keyframes progress-bar-stripes {
|
5118
5220
|
from {
|
5119
5221
|
background-position: 40px 0;
|
@@ -5160,8 +5262,8 @@ a.badge:hover {
|
|
5160
5262
|
}
|
5161
5263
|
|
5162
5264
|
.progress {
|
5163
|
-
height:
|
5164
|
-
margin-bottom:
|
5265
|
+
height: 20px;
|
5266
|
+
margin-bottom: 20px;
|
5165
5267
|
overflow: hidden;
|
5166
5268
|
background-color: #f7f7f7;
|
5167
5269
|
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
@@ -5180,6 +5282,7 @@ a.badge:hover {
|
|
5180
5282
|
}
|
5181
5283
|
|
5182
5284
|
.progress .bar {
|
5285
|
+
float: left;
|
5183
5286
|
width: 0;
|
5184
5287
|
height: 100%;
|
5185
5288
|
font-size: 12px;
|
@@ -5187,11 +5290,11 @@ a.badge:hover {
|
|
5187
5290
|
text-align: center;
|
5188
5291
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
5189
5292
|
background-color: #0e90d2;
|
5293
|
+
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
5190
5294
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
5191
5295
|
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
5192
5296
|
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
5193
5297
|
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
5194
|
-
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
5195
5298
|
background-repeat: repeat-x;
|
5196
5299
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
5197
5300
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
@@ -5206,6 +5309,12 @@ a.badge:hover {
|
|
5206
5309
|
transition: width 0.6s ease;
|
5207
5310
|
}
|
5208
5311
|
|
5312
|
+
.progress .bar + .bar {
|
5313
|
+
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
5314
|
+
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
5315
|
+
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
5316
|
+
}
|
5317
|
+
|
5209
5318
|
.progress-striped .bar {
|
5210
5319
|
background-color: #149bdf;
|
5211
5320
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
@@ -5227,7 +5336,8 @@ a.badge:hover {
|
|
5227
5336
|
animation: progress-bar-stripes 2s linear infinite;
|
5228
5337
|
}
|
5229
5338
|
|
5230
|
-
.progress-danger .bar
|
5339
|
+
.progress-danger .bar,
|
5340
|
+
.progress .bar-danger {
|
5231
5341
|
background-color: #dd514c;
|
5232
5342
|
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
5233
5343
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
@@ -5238,7 +5348,8 @@ a.badge:hover {
|
|
5238
5348
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
5239
5349
|
}
|
5240
5350
|
|
5241
|
-
.progress-danger.progress-striped .bar
|
5351
|
+
.progress-danger.progress-striped .bar,
|
5352
|
+
.progress-striped .bar-danger {
|
5242
5353
|
background-color: #ee5f5b;
|
5243
5354
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5244
5355
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
@@ -5247,7 +5358,8 @@ a.badge:hover {
|
|
5247
5358
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5248
5359
|
}
|
5249
5360
|
|
5250
|
-
.progress-success .bar
|
5361
|
+
.progress-success .bar,
|
5362
|
+
.progress .bar-success {
|
5251
5363
|
background-color: #5eb95e;
|
5252
5364
|
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
5253
5365
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
@@ -5258,7 +5370,8 @@ a.badge:hover {
|
|
5258
5370
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
5259
5371
|
}
|
5260
5372
|
|
5261
|
-
.progress-success.progress-striped .bar
|
5373
|
+
.progress-success.progress-striped .bar,
|
5374
|
+
.progress-striped .bar-success {
|
5262
5375
|
background-color: #62c462;
|
5263
5376
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5264
5377
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
@@ -5267,7 +5380,8 @@ a.badge:hover {
|
|
5267
5380
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5268
5381
|
}
|
5269
5382
|
|
5270
|
-
.progress-info .bar
|
5383
|
+
.progress-info .bar,
|
5384
|
+
.progress .bar-info {
|
5271
5385
|
background-color: #4bb1cf;
|
5272
5386
|
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
5273
5387
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
@@ -5278,7 +5392,8 @@ a.badge:hover {
|
|
5278
5392
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
5279
5393
|
}
|
5280
5394
|
|
5281
|
-
.progress-info.progress-striped .bar
|
5395
|
+
.progress-info.progress-striped .bar,
|
5396
|
+
.progress-striped .bar-info {
|
5282
5397
|
background-color: #5bc0de;
|
5283
5398
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5284
5399
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
@@ -5287,7 +5402,8 @@ a.badge:hover {
|
|
5287
5402
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5288
5403
|
}
|
5289
5404
|
|
5290
|
-
.progress-warning .bar
|
5405
|
+
.progress-warning .bar,
|
5406
|
+
.progress .bar-warning {
|
5291
5407
|
background-color: #faa732;
|
5292
5408
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
5293
5409
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
@@ -5298,7 +5414,8 @@ a.badge:hover {
|
|
5298
5414
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
5299
5415
|
}
|
5300
5416
|
|
5301
|
-
.progress-warning.progress-striped .bar
|
5417
|
+
.progress-warning.progress-striped .bar,
|
5418
|
+
.progress-striped .bar-warning {
|
5302
5419
|
background-color: #fbb450;
|
5303
5420
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5304
5421
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
@@ -5491,11 +5608,11 @@ a.badge:hover {
|
|
5491
5608
|
}
|
5492
5609
|
|
5493
5610
|
.hide {
|
5494
|
-
display: none
|
5611
|
+
display: none;
|
5495
5612
|
}
|
5496
5613
|
|
5497
5614
|
.show {
|
5498
|
-
display: block
|
5615
|
+
display: block;
|
5499
5616
|
}
|
5500
5617
|
|
5501
5618
|
.invisible {
|