jombo 1.0.2 → 1.0.3
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/lib/jombo/version.rb +1 -1
- data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
- data/vendor/assets/images/glyphicons-halflings.png +0 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-alert.js +27 -31
- data/vendor/assets/javascripts/bootstrap/bootstrap-button.js +28 -32
- data/vendor/assets/javascripts/bootstrap/bootstrap-carousel.js +15 -8
- data/vendor/assets/javascripts/bootstrap/bootstrap-collapse.js +28 -20
- data/vendor/assets/javascripts/bootstrap/bootstrap-dropdown.js +14 -8
- data/vendor/assets/javascripts/bootstrap/bootstrap-modal.js +24 -16
- data/vendor/assets/javascripts/bootstrap/bootstrap-popover.js +12 -7
- data/vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js +11 -10
- data/vendor/assets/javascripts/bootstrap/bootstrap-tab.js +11 -6
- data/vendor/assets/javascripts/bootstrap/bootstrap-tooltip.js +39 -34
- data/vendor/assets/javascripts/bootstrap/bootstrap-transition.js +29 -19
- data/vendor/assets/javascripts/bootstrap/bootstrap-typeahead.js +20 -8
- data/vendor/assets/stylesheets/bootstrap/bootstrap-responsive.css +209 -183
- data/vendor/assets/stylesheets/bootstrap/{bootstrap.css → bootstrap.css.erb} +484 -329
- metadata +4 -4
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v2.0.
|
2
|
+
* Bootstrap v2.0.3
|
3
3
|
*
|
4
4
|
* Copyright 2012 Twitter, Inc
|
5
5
|
* Licensed under the Apache License v2.0
|
@@ -57,10 +57,10 @@ sub {
|
|
57
57
|
bottom: -0.25em;
|
58
58
|
}
|
59
59
|
img {
|
60
|
-
|
60
|
+
max-width: 100%;
|
61
|
+
vertical-align: middle;
|
61
62
|
border: 0;
|
62
63
|
-ms-interpolation-mode: bicubic;
|
63
|
-
vertical-align: middle;
|
64
64
|
}
|
65
65
|
button,
|
66
66
|
input,
|
@@ -88,10 +88,10 @@ input[type="submit"] {
|
|
88
88
|
-webkit-appearance: button;
|
89
89
|
}
|
90
90
|
input[type="search"] {
|
91
|
-
-webkit-appearance: textfield;
|
92
91
|
-webkit-box-sizing: content-box;
|
93
92
|
-moz-box-sizing: content-box;
|
94
93
|
box-sizing: content-box;
|
94
|
+
-webkit-appearance: textfield;
|
95
95
|
}
|
96
96
|
input[type="search"]::-webkit-search-decoration,
|
97
97
|
input[type="search"]::-webkit-search-cancel-button {
|
@@ -113,20 +113,16 @@ textarea {
|
|
113
113
|
clear: both;
|
114
114
|
}
|
115
115
|
.hide-text {
|
116
|
-
border: 0;
|
117
116
|
font: 0/0 a;
|
118
|
-
text-shadow: none;
|
119
117
|
color: transparent;
|
118
|
+
text-shadow: none;
|
120
119
|
background-color: transparent;
|
120
|
+
border: 0;
|
121
121
|
}
|
122
122
|
.input-block-level {
|
123
123
|
display: block;
|
124
124
|
width: 100%;
|
125
125
|
min-height: 28px;
|
126
|
-
/* Make inputs at least the height of their button counterpart */
|
127
|
-
|
128
|
-
/* Makes inputs behave like true block-level elements */
|
129
|
-
|
130
126
|
-webkit-box-sizing: border-box;
|
131
127
|
-moz-box-sizing: border-box;
|
132
128
|
-ms-box-sizing: border-box;
|
@@ -253,52 +249,59 @@ a:hover {
|
|
253
249
|
.row-fluid:after {
|
254
250
|
clear: both;
|
255
251
|
}
|
256
|
-
.row-fluid
|
252
|
+
.row-fluid [class*="span"] {
|
253
|
+
display: block;
|
254
|
+
width: 100%;
|
255
|
+
min-height: 28px;
|
256
|
+
-webkit-box-sizing: border-box;
|
257
|
+
-moz-box-sizing: border-box;
|
258
|
+
-ms-box-sizing: border-box;
|
259
|
+
box-sizing: border-box;
|
257
260
|
float: left;
|
258
261
|
margin-left: 2.127659574%;
|
259
262
|
}
|
260
|
-
.row-fluid
|
263
|
+
.row-fluid [class*="span"]:first-child {
|
261
264
|
margin-left: 0;
|
262
265
|
}
|
263
|
-
.row-fluid
|
266
|
+
.row-fluid .span12 {
|
264
267
|
width: 99.99999998999999%;
|
265
268
|
}
|
266
|
-
.row-fluid
|
269
|
+
.row-fluid .span11 {
|
267
270
|
width: 91.489361693%;
|
268
271
|
}
|
269
|
-
.row-fluid
|
272
|
+
.row-fluid .span10 {
|
270
273
|
width: 82.97872339599999%;
|
271
274
|
}
|
272
|
-
.row-fluid
|
275
|
+
.row-fluid .span9 {
|
273
276
|
width: 74.468085099%;
|
274
277
|
}
|
275
|
-
.row-fluid
|
278
|
+
.row-fluid .span8 {
|
276
279
|
width: 65.95744680199999%;
|
277
280
|
}
|
278
|
-
.row-fluid
|
281
|
+
.row-fluid .span7 {
|
279
282
|
width: 57.446808505%;
|
280
283
|
}
|
281
|
-
.row-fluid
|
284
|
+
.row-fluid .span6 {
|
282
285
|
width: 48.93617020799999%;
|
283
286
|
}
|
284
|
-
.row-fluid
|
287
|
+
.row-fluid .span5 {
|
285
288
|
width: 40.425531911%;
|
286
289
|
}
|
287
|
-
.row-fluid
|
290
|
+
.row-fluid .span4 {
|
288
291
|
width: 31.914893614%;
|
289
292
|
}
|
290
|
-
.row-fluid
|
293
|
+
.row-fluid .span3 {
|
291
294
|
width: 23.404255317%;
|
292
295
|
}
|
293
|
-
.row-fluid
|
296
|
+
.row-fluid .span2 {
|
294
297
|
width: 14.89361702%;
|
295
298
|
}
|
296
|
-
.row-fluid
|
299
|
+
.row-fluid .span1 {
|
297
300
|
width: 6.382978723%;
|
298
301
|
}
|
299
302
|
.container {
|
300
|
-
margin-left: auto;
|
301
303
|
margin-right: auto;
|
304
|
+
margin-left: auto;
|
302
305
|
*zoom: 1;
|
303
306
|
}
|
304
307
|
.container:before,
|
@@ -310,8 +313,8 @@ a:hover {
|
|
310
313
|
clear: both;
|
311
314
|
}
|
312
315
|
.container-fluid {
|
313
|
-
padding-left: 20px;
|
314
316
|
padding-right: 20px;
|
317
|
+
padding-left: 20px;
|
315
318
|
*zoom: 1;
|
316
319
|
}
|
317
320
|
.container-fluid:before,
|
@@ -374,8 +377,8 @@ h2 small {
|
|
374
377
|
font-size: 18px;
|
375
378
|
}
|
376
379
|
h3 {
|
377
|
-
line-height: 27px;
|
378
380
|
font-size: 18px;
|
381
|
+
line-height: 27px;
|
379
382
|
}
|
380
383
|
h3 small {
|
381
384
|
font-size: 14px;
|
@@ -448,9 +451,12 @@ dd {
|
|
448
451
|
}
|
449
452
|
.dl-horizontal dt {
|
450
453
|
float: left;
|
451
|
-
clear: left;
|
452
454
|
width: 120px;
|
455
|
+
clear: left;
|
453
456
|
text-align: right;
|
457
|
+
overflow: hidden;
|
458
|
+
text-overflow: ellipsis;
|
459
|
+
white-space: nowrap;
|
454
460
|
}
|
455
461
|
.dl-horizontal dd {
|
456
462
|
margin-left: 130px;
|
@@ -471,8 +477,8 @@ em {
|
|
471
477
|
color: #999999;
|
472
478
|
}
|
473
479
|
abbr[title] {
|
474
|
-
border-bottom: 1px dotted #ddd;
|
475
480
|
cursor: help;
|
481
|
+
border-bottom: 1px dotted #ddd;
|
476
482
|
}
|
477
483
|
abbr.initialism {
|
478
484
|
font-size: 90%;
|
@@ -499,10 +505,10 @@ blockquote small:before {
|
|
499
505
|
}
|
500
506
|
blockquote.pull-right {
|
501
507
|
float: right;
|
502
|
-
padding-left: 0;
|
503
508
|
padding-right: 15px;
|
504
|
-
|
509
|
+
padding-left: 0;
|
505
510
|
border-right: 5px solid #eeeeee;
|
511
|
+
border-left: 0;
|
506
512
|
}
|
507
513
|
blockquote.pull-right p,
|
508
514
|
blockquote.pull-right small {
|
@@ -517,8 +523,8 @@ blockquote:after {
|
|
517
523
|
address {
|
518
524
|
display: block;
|
519
525
|
margin-bottom: 18px;
|
520
|
-
line-height: 18px;
|
521
526
|
font-style: normal;
|
527
|
+
line-height: 18px;
|
522
528
|
}
|
523
529
|
small {
|
524
530
|
font-size: 100%;
|
@@ -529,7 +535,7 @@ cite {
|
|
529
535
|
code,
|
530
536
|
pre {
|
531
537
|
padding: 0 3px 2px;
|
532
|
-
font-family: Menlo, Monaco, "Courier New", monospace;
|
538
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
533
539
|
font-size: 12px;
|
534
540
|
color: #333333;
|
535
541
|
-webkit-border-radius: 3px;
|
@@ -548,16 +554,16 @@ pre {
|
|
548
554
|
margin: 0 0 9px;
|
549
555
|
font-size: 12.025px;
|
550
556
|
line-height: 18px;
|
557
|
+
word-break: break-all;
|
558
|
+
word-wrap: break-word;
|
559
|
+
white-space: pre;
|
560
|
+
white-space: pre-wrap;
|
551
561
|
background-color: #f5f5f5;
|
552
562
|
border: 1px solid #ccc;
|
553
563
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
554
564
|
-webkit-border-radius: 4px;
|
555
565
|
-moz-border-radius: 4px;
|
556
566
|
border-radius: 4px;
|
557
|
-
white-space: pre;
|
558
|
-
white-space: pre-wrap;
|
559
|
-
word-break: break-all;
|
560
|
-
word-wrap: break-word;
|
561
567
|
}
|
562
568
|
pre.prettyprint {
|
563
569
|
margin-bottom: 18px;
|
@@ -627,6 +633,7 @@ select,
|
|
627
633
|
font-size: 13px;
|
628
634
|
line-height: 18px;
|
629
635
|
color: #555555;
|
636
|
+
background-color: #ffffff;
|
630
637
|
border: 1px solid #cccccc;
|
631
638
|
-webkit-border-radius: 3px;
|
632
639
|
-moz-border-radius: 3px;
|
@@ -653,12 +660,12 @@ input[type="radio"] {
|
|
653
660
|
|
654
661
|
line-height: normal;
|
655
662
|
cursor: pointer;
|
656
|
-
-webkit-border-radius: 0;
|
657
|
-
-moz-border-radius: 0;
|
658
|
-
border-radius: 0;
|
659
663
|
border: 0 \9;
|
660
664
|
/* IE9 and down */
|
661
665
|
|
666
|
+
-webkit-border-radius: 0;
|
667
|
+
-moz-border-radius: 0;
|
668
|
+
border-radius: 0;
|
662
669
|
}
|
663
670
|
input[type="image"] {
|
664
671
|
border: 0;
|
@@ -667,9 +674,9 @@ input[type="file"] {
|
|
667
674
|
width: auto;
|
668
675
|
padding: initial;
|
669
676
|
line-height: initial;
|
670
|
-
border: initial;
|
671
677
|
background-color: #ffffff;
|
672
678
|
background-color: initial;
|
679
|
+
border: initial;
|
673
680
|
-webkit-box-shadow: none;
|
674
681
|
-moz-box-shadow: none;
|
675
682
|
box-shadow: none;
|
@@ -715,6 +722,7 @@ input[type="hidden"] {
|
|
715
722
|
.radio,
|
716
723
|
.checkbox {
|
717
724
|
padding-left: 18px;
|
725
|
+
overflow: auto;
|
718
726
|
}
|
719
727
|
.radio input[type="radio"],
|
720
728
|
.checkbox input[type="checkbox"] {
|
@@ -750,24 +758,24 @@ textarea {
|
|
750
758
|
input:focus,
|
751
759
|
textarea:focus {
|
752
760
|
border-color: rgba(82, 168, 236, 0.8);
|
753
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
754
|
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
755
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
756
761
|
outline: 0;
|
757
762
|
outline: thin dotted \9;
|
758
763
|
/* IE6-9 */
|
759
764
|
|
765
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
766
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
767
|
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
760
768
|
}
|
761
769
|
input[type="file"]:focus,
|
762
770
|
input[type="radio"]:focus,
|
763
771
|
input[type="checkbox"]:focus,
|
764
772
|
select:focus {
|
765
|
-
-webkit-box-shadow: none;
|
766
|
-
-moz-box-shadow: none;
|
767
|
-
box-shadow: none;
|
768
773
|
outline: thin dotted #333;
|
769
774
|
outline: 5px auto -webkit-focus-ring-color;
|
770
775
|
outline-offset: -2px;
|
776
|
+
-webkit-box-shadow: none;
|
777
|
+
-moz-box-shadow: none;
|
778
|
+
box-shadow: none;
|
771
779
|
}
|
772
780
|
.input-mini {
|
773
781
|
width: 60px;
|
@@ -790,7 +798,11 @@ select:focus {
|
|
790
798
|
input[class*="span"],
|
791
799
|
select[class*="span"],
|
792
800
|
textarea[class*="span"],
|
793
|
-
.uneditable-input
|
801
|
+
.uneditable-input[class*="span"],
|
802
|
+
.row-fluid input[class*="span"],
|
803
|
+
.row-fluid select[class*="span"],
|
804
|
+
.row-fluid textarea[class*="span"],
|
805
|
+
.row-fluid .uneditable-input[class*="span"] {
|
794
806
|
float: none;
|
795
807
|
margin-left: 0;
|
796
808
|
}
|
@@ -841,9 +853,9 @@ textarea[disabled],
|
|
841
853
|
input[readonly],
|
842
854
|
select[readonly],
|
843
855
|
textarea[readonly] {
|
856
|
+
cursor: not-allowed;
|
844
857
|
background-color: #eeeeee;
|
845
858
|
border-color: #ddd;
|
846
|
-
cursor: not-allowed;
|
847
859
|
}
|
848
860
|
.control-group.warning > label,
|
849
861
|
.control-group.warning .help-block,
|
@@ -938,7 +950,7 @@ select:focus:required:invalid:focus {
|
|
938
950
|
padding: 17px 20px 18px;
|
939
951
|
margin-top: 18px;
|
940
952
|
margin-bottom: 18px;
|
941
|
-
background-color: #
|
953
|
+
background-color: #f5f5f5;
|
942
954
|
border-top: 1px solid #ddd;
|
943
955
|
*zoom: 1;
|
944
956
|
}
|
@@ -951,13 +963,14 @@ select:focus:required:invalid:focus {
|
|
951
963
|
clear: both;
|
952
964
|
}
|
953
965
|
.uneditable-input {
|
954
|
-
|
966
|
+
overflow: hidden;
|
967
|
+
white-space: nowrap;
|
968
|
+
cursor: not-allowed;
|
955
969
|
background-color: #ffffff;
|
956
970
|
border-color: #eee;
|
957
971
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
958
972
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
959
973
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
960
|
-
cursor: not-allowed;
|
961
974
|
}
|
962
975
|
:-moz-placeholder {
|
963
976
|
color: #999999;
|
@@ -992,7 +1005,10 @@ select:focus:required:invalid:focus {
|
|
992
1005
|
.input-append select,
|
993
1006
|
.input-prepend .uneditable-input,
|
994
1007
|
.input-append .uneditable-input {
|
1008
|
+
position: relative;
|
1009
|
+
margin-bottom: 0;
|
995
1010
|
*margin-left: 0;
|
1011
|
+
vertical-align: middle;
|
996
1012
|
-webkit-border-radius: 0 3px 3px 0;
|
997
1013
|
-moz-border-radius: 0 3px 3px 0;
|
998
1014
|
border-radius: 0 3px 3px 0;
|
@@ -1003,7 +1019,6 @@ select:focus:required:invalid:focus {
|
|
1003
1019
|
.input-append select:focus,
|
1004
1020
|
.input-prepend .uneditable-input:focus,
|
1005
1021
|
.input-append .uneditable-input:focus {
|
1006
|
-
position: relative;
|
1007
1022
|
z-index: 2;
|
1008
1023
|
}
|
1009
1024
|
.input-prepend .uneditable-input,
|
@@ -1014,8 +1029,8 @@ select:focus:required:invalid:focus {
|
|
1014
1029
|
.input-append .add-on {
|
1015
1030
|
display: inline-block;
|
1016
1031
|
width: auto;
|
1017
|
-
min-width: 16px;
|
1018
1032
|
height: 18px;
|
1033
|
+
min-width: 16px;
|
1019
1034
|
padding: 4px 5px;
|
1020
1035
|
font-weight: normal;
|
1021
1036
|
line-height: 18px;
|
@@ -1029,9 +1044,10 @@ select:focus:required:invalid:focus {
|
|
1029
1044
|
.input-append .add-on,
|
1030
1045
|
.input-prepend .btn,
|
1031
1046
|
.input-append .btn {
|
1032
|
-
-
|
1033
|
-
-
|
1034
|
-
border-radius:
|
1047
|
+
margin-left: -1px;
|
1048
|
+
-webkit-border-radius: 0;
|
1049
|
+
-moz-border-radius: 0;
|
1050
|
+
border-radius: 0;
|
1035
1051
|
}
|
1036
1052
|
.input-prepend .active,
|
1037
1053
|
.input-append .active {
|
@@ -1042,19 +1058,25 @@ select:focus:required:invalid:focus {
|
|
1042
1058
|
.input-prepend .btn {
|
1043
1059
|
margin-right: -1px;
|
1044
1060
|
}
|
1061
|
+
.input-prepend .add-on:first-child,
|
1062
|
+
.input-prepend .btn:first-child {
|
1063
|
+
-webkit-border-radius: 3px 0 0 3px;
|
1064
|
+
-moz-border-radius: 3px 0 0 3px;
|
1065
|
+
border-radius: 3px 0 0 3px;
|
1066
|
+
}
|
1045
1067
|
.input-append input,
|
1046
|
-
.input-append select
|
1068
|
+
.input-append select,
|
1069
|
+
.input-append .uneditable-input {
|
1047
1070
|
-webkit-border-radius: 3px 0 0 3px;
|
1048
1071
|
-moz-border-radius: 3px 0 0 3px;
|
1049
1072
|
border-radius: 3px 0 0 3px;
|
1050
1073
|
}
|
1051
1074
|
.input-append .uneditable-input {
|
1052
|
-
border-left-color: #eee;
|
1053
1075
|
border-right-color: #ccc;
|
1076
|
+
border-left-color: #eee;
|
1054
1077
|
}
|
1055
|
-
.input-append .add-on,
|
1056
|
-
.input-append .btn {
|
1057
|
-
margin-left: -1px;
|
1078
|
+
.input-append .add-on:last-child,
|
1079
|
+
.input-append .btn:last-child {
|
1058
1080
|
-webkit-border-radius: 0 3px 3px 0;
|
1059
1081
|
-moz-border-radius: 0 3px 3px 0;
|
1060
1082
|
border-radius: 0 3px 3px 0;
|
@@ -1081,8 +1103,12 @@ select:focus:required:invalid:focus {
|
|
1081
1103
|
border-radius: 0 3px 3px 0;
|
1082
1104
|
}
|
1083
1105
|
.search-query {
|
1084
|
-
padding-left: 14px;
|
1085
1106
|
padding-right: 14px;
|
1107
|
+
padding-right: 4px \9;
|
1108
|
+
padding-left: 14px;
|
1109
|
+
padding-left: 4px \9;
|
1110
|
+
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
1111
|
+
|
1086
1112
|
margin-bottom: 0;
|
1087
1113
|
-webkit-border-radius: 14px;
|
1088
1114
|
-moz-border-radius: 14px;
|
@@ -1110,6 +1136,10 @@ select:focus:required:invalid:focus {
|
|
1110
1136
|
.form-inline .input-append,
|
1111
1137
|
.form-horizontal .input-append {
|
1112
1138
|
display: inline-block;
|
1139
|
+
*display: inline;
|
1140
|
+
/* IE7 inline-block hack */
|
1141
|
+
|
1142
|
+
*zoom: 1;
|
1113
1143
|
margin-bottom: 0;
|
1114
1144
|
}
|
1115
1145
|
.form-search .hide,
|
@@ -1140,8 +1170,8 @@ select:focus:required:invalid:focus {
|
|
1140
1170
|
.form-inline .radio input[type="radio"],
|
1141
1171
|
.form-inline .checkbox input[type="checkbox"] {
|
1142
1172
|
float: left;
|
1143
|
-
margin-left: 0;
|
1144
1173
|
margin-right: 3px;
|
1174
|
+
margin-left: 0;
|
1145
1175
|
}
|
1146
1176
|
.control-group {
|
1147
1177
|
margin-bottom: 9px;
|
@@ -1169,12 +1199,13 @@ legend + .control-group {
|
|
1169
1199
|
text-align: right;
|
1170
1200
|
}
|
1171
1201
|
.form-horizontal .controls {
|
1172
|
-
margin-left: 160px;
|
1173
|
-
/* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
|
1174
|
-
|
1175
1202
|
*display: inline-block;
|
1176
|
-
*margin-left: 0;
|
1177
1203
|
*padding-left: 20px;
|
1204
|
+
margin-left: 160px;
|
1205
|
+
*margin-left: 0;
|
1206
|
+
}
|
1207
|
+
.form-horizontal .controls:first-child {
|
1208
|
+
*padding-left: 160px;
|
1178
1209
|
}
|
1179
1210
|
.form-horizontal .help-block {
|
1180
1211
|
margin-top: 9px;
|
@@ -1185,9 +1216,9 @@ legend + .control-group {
|
|
1185
1216
|
}
|
1186
1217
|
table {
|
1187
1218
|
max-width: 100%;
|
1219
|
+
background-color: transparent;
|
1188
1220
|
border-collapse: collapse;
|
1189
1221
|
border-spacing: 0;
|
1190
|
-
background-color: transparent;
|
1191
1222
|
}
|
1192
1223
|
.table {
|
1193
1224
|
width: 100%;
|
@@ -1207,6 +1238,8 @@ table {
|
|
1207
1238
|
.table thead th {
|
1208
1239
|
vertical-align: bottom;
|
1209
1240
|
}
|
1241
|
+
.table caption + thead tr:first-child th,
|
1242
|
+
.table caption + thead tr:first-child td,
|
1210
1243
|
.table colgroup + thead tr:first-child th,
|
1211
1244
|
.table colgroup + thead tr:first-child td,
|
1212
1245
|
.table thead:first-child tr:first-child th,
|
@@ -1222,9 +1255,9 @@ table {
|
|
1222
1255
|
}
|
1223
1256
|
.table-bordered {
|
1224
1257
|
border: 1px solid #dddddd;
|
1225
|
-
border-left: 0;
|
1226
1258
|
border-collapse: separate;
|
1227
1259
|
*border-collapse: collapsed;
|
1260
|
+
border-left: 0;
|
1228
1261
|
-webkit-border-radius: 4px;
|
1229
1262
|
-moz-border-radius: 4px;
|
1230
1263
|
border-radius: 4px;
|
@@ -1233,6 +1266,12 @@ table {
|
|
1233
1266
|
.table-bordered td {
|
1234
1267
|
border-left: 1px solid #dddddd;
|
1235
1268
|
}
|
1269
|
+
.table-bordered caption + thead tr:first-child th,
|
1270
|
+
.table-bordered caption + tbody tr:first-child th,
|
1271
|
+
.table-bordered caption + tbody tr:first-child td,
|
1272
|
+
.table-bordered colgroup + thead tr:first-child th,
|
1273
|
+
.table-bordered colgroup + tbody tr:first-child th,
|
1274
|
+
.table-bordered colgroup + tbody tr:first-child td,
|
1236
1275
|
.table-bordered thead:first-child tr:first-child th,
|
1237
1276
|
.table-bordered tbody:first-child tr:first-child th,
|
1238
1277
|
.table-bordered tbody:first-child tr:first-child td {
|
@@ -1240,27 +1279,30 @@ table {
|
|
1240
1279
|
}
|
1241
1280
|
.table-bordered thead:first-child tr:first-child th:first-child,
|
1242
1281
|
.table-bordered tbody:first-child tr:first-child td:first-child {
|
1243
|
-
-webkit-border-radius: 4px
|
1244
|
-
-
|
1245
|
-
border-radius: 4px
|
1282
|
+
-webkit-border-top-left-radius: 4px;
|
1283
|
+
border-top-left-radius: 4px;
|
1284
|
+
-moz-border-radius-topleft: 4px;
|
1246
1285
|
}
|
1247
1286
|
.table-bordered thead:first-child tr:first-child th:last-child,
|
1248
1287
|
.table-bordered tbody:first-child tr:first-child td:last-child {
|
1249
|
-
-webkit-border-radius:
|
1250
|
-
-
|
1251
|
-
border-radius:
|
1288
|
+
-webkit-border-top-right-radius: 4px;
|
1289
|
+
border-top-right-radius: 4px;
|
1290
|
+
-moz-border-radius-topright: 4px;
|
1252
1291
|
}
|
1253
1292
|
.table-bordered thead:last-child tr:last-child th:first-child,
|
1254
1293
|
.table-bordered tbody:last-child tr:last-child td:first-child {
|
1255
1294
|
-webkit-border-radius: 0 0 0 4px;
|
1256
1295
|
-moz-border-radius: 0 0 0 4px;
|
1257
1296
|
border-radius: 0 0 0 4px;
|
1297
|
+
-webkit-border-bottom-left-radius: 4px;
|
1298
|
+
border-bottom-left-radius: 4px;
|
1299
|
+
-moz-border-radius-bottomleft: 4px;
|
1258
1300
|
}
|
1259
1301
|
.table-bordered thead:last-child tr:last-child th:last-child,
|
1260
1302
|
.table-bordered tbody:last-child tr:last-child td:last-child {
|
1261
|
-
-webkit-border-radius:
|
1262
|
-
-
|
1263
|
-
border-radius:
|
1303
|
+
-webkit-border-bottom-right-radius: 4px;
|
1304
|
+
border-bottom-right-radius: 4px;
|
1305
|
+
-moz-border-radius-bottomright: 4px;
|
1264
1306
|
}
|
1265
1307
|
.table-striped tbody tr:nth-child(odd) td,
|
1266
1308
|
.table-striped tbody tr:nth-child(odd) th {
|
@@ -1395,19 +1437,19 @@ table .span24 {
|
|
1395
1437
|
display: inline-block;
|
1396
1438
|
width: 14px;
|
1397
1439
|
height: 14px;
|
1440
|
+
*margin-right: .3em;
|
1398
1441
|
line-height: 14px;
|
1399
1442
|
vertical-align: text-top;
|
1400
|
-
background-image: url("
|
1443
|
+
background-image: url(<%= asset_path "glyphicons-halflings.png" %>);
|
1401
1444
|
background-position: 14px 14px;
|
1402
1445
|
background-repeat: no-repeat;
|
1403
|
-
*margin-right: .3em;
|
1404
1446
|
}
|
1405
1447
|
[class^="icon-"]:last-child,
|
1406
1448
|
[class*=" icon-"]:last-child {
|
1407
1449
|
*margin-left: 0;
|
1408
1450
|
}
|
1409
1451
|
.icon-white {
|
1410
|
-
background-image: url("
|
1452
|
+
background-image: url(<%= asset_path "glyphicons-halflings-white.png" %>);
|
1411
1453
|
}
|
1412
1454
|
.icon-glass {
|
1413
1455
|
background-position: 0 0;
|
@@ -1769,6 +1811,67 @@ table .span24 {
|
|
1769
1811
|
.icon-resize-horizontal {
|
1770
1812
|
background-position: -456px -118px;
|
1771
1813
|
}
|
1814
|
+
.icon-hdd {
|
1815
|
+
background-position: 0 -144px;
|
1816
|
+
}
|
1817
|
+
.icon-bullhorn {
|
1818
|
+
background-position: -24px -144px;
|
1819
|
+
}
|
1820
|
+
.icon-bell {
|
1821
|
+
background-position: -48px -144px;
|
1822
|
+
}
|
1823
|
+
.icon-certificate {
|
1824
|
+
background-position: -72px -144px;
|
1825
|
+
}
|
1826
|
+
.icon-thumbs-up {
|
1827
|
+
background-position: -96px -144px;
|
1828
|
+
}
|
1829
|
+
.icon-thumbs-down {
|
1830
|
+
background-position: -120px -144px;
|
1831
|
+
}
|
1832
|
+
.icon-hand-right {
|
1833
|
+
background-position: -144px -144px;
|
1834
|
+
}
|
1835
|
+
.icon-hand-left {
|
1836
|
+
background-position: -168px -144px;
|
1837
|
+
}
|
1838
|
+
.icon-hand-up {
|
1839
|
+
background-position: -192px -144px;
|
1840
|
+
}
|
1841
|
+
.icon-hand-down {
|
1842
|
+
background-position: -216px -144px;
|
1843
|
+
}
|
1844
|
+
.icon-circle-arrow-right {
|
1845
|
+
background-position: -240px -144px;
|
1846
|
+
}
|
1847
|
+
.icon-circle-arrow-left {
|
1848
|
+
background-position: -264px -144px;
|
1849
|
+
}
|
1850
|
+
.icon-circle-arrow-up {
|
1851
|
+
background-position: -288px -144px;
|
1852
|
+
}
|
1853
|
+
.icon-circle-arrow-down {
|
1854
|
+
background-position: -312px -144px;
|
1855
|
+
}
|
1856
|
+
.icon-globe {
|
1857
|
+
background-position: -336px -144px;
|
1858
|
+
}
|
1859
|
+
.icon-wrench {
|
1860
|
+
background-position: -360px -144px;
|
1861
|
+
}
|
1862
|
+
.icon-tasks {
|
1863
|
+
background-position: -384px -144px;
|
1864
|
+
}
|
1865
|
+
.icon-filter {
|
1866
|
+
background-position: -408px -144px;
|
1867
|
+
}
|
1868
|
+
.icon-briefcase {
|
1869
|
+
background-position: -432px -144px;
|
1870
|
+
}
|
1871
|
+
.icon-fullscreen {
|
1872
|
+
background-position: -456px -144px;
|
1873
|
+
}
|
1874
|
+
.dropup,
|
1772
1875
|
.dropdown {
|
1773
1876
|
position: relative;
|
1774
1877
|
}
|
@@ -1784,19 +1887,19 @@ table .span24 {
|
|
1784
1887
|
width: 0;
|
1785
1888
|
height: 0;
|
1786
1889
|
vertical-align: top;
|
1787
|
-
border-left: 4px solid transparent;
|
1788
|
-
border-right: 4px solid transparent;
|
1789
1890
|
border-top: 4px solid #000000;
|
1891
|
+
border-right: 4px solid transparent;
|
1892
|
+
border-left: 4px solid transparent;
|
1893
|
+
content: "";
|
1790
1894
|
opacity: 0.3;
|
1791
1895
|
filter: alpha(opacity=30);
|
1792
|
-
content: "";
|
1793
1896
|
}
|
1794
1897
|
.dropdown .caret {
|
1795
1898
|
margin-top: 8px;
|
1796
1899
|
margin-left: 2px;
|
1797
1900
|
}
|
1798
1901
|
.dropdown:hover .caret,
|
1799
|
-
.open
|
1902
|
+
.open .caret {
|
1800
1903
|
opacity: 1;
|
1801
1904
|
filter: alpha(opacity=100);
|
1802
1905
|
}
|
@@ -1805,41 +1908,39 @@ table .span24 {
|
|
1805
1908
|
top: 100%;
|
1806
1909
|
left: 0;
|
1807
1910
|
z-index: 1000;
|
1808
|
-
float: left;
|
1809
1911
|
display: none;
|
1912
|
+
float: left;
|
1810
1913
|
min-width: 160px;
|
1811
1914
|
padding: 4px 0;
|
1812
|
-
margin: 0;
|
1915
|
+
margin: 1px 0 0;
|
1813
1916
|
list-style: none;
|
1814
1917
|
background-color: #ffffff;
|
1815
|
-
border
|
1816
|
-
border
|
1817
|
-
border-
|
1818
|
-
border-width:
|
1819
|
-
-webkit-border-radius:
|
1820
|
-
-moz-border-radius:
|
1821
|
-
border-radius:
|
1918
|
+
border: 1px solid #ccc;
|
1919
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
1920
|
+
*border-right-width: 2px;
|
1921
|
+
*border-bottom-width: 2px;
|
1922
|
+
-webkit-border-radius: 5px;
|
1923
|
+
-moz-border-radius: 5px;
|
1924
|
+
border-radius: 5px;
|
1822
1925
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
1823
1926
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
1824
1927
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
1825
1928
|
-webkit-background-clip: padding-box;
|
1826
1929
|
-moz-background-clip: padding;
|
1827
1930
|
background-clip: padding-box;
|
1828
|
-
*border-right-width: 2px;
|
1829
|
-
*border-bottom-width: 2px;
|
1830
1931
|
}
|
1831
1932
|
.dropdown-menu.pull-right {
|
1832
1933
|
right: 0;
|
1833
1934
|
left: auto;
|
1834
1935
|
}
|
1835
1936
|
.dropdown-menu .divider {
|
1937
|
+
*width: 100%;
|
1836
1938
|
height: 1px;
|
1837
1939
|
margin: 8px 1px;
|
1940
|
+
*margin: -5px 0 5px;
|
1838
1941
|
overflow: hidden;
|
1839
1942
|
background-color: #e5e5e5;
|
1840
1943
|
border-bottom: 1px solid #ffffff;
|
1841
|
-
*width: 100%;
|
1842
|
-
*margin: -5px 0 5px;
|
1843
1944
|
}
|
1844
1945
|
.dropdown-menu a {
|
1845
1946
|
display: block;
|
@@ -1857,20 +1958,15 @@ table .span24 {
|
|
1857
1958
|
text-decoration: none;
|
1858
1959
|
background-color: #0088cc;
|
1859
1960
|
}
|
1860
|
-
.
|
1961
|
+
.open {
|
1861
1962
|
*z-index: 1000;
|
1862
1963
|
}
|
1863
|
-
.
|
1864
|
-
color: #ffffff;
|
1865
|
-
background: #ccc;
|
1866
|
-
background: rgba(0, 0, 0, 0.3);
|
1867
|
-
}
|
1868
|
-
.dropdown.open .dropdown-menu {
|
1964
|
+
.open .dropdown-menu {
|
1869
1965
|
display: block;
|
1870
1966
|
}
|
1871
1967
|
.pull-right .dropdown-menu {
|
1872
|
-
left: auto;
|
1873
1968
|
right: 0;
|
1969
|
+
left: auto;
|
1874
1970
|
}
|
1875
1971
|
.dropup .caret,
|
1876
1972
|
.navbar-fixed-bottom .dropdown .caret {
|
@@ -1921,25 +2017,25 @@ table .span24 {
|
|
1921
2017
|
border-radius: 3px;
|
1922
2018
|
}
|
1923
2019
|
.fade {
|
2020
|
+
opacity: 0;
|
1924
2021
|
-webkit-transition: opacity 0.15s linear;
|
1925
2022
|
-moz-transition: opacity 0.15s linear;
|
1926
2023
|
-ms-transition: opacity 0.15s linear;
|
1927
2024
|
-o-transition: opacity 0.15s linear;
|
1928
2025
|
transition: opacity 0.15s linear;
|
1929
|
-
opacity: 0;
|
1930
2026
|
}
|
1931
2027
|
.fade.in {
|
1932
2028
|
opacity: 1;
|
1933
2029
|
}
|
1934
2030
|
.collapse {
|
2031
|
+
position: relative;
|
2032
|
+
height: 0;
|
2033
|
+
overflow: hidden;
|
1935
2034
|
-webkit-transition: height 0.35s ease;
|
1936
2035
|
-moz-transition: height 0.35s ease;
|
1937
2036
|
-ms-transition: height 0.35s ease;
|
1938
2037
|
-o-transition: height 0.35s ease;
|
1939
2038
|
transition: height 0.35s ease;
|
1940
|
-
position: relative;
|
1941
|
-
overflow: hidden;
|
1942
|
-
height: 0;
|
1943
2039
|
}
|
1944
2040
|
.collapse.in {
|
1945
2041
|
height: auto;
|
@@ -1957,9 +2053,16 @@ table .span24 {
|
|
1957
2053
|
.close:hover {
|
1958
2054
|
color: #000000;
|
1959
2055
|
text-decoration: none;
|
2056
|
+
cursor: pointer;
|
1960
2057
|
opacity: 0.4;
|
1961
2058
|
filter: alpha(opacity=40);
|
2059
|
+
}
|
2060
|
+
button.close {
|
2061
|
+
padding: 0;
|
1962
2062
|
cursor: pointer;
|
2063
|
+
background-color: transparent;
|
2064
|
+
border: 0;
|
2065
|
+
-webkit-appearance: none;
|
1963
2066
|
}
|
1964
2067
|
.btn {
|
1965
2068
|
display: inline-block;
|
@@ -1971,10 +2074,12 @@ table .span24 {
|
|
1971
2074
|
margin-bottom: 0;
|
1972
2075
|
font-size: 13px;
|
1973
2076
|
line-height: 18px;
|
2077
|
+
*line-height: 20px;
|
1974
2078
|
color: #333333;
|
1975
2079
|
text-align: center;
|
1976
2080
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
1977
2081
|
vertical-align: middle;
|
2082
|
+
cursor: pointer;
|
1978
2083
|
background-color: #f5f5f5;
|
1979
2084
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
1980
2085
|
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
|
@@ -1986,17 +2091,20 @@ table .span24 {
|
|
1986
2091
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
1987
2092
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
1988
2093
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
1989
|
-
|
2094
|
+
*background-color: #e6e6e6;
|
2095
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2096
|
+
|
2097
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
1990
2098
|
border: 1px solid #cccccc;
|
2099
|
+
*border: 0;
|
1991
2100
|
border-bottom-color: #b3b3b3;
|
1992
2101
|
-webkit-border-radius: 4px;
|
1993
2102
|
-moz-border-radius: 4px;
|
1994
2103
|
border-radius: 4px;
|
1995
|
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1996
|
-
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1997
|
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1998
|
-
cursor: pointer;
|
1999
2104
|
*margin-left: .3em;
|
2105
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
2106
|
+
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
2107
|
+
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
2000
2108
|
}
|
2001
2109
|
.btn:hover,
|
2002
2110
|
.btn:active,
|
@@ -2004,6 +2112,7 @@ table .span24 {
|
|
2004
2112
|
.btn.disabled,
|
2005
2113
|
.btn[disabled] {
|
2006
2114
|
background-color: #e6e6e6;
|
2115
|
+
*background-color: #d9d9d9;
|
2007
2116
|
}
|
2008
2117
|
.btn:active,
|
2009
2118
|
.btn.active {
|
@@ -2016,6 +2125,9 @@ table .span24 {
|
|
2016
2125
|
color: #333333;
|
2017
2126
|
text-decoration: none;
|
2018
2127
|
background-color: #e6e6e6;
|
2128
|
+
*background-color: #d9d9d9;
|
2129
|
+
/* Buttons in IE7 don't get borders, so darken on hover */
|
2130
|
+
|
2019
2131
|
background-position: 0 -15px;
|
2020
2132
|
-webkit-transition: background-position 0.1s linear;
|
2021
2133
|
-moz-transition: background-position 0.1s linear;
|
@@ -2030,19 +2142,19 @@ table .span24 {
|
|
2030
2142
|
}
|
2031
2143
|
.btn.active,
|
2032
2144
|
.btn:active {
|
2033
|
-
background-image: none;
|
2034
|
-
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2035
|
-
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2036
|
-
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2037
2145
|
background-color: #e6e6e6;
|
2038
2146
|
background-color: #d9d9d9 \9;
|
2147
|
+
background-image: none;
|
2039
2148
|
outline: 0;
|
2149
|
+
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
2150
|
+
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
2151
|
+
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
2040
2152
|
}
|
2041
2153
|
.btn.disabled,
|
2042
2154
|
.btn[disabled] {
|
2043
2155
|
cursor: default;
|
2044
|
-
background-image: none;
|
2045
2156
|
background-color: #e6e6e6;
|
2157
|
+
background-image: none;
|
2046
2158
|
opacity: 0.65;
|
2047
2159
|
filter: alpha(opacity=65);
|
2048
2160
|
-webkit-box-shadow: none;
|
@@ -2085,8 +2197,8 @@ table .span24 {
|
|
2085
2197
|
.btn-info:hover,
|
2086
2198
|
.btn-inverse,
|
2087
2199
|
.btn-inverse:hover {
|
2088
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2089
2200
|
color: #ffffff;
|
2201
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2090
2202
|
}
|
2091
2203
|
.btn-primary.active,
|
2092
2204
|
.btn-warning.active,
|
@@ -2108,7 +2220,10 @@ table .span24 {
|
|
2108
2220
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
|
2109
2221
|
border-color: #0055cc #0055cc #003580;
|
2110
2222
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2111
|
-
|
2223
|
+
*background-color: #0055cc;
|
2224
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2225
|
+
|
2226
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2112
2227
|
}
|
2113
2228
|
.btn-primary:hover,
|
2114
2229
|
.btn-primary:active,
|
@@ -2116,6 +2231,7 @@ table .span24 {
|
|
2116
2231
|
.btn-primary.disabled,
|
2117
2232
|
.btn-primary[disabled] {
|
2118
2233
|
background-color: #0055cc;
|
2234
|
+
*background-color: #004ab3;
|
2119
2235
|
}
|
2120
2236
|
.btn-primary:active,
|
2121
2237
|
.btn-primary.active {
|
@@ -2133,7 +2249,10 @@ table .span24 {
|
|
2133
2249
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
|
2134
2250
|
border-color: #f89406 #f89406 #ad6704;
|
2135
2251
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2136
|
-
|
2252
|
+
*background-color: #f89406;
|
2253
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2254
|
+
|
2255
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2137
2256
|
}
|
2138
2257
|
.btn-warning:hover,
|
2139
2258
|
.btn-warning:active,
|
@@ -2141,6 +2260,7 @@ table .span24 {
|
|
2141
2260
|
.btn-warning.disabled,
|
2142
2261
|
.btn-warning[disabled] {
|
2143
2262
|
background-color: #f89406;
|
2263
|
+
*background-color: #df8505;
|
2144
2264
|
}
|
2145
2265
|
.btn-warning:active,
|
2146
2266
|
.btn-warning.active {
|
@@ -2158,7 +2278,10 @@ table .span24 {
|
|
2158
2278
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
|
2159
2279
|
border-color: #bd362f #bd362f #802420;
|
2160
2280
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2161
|
-
|
2281
|
+
*background-color: #bd362f;
|
2282
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2283
|
+
|
2284
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2162
2285
|
}
|
2163
2286
|
.btn-danger:hover,
|
2164
2287
|
.btn-danger:active,
|
@@ -2166,6 +2289,7 @@ table .span24 {
|
|
2166
2289
|
.btn-danger.disabled,
|
2167
2290
|
.btn-danger[disabled] {
|
2168
2291
|
background-color: #bd362f;
|
2292
|
+
*background-color: #a9302a;
|
2169
2293
|
}
|
2170
2294
|
.btn-danger:active,
|
2171
2295
|
.btn-danger.active {
|
@@ -2183,7 +2307,10 @@ table .span24 {
|
|
2183
2307
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
|
2184
2308
|
border-color: #51a351 #51a351 #387038;
|
2185
2309
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2186
|
-
|
2310
|
+
*background-color: #51a351;
|
2311
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2312
|
+
|
2313
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2187
2314
|
}
|
2188
2315
|
.btn-success:hover,
|
2189
2316
|
.btn-success:active,
|
@@ -2191,6 +2318,7 @@ table .span24 {
|
|
2191
2318
|
.btn-success.disabled,
|
2192
2319
|
.btn-success[disabled] {
|
2193
2320
|
background-color: #51a351;
|
2321
|
+
*background-color: #499249;
|
2194
2322
|
}
|
2195
2323
|
.btn-success:active,
|
2196
2324
|
.btn-success.active {
|
@@ -2208,7 +2336,10 @@ table .span24 {
|
|
2208
2336
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
|
2209
2337
|
border-color: #2f96b4 #2f96b4 #1f6377;
|
2210
2338
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2211
|
-
|
2339
|
+
*background-color: #2f96b4;
|
2340
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2341
|
+
|
2342
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2212
2343
|
}
|
2213
2344
|
.btn-info:hover,
|
2214
2345
|
.btn-info:active,
|
@@ -2216,6 +2347,7 @@ table .span24 {
|
|
2216
2347
|
.btn-info.disabled,
|
2217
2348
|
.btn-info[disabled] {
|
2218
2349
|
background-color: #2f96b4;
|
2350
|
+
*background-color: #2a85a0;
|
2219
2351
|
}
|
2220
2352
|
.btn-info:active,
|
2221
2353
|
.btn-info.active {
|
@@ -2233,7 +2365,10 @@ table .span24 {
|
|
2233
2365
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
|
2234
2366
|
border-color: #222222 #222222 #000000;
|
2235
2367
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2236
|
-
|
2368
|
+
*background-color: #222222;
|
2369
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2370
|
+
|
2371
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2237
2372
|
}
|
2238
2373
|
.btn-inverse:hover,
|
2239
2374
|
.btn-inverse:active,
|
@@ -2241,6 +2376,7 @@ table .span24 {
|
|
2241
2376
|
.btn-inverse.disabled,
|
2242
2377
|
.btn-inverse[disabled] {
|
2243
2378
|
background-color: #222222;
|
2379
|
+
*background-color: #151515;
|
2244
2380
|
}
|
2245
2381
|
.btn-inverse:active,
|
2246
2382
|
.btn-inverse.active {
|
@@ -2301,7 +2437,7 @@ input[type="submit"].btn.btn-mini {
|
|
2301
2437
|
|
2302
2438
|
*zoom: 1;
|
2303
2439
|
}
|
2304
|
-
.btn-group .btn {
|
2440
|
+
.btn-group > .btn {
|
2305
2441
|
position: relative;
|
2306
2442
|
float: left;
|
2307
2443
|
margin-left: -1px;
|
@@ -2309,7 +2445,7 @@ input[type="submit"].btn.btn-mini {
|
|
2309
2445
|
-moz-border-radius: 0;
|
2310
2446
|
border-radius: 0;
|
2311
2447
|
}
|
2312
|
-
.btn-group .btn:first-child {
|
2448
|
+
.btn-group > .btn:first-child {
|
2313
2449
|
margin-left: 0;
|
2314
2450
|
-webkit-border-top-left-radius: 4px;
|
2315
2451
|
-moz-border-radius-topleft: 4px;
|
@@ -2318,8 +2454,8 @@ input[type="submit"].btn.btn-mini {
|
|
2318
2454
|
-moz-border-radius-bottomleft: 4px;
|
2319
2455
|
border-bottom-left-radius: 4px;
|
2320
2456
|
}
|
2321
|
-
.btn-group .btn:last-child,
|
2322
|
-
.btn-group .dropdown-toggle {
|
2457
|
+
.btn-group > .btn:last-child,
|
2458
|
+
.btn-group > .dropdown-toggle {
|
2323
2459
|
-webkit-border-top-right-radius: 4px;
|
2324
2460
|
-moz-border-radius-topright: 4px;
|
2325
2461
|
border-top-right-radius: 4px;
|
@@ -2327,7 +2463,7 @@ input[type="submit"].btn.btn-mini {
|
|
2327
2463
|
-moz-border-radius-bottomright: 4px;
|
2328
2464
|
border-bottom-right-radius: 4px;
|
2329
2465
|
}
|
2330
|
-
.btn-group .btn.large:first-child {
|
2466
|
+
.btn-group > .btn.large:first-child {
|
2331
2467
|
margin-left: 0;
|
2332
2468
|
-webkit-border-top-left-radius: 6px;
|
2333
2469
|
-moz-border-radius-topleft: 6px;
|
@@ -2336,8 +2472,8 @@ input[type="submit"].btn.btn-mini {
|
|
2336
2472
|
-moz-border-radius-bottomleft: 6px;
|
2337
2473
|
border-bottom-left-radius: 6px;
|
2338
2474
|
}
|
2339
|
-
.btn-group .btn.large:last-child,
|
2340
|
-
.btn-group .large.dropdown-toggle {
|
2475
|
+
.btn-group > .btn.large:last-child,
|
2476
|
+
.btn-group > .large.dropdown-toggle {
|
2341
2477
|
-webkit-border-top-right-radius: 6px;
|
2342
2478
|
-moz-border-radius-topright: 6px;
|
2343
2479
|
border-top-right-radius: 6px;
|
@@ -2345,54 +2481,65 @@ input[type="submit"].btn.btn-mini {
|
|
2345
2481
|
-moz-border-radius-bottomright: 6px;
|
2346
2482
|
border-bottom-right-radius: 6px;
|
2347
2483
|
}
|
2348
|
-
.btn-group .btn:hover,
|
2349
|
-
.btn-group .btn:focus,
|
2350
|
-
.btn-group .btn:active,
|
2351
|
-
.btn-group .btn.active {
|
2484
|
+
.btn-group > .btn:hover,
|
2485
|
+
.btn-group > .btn:focus,
|
2486
|
+
.btn-group > .btn:active,
|
2487
|
+
.btn-group > .btn.active {
|
2352
2488
|
z-index: 2;
|
2353
2489
|
}
|
2354
2490
|
.btn-group .dropdown-toggle:active,
|
2355
2491
|
.btn-group.open .dropdown-toggle {
|
2356
2492
|
outline: 0;
|
2357
2493
|
}
|
2358
|
-
.btn-group .dropdown-toggle {
|
2494
|
+
.btn-group > .dropdown-toggle {
|
2359
2495
|
padding-left: 8px;
|
2360
2496
|
padding-right: 8px;
|
2361
|
-
-webkit-box-shadow: inset 1px 0 0 rgba(255,
|
2362
|
-
-moz-box-shadow: inset 1px 0 0 rgba(255,
|
2363
|
-
box-shadow: inset 1px 0 0 rgba(255,
|
2497
|
+
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
2498
|
+
-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
2499
|
+
box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
2364
2500
|
*padding-top: 3px;
|
2365
2501
|
*padding-bottom: 3px;
|
2366
2502
|
}
|
2367
|
-
.btn-group .btn-mini.dropdown-toggle {
|
2503
|
+
.btn-group > .btn-mini.dropdown-toggle {
|
2368
2504
|
padding-left: 5px;
|
2369
2505
|
padding-right: 5px;
|
2370
2506
|
*padding-top: 1px;
|
2371
2507
|
*padding-bottom: 1px;
|
2372
2508
|
}
|
2373
|
-
.btn-group .btn-small.dropdown-toggle {
|
2509
|
+
.btn-group > .btn-small.dropdown-toggle {
|
2374
2510
|
*padding-top: 4px;
|
2375
2511
|
*padding-bottom: 4px;
|
2376
2512
|
}
|
2377
|
-
.btn-group .btn-large.dropdown-toggle {
|
2513
|
+
.btn-group > .btn-large.dropdown-toggle {
|
2378
2514
|
padding-left: 12px;
|
2379
2515
|
padding-right: 12px;
|
2380
2516
|
}
|
2381
|
-
.btn-group.open {
|
2382
|
-
*z-index: 1000;
|
2383
|
-
}
|
2384
|
-
.btn-group.open .dropdown-menu {
|
2385
|
-
display: block;
|
2386
|
-
margin-top: 1px;
|
2387
|
-
-webkit-border-radius: 5px;
|
2388
|
-
-moz-border-radius: 5px;
|
2389
|
-
border-radius: 5px;
|
2390
|
-
}
|
2391
2517
|
.btn-group.open .dropdown-toggle {
|
2392
2518
|
background-image: none;
|
2393
|
-
-webkit-box-shadow: inset 0
|
2394
|
-
-moz-box-shadow: inset 0
|
2395
|
-
box-shadow: inset 0
|
2519
|
+
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
2520
|
+
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
2521
|
+
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
2522
|
+
}
|
2523
|
+
.btn-group.open .btn.dropdown-toggle {
|
2524
|
+
background-color: #e6e6e6;
|
2525
|
+
}
|
2526
|
+
.btn-group.open .btn-primary.dropdown-toggle {
|
2527
|
+
background-color: #0055cc;
|
2528
|
+
}
|
2529
|
+
.btn-group.open .btn-warning.dropdown-toggle {
|
2530
|
+
background-color: #f89406;
|
2531
|
+
}
|
2532
|
+
.btn-group.open .btn-danger.dropdown-toggle {
|
2533
|
+
background-color: #bd362f;
|
2534
|
+
}
|
2535
|
+
.btn-group.open .btn-success.dropdown-toggle {
|
2536
|
+
background-color: #51a351;
|
2537
|
+
}
|
2538
|
+
.btn-group.open .btn-info.dropdown-toggle {
|
2539
|
+
background-color: #2f96b4;
|
2540
|
+
}
|
2541
|
+
.btn-group.open .btn-inverse.dropdown-toggle {
|
2542
|
+
background-color: #222222;
|
2396
2543
|
}
|
2397
2544
|
.btn .caret {
|
2398
2545
|
margin-top: 7px;
|
@@ -2411,9 +2558,13 @@ input[type="submit"].btn.btn-mini {
|
|
2411
2558
|
}
|
2412
2559
|
.btn-large .caret {
|
2413
2560
|
margin-top: 6px;
|
2414
|
-
border-left: 5px
|
2415
|
-
border-right: 5px
|
2416
|
-
border-top: 5px
|
2561
|
+
border-left-width: 5px;
|
2562
|
+
border-right-width: 5px;
|
2563
|
+
border-top-width: 5px;
|
2564
|
+
}
|
2565
|
+
.dropup .btn-large .caret {
|
2566
|
+
border-bottom: 5px solid #000000;
|
2567
|
+
border-top: 0;
|
2417
2568
|
}
|
2418
2569
|
.btn-primary .caret,
|
2419
2570
|
.btn-warning .caret,
|
@@ -2485,6 +2636,9 @@ input[type="submit"].btn.btn-mini {
|
|
2485
2636
|
text-decoration: none;
|
2486
2637
|
background-color: #eeeeee;
|
2487
2638
|
}
|
2639
|
+
.nav > .pull-right {
|
2640
|
+
float: right;
|
2641
|
+
}
|
2488
2642
|
.nav .nav-header {
|
2489
2643
|
display: block;
|
2490
2644
|
padding: 3px 15px;
|
@@ -2522,13 +2676,13 @@ input[type="submit"].btn.btn-mini {
|
|
2522
2676
|
margin-right: 2px;
|
2523
2677
|
}
|
2524
2678
|
.nav-list .divider {
|
2679
|
+
*width: 100%;
|
2525
2680
|
height: 1px;
|
2526
2681
|
margin: 8px 1px;
|
2682
|
+
*margin: -5px 0 5px;
|
2527
2683
|
overflow: hidden;
|
2528
2684
|
background-color: #e5e5e5;
|
2529
2685
|
border-bottom: 1px solid #ffffff;
|
2530
|
-
*width: 100%;
|
2531
|
-
*margin: -5px 0 5px;
|
2532
2686
|
}
|
2533
2687
|
.nav-tabs,
|
2534
2688
|
.nav-pills {
|
@@ -2631,10 +2785,10 @@ input[type="submit"].btn.btn-mini {
|
|
2631
2785
|
.nav-pills.nav-stacked > li:last-child > a {
|
2632
2786
|
margin-bottom: 1px;
|
2633
2787
|
}
|
2634
|
-
.nav-tabs .dropdown-menu
|
2635
|
-
|
2636
|
-
|
2637
|
-
border-
|
2788
|
+
.nav-tabs .dropdown-menu {
|
2789
|
+
-webkit-border-radius: 0 0 5px 5px;
|
2790
|
+
-moz-border-radius: 0 0 5px 5px;
|
2791
|
+
border-radius: 0 0 5px 5px;
|
2638
2792
|
}
|
2639
2793
|
.nav-pills .dropdown-menu {
|
2640
2794
|
-webkit-border-radius: 4px;
|
@@ -2663,14 +2817,14 @@ input[type="submit"].btn.btn-mini {
|
|
2663
2817
|
}
|
2664
2818
|
.nav-tabs .open .dropdown-toggle,
|
2665
2819
|
.nav-pills .open .dropdown-toggle,
|
2666
|
-
.nav > .open.active > a:hover {
|
2820
|
+
.nav > li.dropdown.open.active > a:hover {
|
2667
2821
|
color: #ffffff;
|
2668
2822
|
background-color: #999999;
|
2669
2823
|
border-color: #999999;
|
2670
2824
|
}
|
2671
|
-
.nav .open .caret,
|
2672
|
-
.nav .open.active .caret,
|
2673
|
-
.nav .open a:hover .caret {
|
2825
|
+
.nav li.dropdown.open .caret,
|
2826
|
+
.nav li.dropdown.open.active .caret,
|
2827
|
+
.nav li.dropdown.open a:hover .caret {
|
2674
2828
|
border-top-color: #ffffff;
|
2675
2829
|
border-bottom-color: #ffffff;
|
2676
2830
|
opacity: 1;
|
@@ -2691,12 +2845,11 @@ input[type="submit"].btn.btn-mini {
|
|
2691
2845
|
clear: both;
|
2692
2846
|
}
|
2693
2847
|
.tab-content {
|
2694
|
-
|
2695
|
-
width: 100%;
|
2848
|
+
overflow: auto;
|
2696
2849
|
}
|
2697
|
-
.tabs-below .nav-tabs,
|
2698
|
-
.tabs-right .nav-tabs,
|
2699
|
-
.tabs-left .nav-tabs {
|
2850
|
+
.tabs-below > .nav-tabs,
|
2851
|
+
.tabs-right > .nav-tabs,
|
2852
|
+
.tabs-left > .nav-tabs {
|
2700
2853
|
border-bottom: 0;
|
2701
2854
|
}
|
2702
2855
|
.tab-content > .tab-pane,
|
@@ -2707,71 +2860,71 @@ input[type="submit"].btn.btn-mini {
|
|
2707
2860
|
.pill-content > .active {
|
2708
2861
|
display: block;
|
2709
2862
|
}
|
2710
|
-
.tabs-below .nav-tabs {
|
2863
|
+
.tabs-below > .nav-tabs {
|
2711
2864
|
border-top: 1px solid #ddd;
|
2712
2865
|
}
|
2713
|
-
.tabs-below .nav-tabs > li {
|
2866
|
+
.tabs-below > .nav-tabs > li {
|
2714
2867
|
margin-top: -1px;
|
2715
2868
|
margin-bottom: 0;
|
2716
2869
|
}
|
2717
|
-
.tabs-below .nav-tabs > li > a {
|
2870
|
+
.tabs-below > .nav-tabs > li > a {
|
2718
2871
|
-webkit-border-radius: 0 0 4px 4px;
|
2719
2872
|
-moz-border-radius: 0 0 4px 4px;
|
2720
2873
|
border-radius: 0 0 4px 4px;
|
2721
2874
|
}
|
2722
|
-
.tabs-below .nav-tabs > li > a:hover {
|
2875
|
+
.tabs-below > .nav-tabs > li > a:hover {
|
2723
2876
|
border-bottom-color: transparent;
|
2724
2877
|
border-top-color: #ddd;
|
2725
2878
|
}
|
2726
|
-
.tabs-below .nav-tabs .active > a,
|
2727
|
-
.tabs-below .nav-tabs .active > a:hover {
|
2879
|
+
.tabs-below > .nav-tabs > .active > a,
|
2880
|
+
.tabs-below > .nav-tabs > .active > a:hover {
|
2728
2881
|
border-color: transparent #ddd #ddd #ddd;
|
2729
2882
|
}
|
2730
|
-
.tabs-left .nav-tabs > li,
|
2731
|
-
.tabs-right .nav-tabs > li {
|
2883
|
+
.tabs-left > .nav-tabs > li,
|
2884
|
+
.tabs-right > .nav-tabs > li {
|
2732
2885
|
float: none;
|
2733
2886
|
}
|
2734
|
-
.tabs-left .nav-tabs > li > a,
|
2735
|
-
.tabs-right .nav-tabs > li > a {
|
2887
|
+
.tabs-left > .nav-tabs > li > a,
|
2888
|
+
.tabs-right > .nav-tabs > li > a {
|
2736
2889
|
min-width: 74px;
|
2737
2890
|
margin-right: 0;
|
2738
2891
|
margin-bottom: 3px;
|
2739
2892
|
}
|
2740
|
-
.tabs-left .nav-tabs {
|
2893
|
+
.tabs-left > .nav-tabs {
|
2741
2894
|
float: left;
|
2742
2895
|
margin-right: 19px;
|
2743
2896
|
border-right: 1px solid #ddd;
|
2744
2897
|
}
|
2745
|
-
.tabs-left .nav-tabs > li > a {
|
2898
|
+
.tabs-left > .nav-tabs > li > a {
|
2746
2899
|
margin-right: -1px;
|
2747
2900
|
-webkit-border-radius: 4px 0 0 4px;
|
2748
2901
|
-moz-border-radius: 4px 0 0 4px;
|
2749
2902
|
border-radius: 4px 0 0 4px;
|
2750
2903
|
}
|
2751
|
-
.tabs-left .nav-tabs > li > a:hover {
|
2904
|
+
.tabs-left > .nav-tabs > li > a:hover {
|
2752
2905
|
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
|
2753
2906
|
}
|
2754
|
-
.tabs-left .nav-tabs .active > a,
|
2755
|
-
.tabs-left .nav-tabs .active > a:hover {
|
2907
|
+
.tabs-left > .nav-tabs .active > a,
|
2908
|
+
.tabs-left > .nav-tabs .active > a:hover {
|
2756
2909
|
border-color: #ddd transparent #ddd #ddd;
|
2757
2910
|
*border-right-color: #ffffff;
|
2758
2911
|
}
|
2759
|
-
.tabs-right .nav-tabs {
|
2912
|
+
.tabs-right > .nav-tabs {
|
2760
2913
|
float: right;
|
2761
2914
|
margin-left: 19px;
|
2762
2915
|
border-left: 1px solid #ddd;
|
2763
2916
|
}
|
2764
|
-
.tabs-right .nav-tabs > li > a {
|
2917
|
+
.tabs-right > .nav-tabs > li > a {
|
2765
2918
|
margin-left: -1px;
|
2766
2919
|
-webkit-border-radius: 0 4px 4px 0;
|
2767
2920
|
-moz-border-radius: 0 4px 4px 0;
|
2768
2921
|
border-radius: 0 4px 4px 0;
|
2769
2922
|
}
|
2770
|
-
.tabs-right .nav-tabs > li > a:hover {
|
2923
|
+
.tabs-right > .nav-tabs > li > a:hover {
|
2771
2924
|
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
|
2772
2925
|
}
|
2773
|
-
.tabs-right .nav-tabs .active > a,
|
2774
|
-
.tabs-right .nav-tabs .active > a:hover {
|
2926
|
+
.tabs-right > .nav-tabs .active > a,
|
2927
|
+
.tabs-right > .nav-tabs .active > a:hover {
|
2775
2928
|
border-color: #ddd #ddd #ddd transparent;
|
2776
2929
|
*border-left-color: #ffffff;
|
2777
2930
|
}
|
@@ -2782,6 +2935,7 @@ input[type="submit"].btn.btn-mini {
|
|
2782
2935
|
margin-bottom: 18px;
|
2783
2936
|
}
|
2784
2937
|
.navbar-inner {
|
2938
|
+
min-height: 40px;
|
2785
2939
|
padding-left: 20px;
|
2786
2940
|
padding-right: 20px;
|
2787
2941
|
background-color: #2c2c2c;
|
@@ -2796,61 +2950,13 @@ input[type="submit"].btn.btn-mini {
|
|
2796
2950
|
-webkit-border-radius: 4px;
|
2797
2951
|
-moz-border-radius: 4px;
|
2798
2952
|
border-radius: 4px;
|
2799
|
-
-webkit-box-shadow: 0 1px 3px rgba(0,
|
2800
|
-
-moz-box-shadow: 0 1px 3px rgba(0,
|
2801
|
-
box-shadow: 0 1px 3px rgba(0,
|
2953
|
+
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
|
2954
|
+
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
|
2955
|
+
box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
|
2802
2956
|
}
|
2803
2957
|
.navbar .container {
|
2804
2958
|
width: auto;
|
2805
2959
|
}
|
2806
|
-
.btn-navbar {
|
2807
|
-
display: none;
|
2808
|
-
float: right;
|
2809
|
-
padding: 7px 10px;
|
2810
|
-
margin-left: 5px;
|
2811
|
-
margin-right: 5px;
|
2812
|
-
background-color: #2c2c2c;
|
2813
|
-
background-image: -moz-linear-gradient(top, #333333, #222222);
|
2814
|
-
background-image: -ms-linear-gradient(top, #333333, #222222);
|
2815
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
|
2816
|
-
background-image: -webkit-linear-gradient(top, #333333, #222222);
|
2817
|
-
background-image: -o-linear-gradient(top, #333333, #222222);
|
2818
|
-
background-image: linear-gradient(top, #333333, #222222);
|
2819
|
-
background-repeat: repeat-x;
|
2820
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
|
2821
|
-
border-color: #222222 #222222 #000000;
|
2822
|
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2823
|
-
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2824
|
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
2825
|
-
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
2826
|
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
2827
|
-
}
|
2828
|
-
.btn-navbar:hover,
|
2829
|
-
.btn-navbar:active,
|
2830
|
-
.btn-navbar.active,
|
2831
|
-
.btn-navbar.disabled,
|
2832
|
-
.btn-navbar[disabled] {
|
2833
|
-
background-color: #222222;
|
2834
|
-
}
|
2835
|
-
.btn-navbar:active,
|
2836
|
-
.btn-navbar.active {
|
2837
|
-
background-color: #080808 \9;
|
2838
|
-
}
|
2839
|
-
.btn-navbar .icon-bar {
|
2840
|
-
display: block;
|
2841
|
-
width: 18px;
|
2842
|
-
height: 2px;
|
2843
|
-
background-color: #f5f5f5;
|
2844
|
-
-webkit-border-radius: 1px;
|
2845
|
-
-moz-border-radius: 1px;
|
2846
|
-
border-radius: 1px;
|
2847
|
-
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
2848
|
-
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
2849
|
-
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
2850
|
-
}
|
2851
|
-
.btn-navbar .icon-bar + .icon-bar {
|
2852
|
-
margin-top: 3px;
|
2853
|
-
}
|
2854
2960
|
.nav-collapse.collapse {
|
2855
2961
|
height: auto;
|
2856
2962
|
}
|
@@ -2868,18 +2974,24 @@ input[type="submit"].btn.btn-mini {
|
|
2868
2974
|
font-size: 20px;
|
2869
2975
|
font-weight: 200;
|
2870
2976
|
line-height: 1;
|
2871
|
-
color: #
|
2977
|
+
color: #999999;
|
2872
2978
|
}
|
2873
2979
|
.navbar .navbar-text {
|
2874
2980
|
margin-bottom: 0;
|
2875
2981
|
line-height: 40px;
|
2876
2982
|
}
|
2983
|
+
.navbar .navbar-link {
|
2984
|
+
color: #999999;
|
2985
|
+
}
|
2986
|
+
.navbar .navbar-link:hover {
|
2987
|
+
color: #ffffff;
|
2988
|
+
}
|
2877
2989
|
.navbar .btn,
|
2878
2990
|
.navbar .btn-group {
|
2879
2991
|
margin-top: 5px;
|
2880
2992
|
}
|
2881
2993
|
.navbar .btn-group .btn {
|
2882
|
-
margin
|
2994
|
+
margin: 0;
|
2883
2995
|
}
|
2884
2996
|
.navbar-form {
|
2885
2997
|
margin-bottom: 0;
|
@@ -2933,9 +3045,9 @@ input[type="submit"].btn.btn-mini {
|
|
2933
3045
|
color: #ffffff;
|
2934
3046
|
background-color: #626262;
|
2935
3047
|
border: 1px solid #151515;
|
2936
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0,
|
2937
|
-
-moz-box-shadow: inset 0 1px 2px rgba(0,
|
2938
|
-
box-shadow: inset 0 1px 2px rgba(0,
|
3048
|
+
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
|
3049
|
+
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
|
3050
|
+
box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
|
2939
3051
|
-webkit-transition: none;
|
2940
3052
|
-moz-transition: none;
|
2941
3053
|
-ms-transition: none;
|
@@ -3002,12 +3114,22 @@ input[type="submit"].btn.btn-mini {
|
|
3002
3114
|
}
|
3003
3115
|
.navbar .nav > li > a {
|
3004
3116
|
float: none;
|
3005
|
-
padding:
|
3117
|
+
padding: 9px 10px 11px;
|
3006
3118
|
line-height: 19px;
|
3007
3119
|
color: #999999;
|
3008
3120
|
text-decoration: none;
|
3009
3121
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3010
3122
|
}
|
3123
|
+
.navbar .btn {
|
3124
|
+
display: inline-block;
|
3125
|
+
padding: 4px 10px 4px;
|
3126
|
+
margin: 5px 5px 6px;
|
3127
|
+
line-height: 18px;
|
3128
|
+
}
|
3129
|
+
.navbar .btn-group {
|
3130
|
+
margin: 0;
|
3131
|
+
padding: 5px 5px 6px;
|
3132
|
+
}
|
3011
3133
|
.navbar .nav > li > a:hover {
|
3012
3134
|
background-color: transparent;
|
3013
3135
|
color: #ffffff;
|
@@ -3031,11 +3153,57 @@ input[type="submit"].btn.btn-mini {
|
|
3031
3153
|
margin-left: 10px;
|
3032
3154
|
margin-right: 0;
|
3033
3155
|
}
|
3034
|
-
.navbar .
|
3035
|
-
|
3036
|
-
|
3037
|
-
|
3038
|
-
|
3156
|
+
.navbar .btn-navbar {
|
3157
|
+
display: none;
|
3158
|
+
float: right;
|
3159
|
+
padding: 7px 10px;
|
3160
|
+
margin-left: 5px;
|
3161
|
+
margin-right: 5px;
|
3162
|
+
background-color: #2c2c2c;
|
3163
|
+
background-image: -moz-linear-gradient(top, #333333, #222222);
|
3164
|
+
background-image: -ms-linear-gradient(top, #333333, #222222);
|
3165
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
|
3166
|
+
background-image: -webkit-linear-gradient(top, #333333, #222222);
|
3167
|
+
background-image: -o-linear-gradient(top, #333333, #222222);
|
3168
|
+
background-image: linear-gradient(top, #333333, #222222);
|
3169
|
+
background-repeat: repeat-x;
|
3170
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
|
3171
|
+
border-color: #222222 #222222 #000000;
|
3172
|
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
3173
|
+
*background-color: #222222;
|
3174
|
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
3175
|
+
|
3176
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
3177
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
|
3178
|
+
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
|
3179
|
+
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
|
3180
|
+
}
|
3181
|
+
.navbar .btn-navbar:hover,
|
3182
|
+
.navbar .btn-navbar:active,
|
3183
|
+
.navbar .btn-navbar.active,
|
3184
|
+
.navbar .btn-navbar.disabled,
|
3185
|
+
.navbar .btn-navbar[disabled] {
|
3186
|
+
background-color: #222222;
|
3187
|
+
*background-color: #151515;
|
3188
|
+
}
|
3189
|
+
.navbar .btn-navbar:active,
|
3190
|
+
.navbar .btn-navbar.active {
|
3191
|
+
background-color: #080808 \9;
|
3192
|
+
}
|
3193
|
+
.navbar .btn-navbar .icon-bar {
|
3194
|
+
display: block;
|
3195
|
+
width: 18px;
|
3196
|
+
height: 2px;
|
3197
|
+
background-color: #f5f5f5;
|
3198
|
+
-webkit-border-radius: 1px;
|
3199
|
+
-moz-border-radius: 1px;
|
3200
|
+
border-radius: 1px;
|
3201
|
+
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
3202
|
+
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
3203
|
+
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
3204
|
+
}
|
3205
|
+
.btn-navbar .icon-bar + .icon-bar {
|
3206
|
+
margin-top: 3px;
|
3039
3207
|
}
|
3040
3208
|
.navbar .dropdown-menu:before {
|
3041
3209
|
content: '';
|
@@ -3071,35 +3239,35 @@ input[type="submit"].btn.btn-mini {
|
|
3071
3239
|
bottom: -6px;
|
3072
3240
|
top: auto;
|
3073
3241
|
}
|
3074
|
-
.navbar .nav .dropdown-toggle .caret,
|
3075
|
-
.navbar .nav .open
|
3242
|
+
.navbar .nav li.dropdown .dropdown-toggle .caret,
|
3243
|
+
.navbar .nav li.dropdown.open .caret {
|
3076
3244
|
border-top-color: #ffffff;
|
3077
3245
|
border-bottom-color: #ffffff;
|
3078
3246
|
}
|
3079
|
-
.navbar .nav .active .caret {
|
3247
|
+
.navbar .nav li.dropdown.active .caret {
|
3080
3248
|
opacity: 1;
|
3081
3249
|
filter: alpha(opacity=100);
|
3082
3250
|
}
|
3083
|
-
.navbar .nav .open > .dropdown-toggle,
|
3084
|
-
.navbar .nav .active > .dropdown-toggle,
|
3085
|
-
.navbar .nav .open.active > .dropdown-toggle {
|
3251
|
+
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
3252
|
+
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
3253
|
+
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
3086
3254
|
background-color: transparent;
|
3087
3255
|
}
|
3088
|
-
.navbar .nav .active > .dropdown-toggle:hover {
|
3256
|
+
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
|
3089
3257
|
color: #ffffff;
|
3090
3258
|
}
|
3091
|
-
.navbar .
|
3092
|
-
.navbar .
|
3259
|
+
.navbar .pull-right .dropdown-menu,
|
3260
|
+
.navbar .dropdown-menu.pull-right {
|
3093
3261
|
left: auto;
|
3094
3262
|
right: 0;
|
3095
3263
|
}
|
3096
|
-
.navbar .
|
3097
|
-
.navbar .
|
3264
|
+
.navbar .pull-right .dropdown-menu:before,
|
3265
|
+
.navbar .dropdown-menu.pull-right:before {
|
3098
3266
|
left: auto;
|
3099
3267
|
right: 12px;
|
3100
3268
|
}
|
3101
|
-
.navbar .
|
3102
|
-
.navbar .
|
3269
|
+
.navbar .pull-right .dropdown-menu:after,
|
3270
|
+
.navbar .dropdown-menu.pull-right:after {
|
3103
3271
|
left: auto;
|
3104
3272
|
right: 13px;
|
3105
3273
|
}
|
@@ -3533,9 +3701,11 @@ input[type="submit"].btn.btn-mini {
|
|
3533
3701
|
.thumbnails:after {
|
3534
3702
|
clear: both;
|
3535
3703
|
}
|
3704
|
+
.row-fluid .thumbnails {
|
3705
|
+
margin-left: 0;
|
3706
|
+
}
|
3536
3707
|
.thumbnails > li {
|
3537
|
-
|
3538
|
-
margin: 0 0 18px 20px;
|
3708
|
+
margin-bottom: 18px;
|
3539
3709
|
}
|
3540
3710
|
.thumbnail {
|
3541
3711
|
display: block;
|
@@ -3564,117 +3734,100 @@ a.thumbnail:hover {
|
|
3564
3734
|
.thumbnail .caption {
|
3565
3735
|
padding: 9px;
|
3566
3736
|
}
|
3567
|
-
.label
|
3568
|
-
|
3737
|
+
.label,
|
3738
|
+
.badge {
|
3569
3739
|
font-size: 10.998px;
|
3570
3740
|
font-weight: bold;
|
3571
|
-
line-height:
|
3741
|
+
line-height: 14px;
|
3572
3742
|
color: #ffffff;
|
3573
3743
|
vertical-align: middle;
|
3574
3744
|
white-space: nowrap;
|
3575
3745
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3576
3746
|
background-color: #999999;
|
3747
|
+
}
|
3748
|
+
.label {
|
3749
|
+
padding: 1px 4px 2px;
|
3577
3750
|
-webkit-border-radius: 3px;
|
3578
3751
|
-moz-border-radius: 3px;
|
3579
3752
|
border-radius: 3px;
|
3580
3753
|
}
|
3581
|
-
.label:hover {
|
3582
|
-
color: #ffffff;
|
3583
|
-
text-decoration: none;
|
3584
|
-
}
|
3585
|
-
.label-important {
|
3586
|
-
background-color: #b94a48;
|
3587
|
-
}
|
3588
|
-
.label-important:hover {
|
3589
|
-
background-color: #953b39;
|
3590
|
-
}
|
3591
|
-
.label-warning {
|
3592
|
-
background-color: #f89406;
|
3593
|
-
}
|
3594
|
-
.label-warning:hover {
|
3595
|
-
background-color: #c67605;
|
3596
|
-
}
|
3597
|
-
.label-success {
|
3598
|
-
background-color: #468847;
|
3599
|
-
}
|
3600
|
-
.label-success:hover {
|
3601
|
-
background-color: #356635;
|
3602
|
-
}
|
3603
|
-
.label-info {
|
3604
|
-
background-color: #3a87ad;
|
3605
|
-
}
|
3606
|
-
.label-info:hover {
|
3607
|
-
background-color: #2d6987;
|
3608
|
-
}
|
3609
|
-
.label-inverse {
|
3610
|
-
background-color: #333333;
|
3611
|
-
}
|
3612
|
-
.label-inverse:hover {
|
3613
|
-
background-color: #1a1a1a;
|
3614
|
-
}
|
3615
3754
|
.badge {
|
3616
3755
|
padding: 1px 9px 2px;
|
3617
|
-
font-size: 12.025px;
|
3618
|
-
font-weight: bold;
|
3619
|
-
white-space: nowrap;
|
3620
|
-
color: #ffffff;
|
3621
|
-
background-color: #999999;
|
3622
3756
|
-webkit-border-radius: 9px;
|
3623
3757
|
-moz-border-radius: 9px;
|
3624
3758
|
border-radius: 9px;
|
3625
3759
|
}
|
3626
|
-
.
|
3760
|
+
a.label:hover,
|
3761
|
+
a.badge:hover {
|
3627
3762
|
color: #ffffff;
|
3628
3763
|
text-decoration: none;
|
3629
3764
|
cursor: pointer;
|
3630
3765
|
}
|
3631
|
-
.
|
3766
|
+
.label-important,
|
3767
|
+
.badge-important {
|
3632
3768
|
background-color: #b94a48;
|
3633
3769
|
}
|
3634
|
-
.
|
3770
|
+
.label-important[href],
|
3771
|
+
.badge-important[href] {
|
3635
3772
|
background-color: #953b39;
|
3636
3773
|
}
|
3774
|
+
.label-warning,
|
3637
3775
|
.badge-warning {
|
3638
3776
|
background-color: #f89406;
|
3639
3777
|
}
|
3640
|
-
.
|
3778
|
+
.label-warning[href],
|
3779
|
+
.badge-warning[href] {
|
3641
3780
|
background-color: #c67605;
|
3642
3781
|
}
|
3782
|
+
.label-success,
|
3643
3783
|
.badge-success {
|
3644
3784
|
background-color: #468847;
|
3645
3785
|
}
|
3646
|
-
.
|
3786
|
+
.label-success[href],
|
3787
|
+
.badge-success[href] {
|
3647
3788
|
background-color: #356635;
|
3648
3789
|
}
|
3790
|
+
.label-info,
|
3649
3791
|
.badge-info {
|
3650
3792
|
background-color: #3a87ad;
|
3651
3793
|
}
|
3652
|
-
.
|
3794
|
+
.label-info[href],
|
3795
|
+
.badge-info[href] {
|
3653
3796
|
background-color: #2d6987;
|
3654
3797
|
}
|
3798
|
+
.label-inverse,
|
3655
3799
|
.badge-inverse {
|
3656
3800
|
background-color: #333333;
|
3657
3801
|
}
|
3658
|
-
.
|
3802
|
+
.label-inverse[href],
|
3803
|
+
.badge-inverse[href] {
|
3659
3804
|
background-color: #1a1a1a;
|
3660
3805
|
}
|
3661
3806
|
@-webkit-keyframes progress-bar-stripes {
|
3662
3807
|
from {
|
3663
|
-
background-position:
|
3808
|
+
background-position: 40px 0;
|
3664
3809
|
}
|
3665
3810
|
to {
|
3666
|
-
background-position:
|
3811
|
+
background-position: 0 0;
|
3667
3812
|
}
|
3668
3813
|
}
|
3669
3814
|
@-moz-keyframes progress-bar-stripes {
|
3670
3815
|
from {
|
3671
|
-
background-position:
|
3816
|
+
background-position: 40px 0;
|
3672
3817
|
}
|
3673
3818
|
to {
|
3674
|
-
background-position:
|
3819
|
+
background-position: 0 0;
|
3675
3820
|
}
|
3676
3821
|
}
|
3677
3822
|
@-ms-keyframes progress-bar-stripes {
|
3823
|
+
from {
|
3824
|
+
background-position: 40px 0;
|
3825
|
+
}
|
3826
|
+
to {
|
3827
|
+
background-position: 0 0;
|
3828
|
+
}
|
3829
|
+
}
|
3830
|
+
@-o-keyframes progress-bar-stripes {
|
3678
3831
|
from {
|
3679
3832
|
background-position: 0 0;
|
3680
3833
|
}
|
@@ -3684,10 +3837,10 @@ a.thumbnail:hover {
|
|
3684
3837
|
}
|
3685
3838
|
@keyframes progress-bar-stripes {
|
3686
3839
|
from {
|
3687
|
-
background-position:
|
3840
|
+
background-position: 40px 0;
|
3688
3841
|
}
|
3689
3842
|
to {
|
3690
|
-
background-position:
|
3843
|
+
background-position: 0 0;
|
3691
3844
|
}
|
3692
3845
|
}
|
3693
3846
|
.progress {
|
@@ -3755,6 +3908,8 @@ a.thumbnail:hover {
|
|
3755
3908
|
.progress.active .bar {
|
3756
3909
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
3757
3910
|
-moz-animation: progress-bar-stripes 2s linear infinite;
|
3911
|
+
-ms-animation: progress-bar-stripes 2s linear infinite;
|
3912
|
+
-o-animation: progress-bar-stripes 2s linear infinite;
|
3758
3913
|
animation: progress-bar-stripes 2s linear infinite;
|
3759
3914
|
}
|
3760
3915
|
.progress-danger .bar {
|