jombo 1.0.6 → 1.0.7
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/_meta/README +44 -2
- data/lib/jombo/version.rb +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-affix.js +102 -0
- 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 +12 -5
- data/vendor/assets/javascripts/bootstrap/bootstrap-collapse.js +4 -3
- data/vendor/assets/javascripts/bootstrap/bootstrap-dropdown.js +65 -15
- data/vendor/assets/javascripts/bootstrap/bootstrap-modal.js +82 -71
- data/vendor/assets/javascripts/bootstrap/bootstrap-popover.js +8 -4
- data/vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js +10 -10
- data/vendor/assets/javascripts/bootstrap/bootstrap-tab.js +2 -2
- data/vendor/assets/javascripts/bootstrap/bootstrap-tooltip.js +13 -15
- data/vendor/assets/javascripts/bootstrap/bootstrap-transition.js +2 -2
- data/vendor/assets/javascripts/bootstrap/bootstrap-typeahead.js +51 -36
- data/vendor/assets/stylesheets/bootstrap/bootstrap-responsive.css +514 -267
- data/vendor/assets/stylesheets/bootstrap/bootstrap.css.erb +1150 -603
- metadata +3 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v2.0.
|
2
|
+
* Bootstrap v2.0.4
|
3
3
|
*
|
4
4
|
* Copyright 2012 Twitter, Inc
|
5
5
|
* Licensed under the Apache License v2.0
|
@@ -73,6 +73,10 @@ img {
|
|
73
73
|
-ms-interpolation-mode: bicubic;
|
74
74
|
}
|
75
75
|
|
76
|
+
#map_canvas img {
|
77
|
+
max-width: none;
|
78
|
+
}
|
79
|
+
|
76
80
|
button,
|
77
81
|
input,
|
78
82
|
select,
|
@@ -126,6 +130,7 @@ textarea {
|
|
126
130
|
.clearfix:before,
|
127
131
|
.clearfix:after {
|
128
132
|
display: table;
|
133
|
+
line-height: 0;
|
129
134
|
content: "";
|
130
135
|
}
|
131
136
|
|
@@ -147,15 +152,14 @@ textarea {
|
|
147
152
|
min-height: 28px;
|
148
153
|
-webkit-box-sizing: border-box;
|
149
154
|
-moz-box-sizing: border-box;
|
150
|
-
-ms-box-sizing: border-box;
|
151
155
|
box-sizing: border-box;
|
152
156
|
}
|
153
157
|
|
154
158
|
body {
|
155
159
|
margin: 0;
|
156
160
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
157
|
-
font-size:
|
158
|
-
line-height:
|
161
|
+
font-size: 14px;
|
162
|
+
line-height: 20px;
|
159
163
|
color: #333333;
|
160
164
|
background-color: #ffffff;
|
161
165
|
}
|
@@ -178,6 +182,7 @@ a:hover {
|
|
178
182
|
.row:before,
|
179
183
|
.row:after {
|
180
184
|
display: table;
|
185
|
+
line-height: 0;
|
181
186
|
content: "";
|
182
187
|
}
|
183
188
|
|
@@ -300,6 +305,7 @@ a:hover {
|
|
300
305
|
.row-fluid:before,
|
301
306
|
.row-fluid:after {
|
302
307
|
display: table;
|
308
|
+
line-height: 0;
|
303
309
|
content: "";
|
304
310
|
}
|
305
311
|
|
@@ -312,11 +318,10 @@ a:hover {
|
|
312
318
|
float: left;
|
313
319
|
width: 100%;
|
314
320
|
min-height: 28px;
|
315
|
-
margin-left: 2.
|
316
|
-
*margin-left: 2.
|
321
|
+
margin-left: 2.127659574468085%;
|
322
|
+
*margin-left: 2.074468085106383%;
|
317
323
|
-webkit-box-sizing: border-box;
|
318
324
|
-moz-box-sizing: border-box;
|
319
|
-
-ms-box-sizing: border-box;
|
320
325
|
box-sizing: border-box;
|
321
326
|
}
|
322
327
|
|
@@ -325,63 +330,183 @@ a:hover {
|
|
325
330
|
}
|
326
331
|
|
327
332
|
.row-fluid .span12 {
|
328
|
-
width:
|
329
|
-
*width: 99.
|
333
|
+
width: 100%;
|
334
|
+
*width: 99.94680851063829%;
|
330
335
|
}
|
331
336
|
|
332
337
|
.row-fluid .span11 {
|
333
|
-
width: 91.
|
334
|
-
*width: 91.
|
338
|
+
width: 91.48936170212765%;
|
339
|
+
*width: 91.43617021276594%;
|
335
340
|
}
|
336
341
|
|
337
342
|
.row-fluid .span10 {
|
338
|
-
width: 82.
|
339
|
-
*width: 82.
|
343
|
+
width: 82.97872340425532%;
|
344
|
+
*width: 82.92553191489361%;
|
340
345
|
}
|
341
346
|
|
342
347
|
.row-fluid .span9 {
|
343
|
-
width: 74.
|
344
|
-
*width: 74.
|
348
|
+
width: 74.46808510638297%;
|
349
|
+
*width: 74.41489361702126%;
|
345
350
|
}
|
346
351
|
|
347
352
|
.row-fluid .span8 {
|
348
|
-
width: 65.
|
349
|
-
*width: 65.
|
353
|
+
width: 65.95744680851064%;
|
354
|
+
*width: 65.90425531914893%;
|
350
355
|
}
|
351
356
|
|
352
357
|
.row-fluid .span7 {
|
353
|
-
width: 57.
|
354
|
-
*width: 57.
|
358
|
+
width: 57.44680851063829%;
|
359
|
+
*width: 57.39361702127659%;
|
355
360
|
}
|
356
361
|
|
357
362
|
.row-fluid .span6 {
|
358
|
-
width: 48.
|
359
|
-
*width: 48.
|
363
|
+
width: 48.93617021276595%;
|
364
|
+
*width: 48.88297872340425%;
|
360
365
|
}
|
361
366
|
|
362
367
|
.row-fluid .span5 {
|
363
|
-
width: 40.
|
364
|
-
*width: 40.
|
368
|
+
width: 40.42553191489362%;
|
369
|
+
*width: 40.37234042553192%;
|
365
370
|
}
|
366
371
|
|
367
372
|
.row-fluid .span4 {
|
368
|
-
width: 31.
|
369
|
-
*width: 31.
|
373
|
+
width: 31.914893617021278%;
|
374
|
+
*width: 31.861702127659576%;
|
370
375
|
}
|
371
376
|
|
372
377
|
.row-fluid .span3 {
|
373
|
-
width: 23.
|
374
|
-
*width: 23.
|
378
|
+
width: 23.404255319148934%;
|
379
|
+
*width: 23.351063829787233%;
|
375
380
|
}
|
376
381
|
|
377
382
|
.row-fluid .span2 {
|
378
|
-
width: 14.
|
379
|
-
*width: 14.
|
383
|
+
width: 14.893617021276595%;
|
384
|
+
*width: 14.840425531914894%;
|
380
385
|
}
|
381
386
|
|
382
387
|
.row-fluid .span1 {
|
383
|
-
width: 6.
|
384
|
-
*width: 6.
|
388
|
+
width: 6.382978723404255%;
|
389
|
+
*width: 6.329787234042553%;
|
390
|
+
}
|
391
|
+
|
392
|
+
.row-fluid .offset12 {
|
393
|
+
margin-left: 104.25531914893617%;
|
394
|
+
*margin-left: 104.14893617021275%;
|
395
|
+
}
|
396
|
+
|
397
|
+
.row-fluid .offset12:first-child {
|
398
|
+
margin-left: 102.12765957446808%;
|
399
|
+
*margin-left: 102.02127659574467%;
|
400
|
+
}
|
401
|
+
|
402
|
+
.row-fluid .offset11 {
|
403
|
+
margin-left: 95.74468085106382%;
|
404
|
+
*margin-left: 95.6382978723404%;
|
405
|
+
}
|
406
|
+
|
407
|
+
.row-fluid .offset11:first-child {
|
408
|
+
margin-left: 93.61702127659574%;
|
409
|
+
*margin-left: 93.51063829787232%;
|
410
|
+
}
|
411
|
+
|
412
|
+
.row-fluid .offset10 {
|
413
|
+
margin-left: 87.23404255319149%;
|
414
|
+
*margin-left: 87.12765957446807%;
|
415
|
+
}
|
416
|
+
|
417
|
+
.row-fluid .offset10:first-child {
|
418
|
+
margin-left: 85.1063829787234%;
|
419
|
+
*margin-left: 84.99999999999999%;
|
420
|
+
}
|
421
|
+
|
422
|
+
.row-fluid .offset9 {
|
423
|
+
margin-left: 78.72340425531914%;
|
424
|
+
*margin-left: 78.61702127659572%;
|
425
|
+
}
|
426
|
+
|
427
|
+
.row-fluid .offset9:first-child {
|
428
|
+
margin-left: 76.59574468085106%;
|
429
|
+
*margin-left: 76.48936170212764%;
|
430
|
+
}
|
431
|
+
|
432
|
+
.row-fluid .offset8 {
|
433
|
+
margin-left: 70.2127659574468%;
|
434
|
+
*margin-left: 70.10638297872339%;
|
435
|
+
}
|
436
|
+
|
437
|
+
.row-fluid .offset8:first-child {
|
438
|
+
margin-left: 68.08510638297872%;
|
439
|
+
*margin-left: 67.9787234042553%;
|
440
|
+
}
|
441
|
+
|
442
|
+
.row-fluid .offset7 {
|
443
|
+
margin-left: 61.70212765957446%;
|
444
|
+
*margin-left: 61.59574468085106%;
|
445
|
+
}
|
446
|
+
|
447
|
+
.row-fluid .offset7:first-child {
|
448
|
+
margin-left: 59.574468085106375%;
|
449
|
+
*margin-left: 59.46808510638297%;
|
450
|
+
}
|
451
|
+
|
452
|
+
.row-fluid .offset6 {
|
453
|
+
margin-left: 53.191489361702125%;
|
454
|
+
*margin-left: 53.085106382978715%;
|
455
|
+
}
|
456
|
+
|
457
|
+
.row-fluid .offset6:first-child {
|
458
|
+
margin-left: 51.063829787234035%;
|
459
|
+
*margin-left: 50.95744680851063%;
|
460
|
+
}
|
461
|
+
|
462
|
+
.row-fluid .offset5 {
|
463
|
+
margin-left: 44.68085106382979%;
|
464
|
+
*margin-left: 44.57446808510638%;
|
465
|
+
}
|
466
|
+
|
467
|
+
.row-fluid .offset5:first-child {
|
468
|
+
margin-left: 42.5531914893617%;
|
469
|
+
*margin-left: 42.4468085106383%;
|
470
|
+
}
|
471
|
+
|
472
|
+
.row-fluid .offset4 {
|
473
|
+
margin-left: 36.170212765957444%;
|
474
|
+
*margin-left: 36.06382978723405%;
|
475
|
+
}
|
476
|
+
|
477
|
+
.row-fluid .offset4:first-child {
|
478
|
+
margin-left: 34.04255319148936%;
|
479
|
+
*margin-left: 33.93617021276596%;
|
480
|
+
}
|
481
|
+
|
482
|
+
.row-fluid .offset3 {
|
483
|
+
margin-left: 27.659574468085104%;
|
484
|
+
*margin-left: 27.5531914893617%;
|
485
|
+
}
|
486
|
+
|
487
|
+
.row-fluid .offset3:first-child {
|
488
|
+
margin-left: 25.53191489361702%;
|
489
|
+
*margin-left: 25.425531914893618%;
|
490
|
+
}
|
491
|
+
|
492
|
+
.row-fluid .offset2 {
|
493
|
+
margin-left: 19.148936170212764%;
|
494
|
+
*margin-left: 19.04255319148936%;
|
495
|
+
}
|
496
|
+
|
497
|
+
.row-fluid .offset2:first-child {
|
498
|
+
margin-left: 17.02127659574468%;
|
499
|
+
*margin-left: 16.914893617021278%;
|
500
|
+
}
|
501
|
+
|
502
|
+
.row-fluid .offset1 {
|
503
|
+
margin-left: 10.638297872340425%;
|
504
|
+
*margin-left: 10.53191489361702%;
|
505
|
+
}
|
506
|
+
|
507
|
+
.row-fluid .offset1:first-child {
|
508
|
+
margin-left: 8.51063829787234%;
|
509
|
+
*margin-left: 8.404255319148938%;
|
385
510
|
}
|
386
511
|
|
387
512
|
.container {
|
@@ -393,6 +518,7 @@ a:hover {
|
|
393
518
|
.container:before,
|
394
519
|
.container:after {
|
395
520
|
display: table;
|
521
|
+
line-height: 0;
|
396
522
|
content: "";
|
397
523
|
}
|
398
524
|
|
@@ -409,6 +535,7 @@ a:hover {
|
|
409
535
|
.container-fluid:before,
|
410
536
|
.container-fluid:after {
|
411
537
|
display: table;
|
538
|
+
line-height: 0;
|
412
539
|
content: "";
|
413
540
|
}
|
414
541
|
|
@@ -417,22 +544,19 @@ a:hover {
|
|
417
544
|
}
|
418
545
|
|
419
546
|
p {
|
420
|
-
margin: 0 0
|
421
|
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
422
|
-
font-size: 13px;
|
423
|
-
line-height: 18px;
|
547
|
+
margin: 0 0 10px;
|
424
548
|
}
|
425
549
|
|
426
550
|
p small {
|
427
|
-
font-size:
|
551
|
+
font-size: 12px;
|
428
552
|
color: #999999;
|
429
553
|
}
|
430
554
|
|
431
555
|
.lead {
|
432
|
-
margin-bottom:
|
556
|
+
margin-bottom: 20px;
|
433
557
|
font-size: 20px;
|
434
558
|
font-weight: 200;
|
435
|
-
line-height:
|
559
|
+
line-height: 30px;
|
436
560
|
}
|
437
561
|
|
438
562
|
h1,
|
@@ -441,9 +565,10 @@ h3,
|
|
441
565
|
h4,
|
442
566
|
h5,
|
443
567
|
h6 {
|
444
|
-
margin: 0;
|
568
|
+
margin: 10px 0;
|
445
569
|
font-family: inherit;
|
446
570
|
font-weight: bold;
|
571
|
+
line-height: 1;
|
447
572
|
color: inherit;
|
448
573
|
text-rendering: optimizelegibility;
|
449
574
|
}
|
@@ -455,74 +580,66 @@ h4 small,
|
|
455
580
|
h5 small,
|
456
581
|
h6 small {
|
457
582
|
font-weight: normal;
|
583
|
+
line-height: 1;
|
458
584
|
color: #999999;
|
459
585
|
}
|
460
586
|
|
461
587
|
h1 {
|
462
|
-
font-size:
|
463
|
-
line-height:
|
464
|
-
}
|
465
|
-
|
466
|
-
h1 small {
|
467
|
-
font-size: 18px;
|
588
|
+
font-size: 36px;
|
589
|
+
line-height: 40px;
|
468
590
|
}
|
469
591
|
|
470
592
|
h2 {
|
471
|
-
font-size:
|
472
|
-
line-height:
|
593
|
+
font-size: 30px;
|
594
|
+
line-height: 40px;
|
473
595
|
}
|
474
596
|
|
475
|
-
|
476
|
-
font-size:
|
597
|
+
h3 {
|
598
|
+
font-size: 24px;
|
599
|
+
line-height: 40px;
|
477
600
|
}
|
478
601
|
|
479
|
-
|
602
|
+
h4 {
|
480
603
|
font-size: 18px;
|
481
|
-
line-height:
|
604
|
+
line-height: 20px;
|
482
605
|
}
|
483
606
|
|
484
|
-
|
607
|
+
h5 {
|
485
608
|
font-size: 14px;
|
609
|
+
line-height: 20px;
|
486
610
|
}
|
487
611
|
|
488
|
-
h4,
|
489
|
-
h5,
|
490
612
|
h6 {
|
491
|
-
|
613
|
+
font-size: 12px;
|
614
|
+
line-height: 20px;
|
492
615
|
}
|
493
616
|
|
494
|
-
|
495
|
-
font-size:
|
617
|
+
h1 small {
|
618
|
+
font-size: 24px;
|
496
619
|
}
|
497
620
|
|
498
|
-
|
499
|
-
font-size:
|
621
|
+
h2 small {
|
622
|
+
font-size: 18px;
|
500
623
|
}
|
501
624
|
|
502
|
-
|
503
|
-
font-size:
|
625
|
+
h3 small {
|
626
|
+
font-size: 14px;
|
504
627
|
}
|
505
628
|
|
506
|
-
|
507
|
-
font-size:
|
508
|
-
color: #999999;
|
509
|
-
text-transform: uppercase;
|
629
|
+
h4 small {
|
630
|
+
font-size: 14px;
|
510
631
|
}
|
511
632
|
|
512
633
|
.page-header {
|
513
|
-
padding-bottom:
|
514
|
-
margin:
|
634
|
+
padding-bottom: 9px;
|
635
|
+
margin: 20px 0 30px;
|
515
636
|
border-bottom: 1px solid #eeeeee;
|
516
637
|
}
|
517
638
|
|
518
|
-
.page-header h1 {
|
519
|
-
line-height: 1;
|
520
|
-
}
|
521
|
-
|
522
639
|
ul,
|
523
640
|
ol {
|
524
641
|
padding: 0;
|
525
|
-
margin: 0 0
|
642
|
+
margin: 0 0 10px 25px;
|
526
643
|
}
|
527
644
|
|
528
645
|
ul ul,
|
@@ -532,16 +649,8 @@ ol ul {
|
|
532
649
|
margin-bottom: 0;
|
533
650
|
}
|
534
651
|
|
535
|
-
ul {
|
536
|
-
list-style: disc;
|
537
|
-
}
|
538
|
-
|
539
|
-
ol {
|
540
|
-
list-style: decimal;
|
541
|
-
}
|
542
|
-
|
543
652
|
li {
|
544
|
-
line-height:
|
653
|
+
line-height: 20px;
|
545
654
|
}
|
546
655
|
|
547
656
|
ul.unstyled,
|
@@ -551,21 +660,20 @@ ol.unstyled {
|
|
551
660
|
}
|
552
661
|
|
553
662
|
dl {
|
554
|
-
margin-bottom:
|
663
|
+
margin-bottom: 20px;
|
555
664
|
}
|
556
665
|
|
557
666
|
dt,
|
558
667
|
dd {
|
559
|
-
line-height:
|
668
|
+
line-height: 20px;
|
560
669
|
}
|
561
670
|
|
562
671
|
dt {
|
563
672
|
font-weight: bold;
|
564
|
-
line-height: 17px;
|
565
673
|
}
|
566
674
|
|
567
675
|
dd {
|
568
|
-
margin-left:
|
676
|
+
margin-left: 10px;
|
569
677
|
}
|
570
678
|
|
571
679
|
.dl-horizontal dt {
|
@@ -583,7 +691,7 @@ dd {
|
|
583
691
|
}
|
584
692
|
|
585
693
|
hr {
|
586
|
-
margin:
|
694
|
+
margin: 20px 0;
|
587
695
|
border: 0;
|
588
696
|
border-top: 1px solid #eeeeee;
|
589
697
|
border-bottom: 1px solid #ffffff;
|
@@ -603,7 +711,7 @@ em {
|
|
603
711
|
|
604
712
|
abbr[title] {
|
605
713
|
cursor: help;
|
606
|
-
border-bottom: 1px dotted #
|
714
|
+
border-bottom: 1px dotted #999999;
|
607
715
|
}
|
608
716
|
|
609
717
|
abbr.initialism {
|
@@ -613,7 +721,7 @@ abbr.initialism {
|
|
613
721
|
|
614
722
|
blockquote {
|
615
723
|
padding: 0 0 0 15px;
|
616
|
-
margin: 0 0
|
724
|
+
margin: 0 0 20px;
|
617
725
|
border-left: 5px solid #eeeeee;
|
618
726
|
}
|
619
727
|
|
@@ -621,12 +729,12 @@ blockquote p {
|
|
621
729
|
margin-bottom: 0;
|
622
730
|
font-size: 16px;
|
623
731
|
font-weight: 300;
|
624
|
-
line-height:
|
732
|
+
line-height: 25px;
|
625
733
|
}
|
626
734
|
|
627
735
|
blockquote small {
|
628
736
|
display: block;
|
629
|
-
line-height:
|
737
|
+
line-height: 20px;
|
630
738
|
color: #999999;
|
631
739
|
}
|
632
740
|
|
@@ -647,6 +755,14 @@ blockquote.pull-right small {
|
|
647
755
|
text-align: right;
|
648
756
|
}
|
649
757
|
|
758
|
+
blockquote.pull-right small:before {
|
759
|
+
content: '';
|
760
|
+
}
|
761
|
+
|
762
|
+
blockquote.pull-right small:after {
|
763
|
+
content: '\00A0 \2014';
|
764
|
+
}
|
765
|
+
|
650
766
|
q:before,
|
651
767
|
q:after,
|
652
768
|
blockquote:before,
|
@@ -656,9 +772,9 @@ blockquote:after {
|
|
656
772
|
|
657
773
|
address {
|
658
774
|
display: block;
|
659
|
-
margin-bottom:
|
775
|
+
margin-bottom: 20px;
|
660
776
|
font-style: normal;
|
661
|
-
line-height:
|
777
|
+
line-height: 20px;
|
662
778
|
}
|
663
779
|
|
664
780
|
small {
|
@@ -672,7 +788,7 @@ cite {
|
|
672
788
|
code,
|
673
789
|
pre {
|
674
790
|
padding: 0 3px 2px;
|
675
|
-
font-family:
|
791
|
+
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
676
792
|
font-size: 12px;
|
677
793
|
color: #333333;
|
678
794
|
-webkit-border-radius: 3px;
|
@@ -689,10 +805,10 @@ code {
|
|
689
805
|
|
690
806
|
pre {
|
691
807
|
display: block;
|
692
|
-
padding:
|
693
|
-
margin: 0 0
|
694
|
-
font-size:
|
695
|
-
line-height:
|
808
|
+
padding: 9.5px;
|
809
|
+
margin: 0 0 10px;
|
810
|
+
font-size: 12px;
|
811
|
+
line-height: 20px;
|
696
812
|
word-break: break-all;
|
697
813
|
word-wrap: break-word;
|
698
814
|
white-space: pre;
|
@@ -706,7 +822,7 @@ pre {
|
|
706
822
|
}
|
707
823
|
|
708
824
|
pre.prettyprint {
|
709
|
-
margin-bottom:
|
825
|
+
margin-bottom: 20px;
|
710
826
|
}
|
711
827
|
|
712
828
|
pre code {
|
@@ -722,7 +838,7 @@ pre code {
|
|
722
838
|
}
|
723
839
|
|
724
840
|
form {
|
725
|
-
margin: 0 0
|
841
|
+
margin: 0 0 20px;
|
726
842
|
}
|
727
843
|
|
728
844
|
fieldset {
|
@@ -735,16 +851,16 @@ legend {
|
|
735
851
|
display: block;
|
736
852
|
width: 100%;
|
737
853
|
padding: 0;
|
738
|
-
margin-bottom:
|
739
|
-
font-size:
|
740
|
-
line-height:
|
854
|
+
margin-bottom: 20px;
|
855
|
+
font-size: 21px;
|
856
|
+
line-height: 40px;
|
741
857
|
color: #333333;
|
742
858
|
border: 0;
|
743
|
-
border-bottom: 1px solid #
|
859
|
+
border-bottom: 1px solid #e5e5e5;
|
744
860
|
}
|
745
861
|
|
746
862
|
legend small {
|
747
|
-
font-size:
|
863
|
+
font-size: 15px;
|
748
864
|
color: #999999;
|
749
865
|
}
|
750
866
|
|
@@ -753,9 +869,9 @@ input,
|
|
753
869
|
button,
|
754
870
|
select,
|
755
871
|
textarea {
|
756
|
-
font-size:
|
872
|
+
font-size: 14px;
|
757
873
|
font-weight: normal;
|
758
|
-
line-height:
|
874
|
+
line-height: 20px;
|
759
875
|
}
|
760
876
|
|
761
877
|
input,
|
@@ -768,81 +884,116 @@ textarea {
|
|
768
884
|
label {
|
769
885
|
display: block;
|
770
886
|
margin-bottom: 5px;
|
771
|
-
color: #333333;
|
772
887
|
}
|
773
888
|
|
774
|
-
input,
|
775
|
-
textarea,
|
776
889
|
select,
|
890
|
+
textarea,
|
891
|
+
input[type="text"],
|
892
|
+
input[type="password"],
|
893
|
+
input[type="datetime"],
|
894
|
+
input[type="datetime-local"],
|
895
|
+
input[type="date"],
|
896
|
+
input[type="month"],
|
897
|
+
input[type="time"],
|
898
|
+
input[type="week"],
|
899
|
+
input[type="number"],
|
900
|
+
input[type="email"],
|
901
|
+
input[type="url"],
|
902
|
+
input[type="search"],
|
903
|
+
input[type="tel"],
|
904
|
+
input[type="color"],
|
777
905
|
.uneditable-input {
|
778
906
|
display: inline-block;
|
779
|
-
|
780
|
-
height: 18px;
|
907
|
+
height: 20px;
|
781
908
|
padding: 4px;
|
782
909
|
margin-bottom: 9px;
|
783
|
-
font-size:
|
784
|
-
line-height:
|
910
|
+
font-size: 14px;
|
911
|
+
line-height: 20px;
|
785
912
|
color: #555555;
|
786
|
-
background-color: #ffffff;
|
787
|
-
border: 1px solid #cccccc;
|
788
913
|
-webkit-border-radius: 3px;
|
789
914
|
-moz-border-radius: 3px;
|
790
915
|
border-radius: 3px;
|
791
916
|
}
|
792
917
|
|
793
|
-
|
794
|
-
|
918
|
+
input,
|
919
|
+
textarea {
|
920
|
+
width: 210px;
|
921
|
+
}
|
922
|
+
|
923
|
+
textarea {
|
795
924
|
height: auto;
|
796
925
|
}
|
797
926
|
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
927
|
+
textarea,
|
928
|
+
input[type="text"],
|
929
|
+
input[type="password"],
|
930
|
+
input[type="datetime"],
|
931
|
+
input[type="datetime-local"],
|
932
|
+
input[type="date"],
|
933
|
+
input[type="month"],
|
934
|
+
input[type="time"],
|
935
|
+
input[type="week"],
|
936
|
+
input[type="number"],
|
937
|
+
input[type="email"],
|
938
|
+
input[type="url"],
|
939
|
+
input[type="search"],
|
940
|
+
input[type="tel"],
|
941
|
+
input[type="color"],
|
942
|
+
.uneditable-input {
|
943
|
+
background-color: #ffffff;
|
944
|
+
border: 1px solid #cccccc;
|
945
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
946
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
947
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
948
|
+
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
949
|
+
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
950
|
+
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
951
|
+
transition: border linear 0.2s, box-shadow linear 0.2s;
|
802
952
|
}
|
803
953
|
|
804
|
-
|
805
|
-
input[type="
|
806
|
-
input[type="
|
807
|
-
|
808
|
-
|
809
|
-
|
954
|
+
textarea:focus,
|
955
|
+
input[type="text"]:focus,
|
956
|
+
input[type="password"]:focus,
|
957
|
+
input[type="datetime"]:focus,
|
958
|
+
input[type="datetime-local"]:focus,
|
959
|
+
input[type="date"]:focus,
|
960
|
+
input[type="month"]:focus,
|
961
|
+
input[type="time"]:focus,
|
962
|
+
input[type="week"]:focus,
|
963
|
+
input[type="number"]:focus,
|
964
|
+
input[type="email"]:focus,
|
965
|
+
input[type="url"]:focus,
|
966
|
+
input[type="search"]:focus,
|
967
|
+
input[type="tel"]:focus,
|
968
|
+
input[type="color"]:focus,
|
969
|
+
.uneditable-input:focus {
|
970
|
+
border-color: rgba(82, 168, 236, 0.8);
|
971
|
+
outline: 0;
|
972
|
+
outline: thin dotted \9;
|
973
|
+
/* IE6-9 */
|
974
|
+
|
975
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
976
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
977
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
978
|
+
}
|
979
|
+
|
980
|
+
input[type="radio"],
|
981
|
+
input[type="checkbox"] {
|
810
982
|
margin: 3px 0;
|
811
983
|
*margin-top: 0;
|
812
984
|
/* IE7 */
|
813
985
|
|
814
986
|
line-height: normal;
|
815
987
|
cursor: pointer;
|
816
|
-
background-color: transparent;
|
817
|
-
border: 0 \9;
|
818
|
-
/* IE9 and down */
|
819
|
-
|
820
|
-
-webkit-border-radius: 0;
|
821
|
-
-moz-border-radius: 0;
|
822
|
-
border-radius: 0;
|
823
|
-
}
|
824
|
-
|
825
|
-
input[type="image"] {
|
826
|
-
border: 0;
|
827
|
-
}
|
828
|
-
|
829
|
-
input[type="file"] {
|
830
|
-
width: auto;
|
831
|
-
padding: initial;
|
832
|
-
line-height: initial;
|
833
|
-
background-color: #ffffff;
|
834
|
-
background-color: initial;
|
835
|
-
border: initial;
|
836
|
-
-webkit-box-shadow: none;
|
837
|
-
-moz-box-shadow: none;
|
838
|
-
box-shadow: none;
|
839
988
|
}
|
840
989
|
|
841
|
-
input[type="
|
990
|
+
input[type="image"],
|
991
|
+
input[type="submit"],
|
842
992
|
input[type="reset"],
|
843
|
-
input[type="
|
993
|
+
input[type="button"],
|
994
|
+
input[type="radio"],
|
995
|
+
input[type="checkbox"] {
|
844
996
|
width: auto;
|
845
|
-
height: auto;
|
846
997
|
}
|
847
998
|
|
848
999
|
select,
|
@@ -856,13 +1007,9 @@ input[type="file"] {
|
|
856
1007
|
line-height: 28px;
|
857
1008
|
}
|
858
1009
|
|
859
|
-
input[type="file"] {
|
860
|
-
line-height: 18px \9;
|
861
|
-
}
|
862
|
-
|
863
1010
|
select {
|
864
1011
|
width: 220px;
|
865
|
-
|
1012
|
+
border: 1px solid #bbb;
|
866
1013
|
}
|
867
1014
|
|
868
1015
|
select[multiple],
|
@@ -870,18 +1017,49 @@ select[size] {
|
|
870
1017
|
height: auto;
|
871
1018
|
}
|
872
1019
|
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
1020
|
+
select:focus,
|
1021
|
+
input[type="file"]:focus,
|
1022
|
+
input[type="radio"]:focus,
|
1023
|
+
input[type="checkbox"]:focus {
|
1024
|
+
outline: thin dotted #333;
|
1025
|
+
outline: 5px auto -webkit-focus-ring-color;
|
1026
|
+
outline-offset: -2px;
|
877
1027
|
}
|
878
1028
|
|
879
|
-
|
1029
|
+
.uneditable-input,
|
1030
|
+
.uneditable-textarea {
|
1031
|
+
color: #999999;
|
1032
|
+
cursor: not-allowed;
|
1033
|
+
background-color: #fcfcfc;
|
1034
|
+
border-color: #cccccc;
|
1035
|
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1036
|
+
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1037
|
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1038
|
+
}
|
1039
|
+
|
1040
|
+
.uneditable-input {
|
1041
|
+
overflow: hidden;
|
1042
|
+
white-space: nowrap;
|
1043
|
+
}
|
1044
|
+
|
1045
|
+
.uneditable-textarea {
|
1046
|
+
width: auto;
|
880
1047
|
height: auto;
|
881
1048
|
}
|
882
1049
|
|
883
|
-
input
|
884
|
-
|
1050
|
+
input:-moz-placeholder,
|
1051
|
+
textarea:-moz-placeholder {
|
1052
|
+
color: #999999;
|
1053
|
+
}
|
1054
|
+
|
1055
|
+
input:-ms-input-placeholder,
|
1056
|
+
textarea:-ms-input-placeholder {
|
1057
|
+
color: #999999;
|
1058
|
+
}
|
1059
|
+
|
1060
|
+
input::-webkit-input-placeholder,
|
1061
|
+
textarea::-webkit-input-placeholder {
|
1062
|
+
color: #999999;
|
885
1063
|
}
|
886
1064
|
|
887
1065
|
.radio,
|
@@ -914,42 +1092,6 @@ input[type="hidden"] {
|
|
914
1092
|
margin-left: 10px;
|
915
1093
|
}
|
916
1094
|
|
917
|
-
input,
|
918
|
-
textarea {
|
919
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
920
|
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
921
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
922
|
-
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
923
|
-
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
924
|
-
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
|
925
|
-
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
926
|
-
transition: border linear 0.2s, box-shadow linear 0.2s;
|
927
|
-
}
|
928
|
-
|
929
|
-
input:focus,
|
930
|
-
textarea:focus {
|
931
|
-
border-color: rgba(82, 168, 236, 0.8);
|
932
|
-
outline: 0;
|
933
|
-
outline: thin dotted \9;
|
934
|
-
/* IE6-9 */
|
935
|
-
|
936
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
937
|
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
938
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
939
|
-
}
|
940
|
-
|
941
|
-
input[type="file"]:focus,
|
942
|
-
input[type="radio"]:focus,
|
943
|
-
input[type="checkbox"]:focus,
|
944
|
-
select:focus {
|
945
|
-
outline: thin dotted #333;
|
946
|
-
outline: 5px auto -webkit-focus-ring-color;
|
947
|
-
outline-offset: -2px;
|
948
|
-
-webkit-box-shadow: none;
|
949
|
-
-moz-box-shadow: none;
|
950
|
-
box-shadow: none;
|
951
|
-
}
|
952
|
-
|
953
1095
|
.input-mini {
|
954
1096
|
width: 60px;
|
955
1097
|
}
|
@@ -986,12 +1128,25 @@ textarea[class*="span"],
|
|
986
1128
|
margin-left: 0;
|
987
1129
|
}
|
988
1130
|
|
1131
|
+
.input-append input[class*="span"],
|
1132
|
+
.input-append .uneditable-input[class*="span"],
|
1133
|
+
.input-prepend input[class*="span"],
|
1134
|
+
.input-prepend .uneditable-input[class*="span"],
|
1135
|
+
.row-fluid .input-prepend [class*="span"],
|
1136
|
+
.row-fluid .input-append [class*="span"] {
|
1137
|
+
display: inline-block;
|
1138
|
+
}
|
1139
|
+
|
989
1140
|
input,
|
990
1141
|
textarea,
|
991
1142
|
.uneditable-input {
|
992
1143
|
margin-left: 0;
|
993
1144
|
}
|
994
1145
|
|
1146
|
+
.controls-row [class*="span"] + [class*="span"] {
|
1147
|
+
margin-left: 20px;
|
1148
|
+
}
|
1149
|
+
|
995
1150
|
input.span12,
|
996
1151
|
textarea.span12,
|
997
1152
|
.uneditable-input.span12 {
|
@@ -1064,6 +1219,25 @@ textarea.span1,
|
|
1064
1219
|
width: 50px;
|
1065
1220
|
}
|
1066
1221
|
|
1222
|
+
.controls-row {
|
1223
|
+
*zoom: 1;
|
1224
|
+
}
|
1225
|
+
|
1226
|
+
.controls-row:before,
|
1227
|
+
.controls-row:after {
|
1228
|
+
display: table;
|
1229
|
+
line-height: 0;
|
1230
|
+
content: "";
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
.controls-row:after {
|
1234
|
+
clear: both;
|
1235
|
+
}
|
1236
|
+
|
1237
|
+
.controls-row [class*="span"] {
|
1238
|
+
float: left;
|
1239
|
+
}
|
1240
|
+
|
1067
1241
|
input[disabled],
|
1068
1242
|
select[disabled],
|
1069
1243
|
textarea[disabled],
|
@@ -1072,7 +1246,6 @@ select[readonly],
|
|
1072
1246
|
textarea[readonly] {
|
1073
1247
|
cursor: not-allowed;
|
1074
1248
|
background-color: #eeeeee;
|
1075
|
-
border-color: #ddd;
|
1076
1249
|
}
|
1077
1250
|
|
1078
1251
|
input[type="radio"][disabled],
|
@@ -1088,6 +1261,8 @@ input[type="checkbox"][readonly] {
|
|
1088
1261
|
color: #c09853;
|
1089
1262
|
}
|
1090
1263
|
|
1264
|
+
.control-group.warning .checkbox,
|
1265
|
+
.control-group.warning .radio,
|
1091
1266
|
.control-group.warning input,
|
1092
1267
|
.control-group.warning select,
|
1093
1268
|
.control-group.warning textarea {
|
@@ -1095,6 +1270,8 @@ input[type="checkbox"][readonly] {
|
|
1095
1270
|
border-color: #c09853;
|
1096
1271
|
}
|
1097
1272
|
|
1273
|
+
.control-group.warning .checkbox:focus,
|
1274
|
+
.control-group.warning .radio:focus,
|
1098
1275
|
.control-group.warning input:focus,
|
1099
1276
|
.control-group.warning select:focus,
|
1100
1277
|
.control-group.warning textarea:focus {
|
@@ -1117,6 +1294,8 @@ input[type="checkbox"][readonly] {
|
|
1117
1294
|
color: #b94a48;
|
1118
1295
|
}
|
1119
1296
|
|
1297
|
+
.control-group.error .checkbox,
|
1298
|
+
.control-group.error .radio,
|
1120
1299
|
.control-group.error input,
|
1121
1300
|
.control-group.error select,
|
1122
1301
|
.control-group.error textarea {
|
@@ -1124,6 +1303,8 @@ input[type="checkbox"][readonly] {
|
|
1124
1303
|
border-color: #b94a48;
|
1125
1304
|
}
|
1126
1305
|
|
1306
|
+
.control-group.error .checkbox:focus,
|
1307
|
+
.control-group.error .radio:focus,
|
1127
1308
|
.control-group.error input:focus,
|
1128
1309
|
.control-group.error select:focus,
|
1129
1310
|
.control-group.error textarea:focus {
|
@@ -1146,6 +1327,8 @@ input[type="checkbox"][readonly] {
|
|
1146
1327
|
color: #468847;
|
1147
1328
|
}
|
1148
1329
|
|
1330
|
+
.control-group.success .checkbox,
|
1331
|
+
.control-group.success .radio,
|
1149
1332
|
.control-group.success input,
|
1150
1333
|
.control-group.success select,
|
1151
1334
|
.control-group.success textarea {
|
@@ -1153,6 +1336,8 @@ input[type="checkbox"][readonly] {
|
|
1153
1336
|
border-color: #468847;
|
1154
1337
|
}
|
1155
1338
|
|
1339
|
+
.control-group.success .checkbox:focus,
|
1340
|
+
.control-group.success .radio:focus,
|
1156
1341
|
.control-group.success input:focus,
|
1157
1342
|
.control-group.success select:focus,
|
1158
1343
|
.control-group.success textarea:focus {
|
@@ -1186,17 +1371,18 @@ select:focus:required:invalid:focus {
|
|
1186
1371
|
}
|
1187
1372
|
|
1188
1373
|
.form-actions {
|
1189
|
-
padding:
|
1190
|
-
margin-top:
|
1191
|
-
margin-bottom:
|
1374
|
+
padding: 19px 20px 20px;
|
1375
|
+
margin-top: 20px;
|
1376
|
+
margin-bottom: 20px;
|
1192
1377
|
background-color: #f5f5f5;
|
1193
|
-
border-top: 1px solid #
|
1378
|
+
border-top: 1px solid #e5e5e5;
|
1194
1379
|
*zoom: 1;
|
1195
1380
|
}
|
1196
1381
|
|
1197
1382
|
.form-actions:before,
|
1198
1383
|
.form-actions:after {
|
1199
1384
|
display: table;
|
1385
|
+
line-height: 0;
|
1200
1386
|
content: "";
|
1201
1387
|
}
|
1202
1388
|
|
@@ -1204,33 +1390,14 @@ select:focus:required:invalid:focus {
|
|
1204
1390
|
clear: both;
|
1205
1391
|
}
|
1206
1392
|
|
1207
|
-
.uneditable-input {
|
1208
|
-
overflow: hidden;
|
1209
|
-
white-space: nowrap;
|
1210
|
-
cursor: not-allowed;
|
1211
|
-
background-color: #ffffff;
|
1212
|
-
border-color: #eee;
|
1213
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1214
|
-
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1215
|
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1216
|
-
}
|
1217
|
-
|
1218
|
-
:-moz-placeholder {
|
1219
|
-
color: #999999;
|
1220
|
-
}
|
1221
|
-
|
1222
|
-
::-webkit-input-placeholder {
|
1223
|
-
color: #999999;
|
1224
|
-
}
|
1225
|
-
|
1226
1393
|
.help-block,
|
1227
1394
|
.help-inline {
|
1228
|
-
color: #
|
1395
|
+
color: #595959;
|
1229
1396
|
}
|
1230
1397
|
|
1231
1398
|
.help-block {
|
1232
1399
|
display: block;
|
1233
|
-
margin-bottom:
|
1400
|
+
margin-bottom: 10px;
|
1234
1401
|
}
|
1235
1402
|
|
1236
1403
|
.help-inline {
|
@@ -1241,49 +1408,48 @@ select:focus:required:invalid:focus {
|
|
1241
1408
|
*zoom: 1;
|
1242
1409
|
}
|
1243
1410
|
|
1244
|
-
.input-
|
1245
|
-
.input-
|
1411
|
+
.input-append,
|
1412
|
+
.input-prepend {
|
1246
1413
|
margin-bottom: 5px;
|
1414
|
+
font-size: 0;
|
1415
|
+
white-space: nowrap;
|
1247
1416
|
}
|
1248
1417
|
|
1249
|
-
.input-prepend input,
|
1250
1418
|
.input-append input,
|
1251
|
-
.input-prepend
|
1419
|
+
.input-prepend input,
|
1252
1420
|
.input-append select,
|
1253
|
-
.input-prepend
|
1254
|
-
.input-append .uneditable-input
|
1421
|
+
.input-prepend select,
|
1422
|
+
.input-append .uneditable-input,
|
1423
|
+
.input-prepend .uneditable-input {
|
1255
1424
|
position: relative;
|
1256
1425
|
margin-bottom: 0;
|
1257
1426
|
*margin-left: 0;
|
1427
|
+
font-size: 14px;
|
1258
1428
|
vertical-align: middle;
|
1259
1429
|
-webkit-border-radius: 0 3px 3px 0;
|
1260
1430
|
-moz-border-radius: 0 3px 3px 0;
|
1261
1431
|
border-radius: 0 3px 3px 0;
|
1262
1432
|
}
|
1263
1433
|
|
1264
|
-
.input-prepend input:focus,
|
1265
1434
|
.input-append input:focus,
|
1266
|
-
.input-prepend
|
1435
|
+
.input-prepend input:focus,
|
1267
1436
|
.input-append select:focus,
|
1268
|
-
.input-prepend
|
1269
|
-
.input-append .uneditable-input:focus
|
1437
|
+
.input-prepend select:focus,
|
1438
|
+
.input-append .uneditable-input:focus,
|
1439
|
+
.input-prepend .uneditable-input:focus {
|
1270
1440
|
z-index: 2;
|
1271
1441
|
}
|
1272
1442
|
|
1273
|
-
.input-
|
1274
|
-
.input-
|
1275
|
-
border-left-color: #ccc;
|
1276
|
-
}
|
1277
|
-
|
1278
|
-
.input-prepend .add-on,
|
1279
|
-
.input-append .add-on {
|
1443
|
+
.input-append .add-on,
|
1444
|
+
.input-prepend .add-on {
|
1280
1445
|
display: inline-block;
|
1281
1446
|
width: auto;
|
1282
|
-
height:
|
1447
|
+
height: 20px;
|
1283
1448
|
min-width: 16px;
|
1284
1449
|
padding: 4px 5px;
|
1450
|
+
font-size: 14px;
|
1285
1451
|
font-weight: normal;
|
1286
|
-
line-height:
|
1452
|
+
line-height: 20px;
|
1287
1453
|
text-align: center;
|
1288
1454
|
text-shadow: 0 1px 0 #ffffff;
|
1289
1455
|
vertical-align: middle;
|
@@ -1291,18 +1457,18 @@ select:focus:required:invalid:focus {
|
|
1291
1457
|
border: 1px solid #ccc;
|
1292
1458
|
}
|
1293
1459
|
|
1294
|
-
.input-prepend .add-on,
|
1295
1460
|
.input-append .add-on,
|
1296
|
-
.input-prepend .
|
1297
|
-
.input-append .btn
|
1461
|
+
.input-prepend .add-on,
|
1462
|
+
.input-append .btn,
|
1463
|
+
.input-prepend .btn {
|
1298
1464
|
margin-left: -1px;
|
1299
1465
|
-webkit-border-radius: 0;
|
1300
1466
|
-moz-border-radius: 0;
|
1301
1467
|
border-radius: 0;
|
1302
1468
|
}
|
1303
1469
|
|
1304
|
-
.input-
|
1305
|
-
.input-
|
1470
|
+
.input-append .active,
|
1471
|
+
.input-prepend .active {
|
1306
1472
|
background-color: #a9dba9;
|
1307
1473
|
border-color: #46a546;
|
1308
1474
|
}
|
@@ -1327,11 +1493,6 @@ select:focus:required:invalid:focus {
|
|
1327
1493
|
border-radius: 3px 0 0 3px;
|
1328
1494
|
}
|
1329
1495
|
|
1330
|
-
.input-append .uneditable-input {
|
1331
|
-
border-right-color: #ccc;
|
1332
|
-
border-left-color: #eee;
|
1333
|
-
}
|
1334
|
-
|
1335
1496
|
.input-append .add-on:last-child,
|
1336
1497
|
.input-append .btn:last-child {
|
1337
1498
|
-webkit-border-radius: 0 3px 3px 0;
|
@@ -1376,6 +1537,39 @@ select:focus:required:invalid:focus {
|
|
1376
1537
|
border-radius: 14px;
|
1377
1538
|
}
|
1378
1539
|
|
1540
|
+
/* Allow for input prepend/append in search forms */
|
1541
|
+
|
1542
|
+
.form-search .input-append .search-query,
|
1543
|
+
.form-search .input-prepend .search-query {
|
1544
|
+
-webkit-border-radius: 0;
|
1545
|
+
-moz-border-radius: 0;
|
1546
|
+
border-radius: 0;
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
.form-search .input-append .search-query {
|
1550
|
+
-webkit-border-radius: 14px 0 0 14px;
|
1551
|
+
-moz-border-radius: 14px 0 0 14px;
|
1552
|
+
border-radius: 14px 0 0 14px;
|
1553
|
+
}
|
1554
|
+
|
1555
|
+
.form-search .input-append .btn {
|
1556
|
+
-webkit-border-radius: 0 14px 14px 0;
|
1557
|
+
-moz-border-radius: 0 14px 14px 0;
|
1558
|
+
border-radius: 0 14px 14px 0;
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
.form-search .input-prepend .search-query {
|
1562
|
+
-webkit-border-radius: 0 14px 14px 0;
|
1563
|
+
-moz-border-radius: 0 14px 14px 0;
|
1564
|
+
border-radius: 0 14px 14px 0;
|
1565
|
+
}
|
1566
|
+
|
1567
|
+
.form-search .input-prepend .btn {
|
1568
|
+
-webkit-border-radius: 14px 0 0 14px;
|
1569
|
+
-moz-border-radius: 14px 0 0 14px;
|
1570
|
+
border-radius: 14px 0 0 14px;
|
1571
|
+
}
|
1572
|
+
|
1379
1573
|
.form-search input,
|
1380
1574
|
.form-inline input,
|
1381
1575
|
.form-horizontal input,
|
@@ -1400,6 +1594,7 @@ select:focus:required:invalid:focus {
|
|
1400
1594
|
display: inline-block;
|
1401
1595
|
*display: inline;
|
1402
1596
|
margin-bottom: 0;
|
1597
|
+
vertical-align: middle;
|
1403
1598
|
*zoom: 1;
|
1404
1599
|
}
|
1405
1600
|
|
@@ -1440,22 +1635,23 @@ select:focus:required:invalid:focus {
|
|
1440
1635
|
}
|
1441
1636
|
|
1442
1637
|
.control-group {
|
1443
|
-
margin-bottom:
|
1638
|
+
margin-bottom: 10px;
|
1444
1639
|
}
|
1445
1640
|
|
1446
1641
|
legend + .control-group {
|
1447
|
-
margin-top:
|
1642
|
+
margin-top: 20px;
|
1448
1643
|
-webkit-margin-top-collapse: separate;
|
1449
1644
|
}
|
1450
1645
|
|
1451
1646
|
.form-horizontal .control-group {
|
1452
|
-
margin-bottom:
|
1647
|
+
margin-bottom: 20px;
|
1453
1648
|
*zoom: 1;
|
1454
1649
|
}
|
1455
1650
|
|
1456
1651
|
.form-horizontal .control-group:before,
|
1457
1652
|
.form-horizontal .control-group:after {
|
1458
1653
|
display: table;
|
1654
|
+
line-height: 0;
|
1459
1655
|
content: "";
|
1460
1656
|
}
|
1461
1657
|
|
@@ -1482,7 +1678,7 @@ legend + .control-group {
|
|
1482
1678
|
}
|
1483
1679
|
|
1484
1680
|
.form-horizontal .help-block {
|
1485
|
-
margin-top:
|
1681
|
+
margin-top: 10px;
|
1486
1682
|
margin-bottom: 0;
|
1487
1683
|
}
|
1488
1684
|
|
@@ -1499,13 +1695,13 @@ table {
|
|
1499
1695
|
|
1500
1696
|
.table {
|
1501
1697
|
width: 100%;
|
1502
|
-
margin-bottom:
|
1698
|
+
margin-bottom: 20px;
|
1503
1699
|
}
|
1504
1700
|
|
1505
1701
|
.table th,
|
1506
1702
|
.table td {
|
1507
1703
|
padding: 8px;
|
1508
|
-
line-height:
|
1704
|
+
line-height: 20px;
|
1509
1705
|
text-align: left;
|
1510
1706
|
vertical-align: top;
|
1511
1707
|
border-top: 1px solid #dddddd;
|
@@ -1532,6 +1728,18 @@ table {
|
|
1532
1728
|
border-top: 2px solid #dddddd;
|
1533
1729
|
}
|
1534
1730
|
|
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
|
+
|
1535
1743
|
.table-condensed th,
|
1536
1744
|
.table-condensed td {
|
1537
1745
|
padding: 4px 5px;
|
@@ -1579,7 +1787,8 @@ table {
|
|
1579
1787
|
}
|
1580
1788
|
|
1581
1789
|
.table-bordered thead:last-child tr:last-child th:first-child,
|
1582
|
-
.table-bordered tbody:last-child tr:last-child td:first-child
|
1790
|
+
.table-bordered tbody:last-child tr:last-child td:first-child,
|
1791
|
+
.table-bordered tfoot:last-child tr:last-child td:first-child {
|
1583
1792
|
-webkit-border-radius: 0 0 0 4px;
|
1584
1793
|
-moz-border-radius: 0 0 0 4px;
|
1585
1794
|
border-radius: 0 0 0 4px;
|
@@ -1589,22 +1798,48 @@ table {
|
|
1589
1798
|
}
|
1590
1799
|
|
1591
1800
|
.table-bordered thead:last-child tr:last-child th:last-child,
|
1592
|
-
.table-bordered tbody:last-child tr:last-child td:last-child
|
1801
|
+
.table-bordered tbody:last-child tr:last-child td:last-child,
|
1802
|
+
.table-bordered tfoot:last-child tr:last-child td:last-child {
|
1593
1803
|
-webkit-border-bottom-right-radius: 4px;
|
1594
1804
|
border-bottom-right-radius: 4px;
|
1595
1805
|
-moz-border-radius-bottomright: 4px;
|
1596
1806
|
}
|
1597
1807
|
|
1808
|
+
.table-bordered caption + thead tr:first-child th:first-child,
|
1809
|
+
.table-bordered caption + tbody tr:first-child td:first-child,
|
1810
|
+
.table-bordered colgroup + thead tr:first-child th:first-child,
|
1811
|
+
.table-bordered colgroup + tbody tr:first-child td:first-child {
|
1812
|
+
-webkit-border-top-left-radius: 4px;
|
1813
|
+
border-top-left-radius: 4px;
|
1814
|
+
-moz-border-radius-topleft: 4px;
|
1815
|
+
}
|
1816
|
+
|
1817
|
+
.table-bordered caption + thead tr:first-child th:last-child,
|
1818
|
+
.table-bordered caption + tbody tr:first-child td:last-child,
|
1819
|
+
.table-bordered colgroup + thead tr:first-child th:last-child,
|
1820
|
+
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
1821
|
+
-webkit-border-top-right-radius: 4px;
|
1822
|
+
border-top-right-radius: 4px;
|
1823
|
+
-moz-border-right-topleft: 4px;
|
1824
|
+
}
|
1825
|
+
|
1598
1826
|
.table-striped tbody tr:nth-child(odd) td,
|
1599
1827
|
.table-striped tbody tr:nth-child(odd) th {
|
1600
1828
|
background-color: #f9f9f9;
|
1601
1829
|
}
|
1602
1830
|
|
1603
|
-
.table tbody tr:hover td,
|
1604
|
-
.table tbody tr:hover th {
|
1831
|
+
.table-hover tbody tr:hover td,
|
1832
|
+
.table-hover tbody tr:hover th {
|
1605
1833
|
background-color: #f5f5f5;
|
1606
1834
|
}
|
1607
1835
|
|
1836
|
+
table [class*=span],
|
1837
|
+
.row-fluid table [class*=span] {
|
1838
|
+
display: table-cell;
|
1839
|
+
float: none;
|
1840
|
+
margin-left: 0;
|
1841
|
+
}
|
1842
|
+
|
1608
1843
|
table .span1 {
|
1609
1844
|
float: none;
|
1610
1845
|
width: 44px;
|
@@ -1757,7 +1992,7 @@ table .span24 {
|
|
1757
1992
|
*margin-right: .3em;
|
1758
1993
|
line-height: 14px;
|
1759
1994
|
vertical-align: text-top;
|
1760
|
-
background-image: url(<%= asset_path "glyphicons-halflings.png" %>);
|
1995
|
+
background-image: url("<%= asset_path "glyphicons-halflings.png" %>");
|
1761
1996
|
background-position: 14px 14px;
|
1762
1997
|
background-repeat: no-repeat;
|
1763
1998
|
}
|
@@ -1768,7 +2003,7 @@ table .span24 {
|
|
1768
2003
|
}
|
1769
2004
|
|
1770
2005
|
.icon-white {
|
1771
|
-
background-image: url(<%= asset_path "glyphicons-halflings-white.png" %>);
|
2006
|
+
background-image: url("<%= asset_path "glyphicons-halflings-white.png" %>");
|
1772
2007
|
}
|
1773
2008
|
|
1774
2009
|
.icon-glass {
|
@@ -2208,6 +2443,7 @@ table .span24 {
|
|
2208
2443
|
}
|
2209
2444
|
|
2210
2445
|
.icon-random {
|
2446
|
+
width: 16px;
|
2211
2447
|
background-position: -216px -120px;
|
2212
2448
|
}
|
2213
2449
|
|
@@ -2240,6 +2476,7 @@ table .span24 {
|
|
2240
2476
|
}
|
2241
2477
|
|
2242
2478
|
.icon-folder-open {
|
2479
|
+
width: 16px;
|
2243
2480
|
background-position: -408px -120px;
|
2244
2481
|
}
|
2245
2482
|
|
@@ -2363,12 +2600,17 @@ table .span24 {
|
|
2363
2600
|
margin-left: 2px;
|
2364
2601
|
}
|
2365
2602
|
|
2366
|
-
.dropdown:
|
2603
|
+
.dropdown a:focus .caret,
|
2604
|
+
.dropdown a:hover .caret,
|
2367
2605
|
.open .caret {
|
2368
2606
|
opacity: 1;
|
2369
2607
|
filter: alpha(opacity=100);
|
2370
2608
|
}
|
2371
2609
|
|
2610
|
+
.navbar .nav .open > a {
|
2611
|
+
color: #ffffff;
|
2612
|
+
}
|
2613
|
+
|
2372
2614
|
.dropdown-menu {
|
2373
2615
|
position: absolute;
|
2374
2616
|
top: 100%;
|
@@ -2377,7 +2619,7 @@ table .span24 {
|
|
2377
2619
|
display: none;
|
2378
2620
|
float: left;
|
2379
2621
|
min-width: 160px;
|
2380
|
-
padding:
|
2622
|
+
padding: 5px 0;
|
2381
2623
|
margin: 1px 0 0;
|
2382
2624
|
list-style: none;
|
2383
2625
|
background-color: #ffffff;
|
@@ -2385,9 +2627,9 @@ table .span24 {
|
|
2385
2627
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
2386
2628
|
*border-right-width: 2px;
|
2387
2629
|
*border-bottom-width: 2px;
|
2388
|
-
-webkit-border-radius:
|
2389
|
-
-moz-border-radius:
|
2390
|
-
border-radius:
|
2630
|
+
-webkit-border-radius: 6px;
|
2631
|
+
-moz-border-radius: 6px;
|
2632
|
+
border-radius: 6px;
|
2391
2633
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
2392
2634
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
2393
2635
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
@@ -2404,7 +2646,7 @@ table .span24 {
|
|
2404
2646
|
.dropdown-menu .divider {
|
2405
2647
|
*width: 100%;
|
2406
2648
|
height: 1px;
|
2407
|
-
margin:
|
2649
|
+
margin: 9px 1px;
|
2408
2650
|
*margin: -5px 0 5px;
|
2409
2651
|
overflow: hidden;
|
2410
2652
|
background-color: #e5e5e5;
|
@@ -2413,31 +2655,70 @@ table .span24 {
|
|
2413
2655
|
|
2414
2656
|
.dropdown-menu a {
|
2415
2657
|
display: block;
|
2416
|
-
padding: 3px
|
2658
|
+
padding: 3px 20px;
|
2417
2659
|
clear: both;
|
2418
2660
|
font-weight: normal;
|
2419
|
-
line-height:
|
2661
|
+
line-height: 20px;
|
2420
2662
|
color: #333333;
|
2421
2663
|
white-space: nowrap;
|
2422
2664
|
}
|
2423
2665
|
|
2424
2666
|
.dropdown-menu li > a:hover,
|
2667
|
+
.dropdown-menu li > a:focus {
|
2668
|
+
color: #ffffff;
|
2669
|
+
text-decoration: none;
|
2670
|
+
background-color: #0088cc;
|
2671
|
+
background-color: #0081c2;
|
2672
|
+
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
2673
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
2674
|
+
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
2675
|
+
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
2676
|
+
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
2677
|
+
background-repeat: repeat-x;
|
2678
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
2679
|
+
}
|
2680
|
+
|
2425
2681
|
.dropdown-menu .active > a,
|
2426
2682
|
.dropdown-menu .active > a:hover {
|
2427
2683
|
color: #ffffff;
|
2428
2684
|
text-decoration: none;
|
2429
2685
|
background-color: #0088cc;
|
2686
|
+
background-color: #0081c2;
|
2687
|
+
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
2688
|
+
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
2689
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
2690
|
+
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
2691
|
+
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
2692
|
+
background-repeat: repeat-x;
|
2693
|
+
outline: 0;
|
2694
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
2695
|
+
}
|
2696
|
+
|
2697
|
+
.dropdown-menu .disabled > a,
|
2698
|
+
.dropdown-menu .disabled > a:hover {
|
2699
|
+
color: #999999;
|
2700
|
+
}
|
2701
|
+
|
2702
|
+
.dropdown-menu .disabled > a:hover {
|
2703
|
+
text-decoration: none;
|
2704
|
+
cursor: default;
|
2705
|
+
background-color: transparent;
|
2706
|
+
}
|
2707
|
+
|
2708
|
+
.dropdown .dropdown-menu .nav-header {
|
2709
|
+
padding-right: 20px;
|
2710
|
+
padding-left: 20px;
|
2430
2711
|
}
|
2431
2712
|
|
2432
2713
|
.open {
|
2433
2714
|
*z-index: 1000;
|
2434
2715
|
}
|
2435
2716
|
|
2436
|
-
.open .dropdown-menu {
|
2717
|
+
.open > .dropdown-menu {
|
2437
2718
|
display: block;
|
2438
2719
|
}
|
2439
2720
|
|
2440
|
-
.pull-right .dropdown-menu {
|
2721
|
+
.pull-right > .dropdown-menu {
|
2441
2722
|
right: 0;
|
2442
2723
|
left: auto;
|
2443
2724
|
}
|
@@ -2468,8 +2749,7 @@ table .span24 {
|
|
2468
2749
|
padding: 19px;
|
2469
2750
|
margin-bottom: 20px;
|
2470
2751
|
background-color: #f5f5f5;
|
2471
|
-
border: 1px solid #
|
2472
|
-
border: 1px solid rgba(0, 0, 0, 0.05);
|
2752
|
+
border: 1px solid #e3e3e3;
|
2473
2753
|
-webkit-border-radius: 4px;
|
2474
2754
|
-moz-border-radius: 4px;
|
2475
2755
|
border-radius: 4px;
|
@@ -2499,17 +2779,14 @@ table .span24 {
|
|
2499
2779
|
|
2500
2780
|
.fade {
|
2501
2781
|
opacity: 0;
|
2502
|
-
filter: alpha(opacity=0);
|
2503
2782
|
-webkit-transition: opacity 0.15s linear;
|
2504
2783
|
-moz-transition: opacity 0.15s linear;
|
2505
|
-
-ms-transition: opacity 0.15s linear;
|
2506
2784
|
-o-transition: opacity 0.15s linear;
|
2507
2785
|
transition: opacity 0.15s linear;
|
2508
2786
|
}
|
2509
2787
|
|
2510
2788
|
.fade.in {
|
2511
2789
|
opacity: 1;
|
2512
|
-
filter: alpha(opacity=100);
|
2513
2790
|
}
|
2514
2791
|
|
2515
2792
|
.collapse {
|
@@ -2518,7 +2795,6 @@ table .span24 {
|
|
2518
2795
|
overflow: hidden;
|
2519
2796
|
-webkit-transition: height 0.35s ease;
|
2520
2797
|
-moz-transition: height 0.35s ease;
|
2521
|
-
-ms-transition: height 0.35s ease;
|
2522
2798
|
-o-transition: height 0.35s ease;
|
2523
2799
|
transition: height 0.35s ease;
|
2524
2800
|
}
|
@@ -2531,7 +2807,7 @@ table .span24 {
|
|
2531
2807
|
float: right;
|
2532
2808
|
font-size: 20px;
|
2533
2809
|
font-weight: bold;
|
2534
|
-
line-height:
|
2810
|
+
line-height: 20px;
|
2535
2811
|
color: #000000;
|
2536
2812
|
text-shadow: 0 1px 0 #ffffff;
|
2537
2813
|
opacity: 0.2;
|
@@ -2557,11 +2833,11 @@ button.close {
|
|
2557
2833
|
.btn {
|
2558
2834
|
display: inline-block;
|
2559
2835
|
*display: inline;
|
2560
|
-
padding: 4px
|
2836
|
+
padding: 4px 14px;
|
2561
2837
|
margin-bottom: 0;
|
2562
2838
|
*margin-left: .3em;
|
2563
2839
|
font-size: 13px;
|
2564
|
-
line-height:
|
2840
|
+
line-height: 20px;
|
2565
2841
|
*line-height: 20px;
|
2566
2842
|
color: #333333;
|
2567
2843
|
text-align: center;
|
@@ -2570,11 +2846,10 @@ button.close {
|
|
2570
2846
|
cursor: pointer;
|
2571
2847
|
background-color: #f5f5f5;
|
2572
2848
|
*background-color: #e6e6e6;
|
2573
|
-
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
|
2574
2849
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
2575
2850
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
2576
2851
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
2577
|
-
background-image: linear-gradient(
|
2852
|
+
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
2578
2853
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
2579
2854
|
background-repeat: repeat-x;
|
2580
2855
|
border: 1px solid #cccccc;
|
@@ -2585,7 +2860,7 @@ button.close {
|
|
2585
2860
|
-webkit-border-radius: 4px;
|
2586
2861
|
-moz-border-radius: 4px;
|
2587
2862
|
border-radius: 4px;
|
2588
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
2863
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
2589
2864
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2590
2865
|
*zoom: 1;
|
2591
2866
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
@@ -2598,6 +2873,7 @@ button.close {
|
|
2598
2873
|
.btn.active,
|
2599
2874
|
.btn.disabled,
|
2600
2875
|
.btn[disabled] {
|
2876
|
+
color: #333333;
|
2601
2877
|
background-color: #e6e6e6;
|
2602
2878
|
*background-color: #d9d9d9;
|
2603
2879
|
}
|
@@ -2621,7 +2897,6 @@ button.close {
|
|
2621
2897
|
background-position: 0 -15px;
|
2622
2898
|
-webkit-transition: background-position 0.1s linear;
|
2623
2899
|
-moz-transition: background-position 0.1s linear;
|
2624
|
-
-ms-transition: background-position 0.1s linear;
|
2625
2900
|
-o-transition: background-position 0.1s linear;
|
2626
2901
|
transition: background-position 0.1s linear;
|
2627
2902
|
}
|
@@ -2657,7 +2932,7 @@ button.close {
|
|
2657
2932
|
|
2658
2933
|
.btn-large {
|
2659
2934
|
padding: 9px 14px;
|
2660
|
-
font-size:
|
2935
|
+
font-size: 16px;
|
2661
2936
|
line-height: normal;
|
2662
2937
|
-webkit-border-radius: 5px;
|
2663
2938
|
-moz-border-radius: 5px;
|
@@ -2670,8 +2945,8 @@ button.close {
|
|
2670
2945
|
|
2671
2946
|
.btn-small {
|
2672
2947
|
padding: 5px 9px;
|
2673
|
-
font-size:
|
2674
|
-
line-height:
|
2948
|
+
font-size: 12px;
|
2949
|
+
line-height: 18px;
|
2675
2950
|
}
|
2676
2951
|
|
2677
2952
|
.btn-small [class^="icon-"] {
|
@@ -2680,24 +2955,8 @@ button.close {
|
|
2680
2955
|
|
2681
2956
|
.btn-mini {
|
2682
2957
|
padding: 2px 6px;
|
2683
|
-
font-size:
|
2684
|
-
line-height:
|
2685
|
-
}
|
2686
|
-
|
2687
|
-
.btn-primary,
|
2688
|
-
.btn-primary:hover,
|
2689
|
-
.btn-warning,
|
2690
|
-
.btn-warning:hover,
|
2691
|
-
.btn-danger,
|
2692
|
-
.btn-danger:hover,
|
2693
|
-
.btn-success,
|
2694
|
-
.btn-success:hover,
|
2695
|
-
.btn-info,
|
2696
|
-
.btn-info:hover,
|
2697
|
-
.btn-inverse,
|
2698
|
-
.btn-inverse:hover {
|
2699
|
-
color: #ffffff;
|
2700
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2958
|
+
font-size: 12px;
|
2959
|
+
line-height: 16px;
|
2701
2960
|
}
|
2702
2961
|
|
2703
2962
|
.btn-primary.active,
|
@@ -2715,18 +2974,19 @@ button.close {
|
|
2715
2974
|
}
|
2716
2975
|
|
2717
2976
|
.btn-primary {
|
2718
|
-
|
2719
|
-
|
2720
|
-
background-
|
2721
|
-
background-
|
2722
|
-
background-image: -webkit-
|
2723
|
-
background-image: -
|
2724
|
-
background-image: -
|
2725
|
-
background-image: linear-gradient(
|
2977
|
+
color: #ffffff;
|
2978
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2979
|
+
background-color: #006dcc;
|
2980
|
+
*background-color: #0044cc;
|
2981
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
2982
|
+
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
2983
|
+
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
2984
|
+
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
2985
|
+
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
2726
2986
|
background-repeat: repeat-x;
|
2727
|
-
border-color: #
|
2987
|
+
border-color: #0044cc #0044cc #002a80;
|
2728
2988
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2729
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
2989
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
2730
2990
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2731
2991
|
}
|
2732
2992
|
|
@@ -2735,28 +2995,30 @@ button.close {
|
|
2735
2995
|
.btn-primary.active,
|
2736
2996
|
.btn-primary.disabled,
|
2737
2997
|
.btn-primary[disabled] {
|
2738
|
-
|
2739
|
-
|
2998
|
+
color: #ffffff;
|
2999
|
+
background-color: #0044cc;
|
3000
|
+
*background-color: #003bb3;
|
2740
3001
|
}
|
2741
3002
|
|
2742
3003
|
.btn-primary:active,
|
2743
3004
|
.btn-primary.active {
|
2744
|
-
background-color: #
|
3005
|
+
background-color: #003399 \9;
|
2745
3006
|
}
|
2746
3007
|
|
2747
3008
|
.btn-warning {
|
3009
|
+
color: #ffffff;
|
3010
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2748
3011
|
background-color: #faa732;
|
2749
3012
|
*background-color: #f89406;
|
2750
|
-
background-image: -ms-linear-gradient(top, #fbb450, #f89406);
|
2751
3013
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
2752
3014
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
2753
3015
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
3016
|
+
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
2754
3017
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
2755
|
-
background-image: linear-gradient(top, #fbb450, #f89406);
|
2756
3018
|
background-repeat: repeat-x;
|
2757
3019
|
border-color: #f89406 #f89406 #ad6704;
|
2758
3020
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2759
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3021
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
2760
3022
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2761
3023
|
}
|
2762
3024
|
|
@@ -2765,6 +3027,7 @@ button.close {
|
|
2765
3027
|
.btn-warning.active,
|
2766
3028
|
.btn-warning.disabled,
|
2767
3029
|
.btn-warning[disabled] {
|
3030
|
+
color: #ffffff;
|
2768
3031
|
background-color: #f89406;
|
2769
3032
|
*background-color: #df8505;
|
2770
3033
|
}
|
@@ -2775,18 +3038,19 @@ button.close {
|
|
2775
3038
|
}
|
2776
3039
|
|
2777
3040
|
.btn-danger {
|
3041
|
+
color: #ffffff;
|
3042
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2778
3043
|
background-color: #da4f49;
|
2779
3044
|
*background-color: #bd362f;
|
2780
|
-
background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
|
2781
3045
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
2782
3046
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
2783
3047
|
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
3048
|
+
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
2784
3049
|
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
2785
|
-
background-image: linear-gradient(top, #ee5f5b, #bd362f);
|
2786
3050
|
background-repeat: repeat-x;
|
2787
3051
|
border-color: #bd362f #bd362f #802420;
|
2788
3052
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2789
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3053
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
2790
3054
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2791
3055
|
}
|
2792
3056
|
|
@@ -2795,6 +3059,7 @@ button.close {
|
|
2795
3059
|
.btn-danger.active,
|
2796
3060
|
.btn-danger.disabled,
|
2797
3061
|
.btn-danger[disabled] {
|
3062
|
+
color: #ffffff;
|
2798
3063
|
background-color: #bd362f;
|
2799
3064
|
*background-color: #a9302a;
|
2800
3065
|
}
|
@@ -2805,18 +3070,19 @@ button.close {
|
|
2805
3070
|
}
|
2806
3071
|
|
2807
3072
|
.btn-success {
|
3073
|
+
color: #ffffff;
|
3074
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2808
3075
|
background-color: #5bb75b;
|
2809
3076
|
*background-color: #51a351;
|
2810
|
-
background-image: -ms-linear-gradient(top, #62c462, #51a351);
|
2811
3077
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
2812
3078
|
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
2813
3079
|
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
3080
|
+
background-image: linear-gradient(to bottom, #62c462, #51a351);
|
2814
3081
|
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
2815
|
-
background-image: linear-gradient(top, #62c462, #51a351);
|
2816
3082
|
background-repeat: repeat-x;
|
2817
3083
|
border-color: #51a351 #51a351 #387038;
|
2818
3084
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2819
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3085
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
2820
3086
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2821
3087
|
}
|
2822
3088
|
|
@@ -2825,6 +3091,7 @@ button.close {
|
|
2825
3091
|
.btn-success.active,
|
2826
3092
|
.btn-success.disabled,
|
2827
3093
|
.btn-success[disabled] {
|
3094
|
+
color: #ffffff;
|
2828
3095
|
background-color: #51a351;
|
2829
3096
|
*background-color: #499249;
|
2830
3097
|
}
|
@@ -2835,18 +3102,19 @@ button.close {
|
|
2835
3102
|
}
|
2836
3103
|
|
2837
3104
|
.btn-info {
|
3105
|
+
color: #ffffff;
|
3106
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2838
3107
|
background-color: #49afcd;
|
2839
3108
|
*background-color: #2f96b4;
|
2840
|
-
background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
|
2841
3109
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
2842
3110
|
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
2843
3111
|
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
3112
|
+
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
2844
3113
|
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
2845
|
-
background-image: linear-gradient(top, #5bc0de, #2f96b4);
|
2846
3114
|
background-repeat: repeat-x;
|
2847
3115
|
border-color: #2f96b4 #2f96b4 #1f6377;
|
2848
3116
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2849
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3117
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
2850
3118
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2851
3119
|
}
|
2852
3120
|
|
@@ -2855,6 +3123,7 @@ button.close {
|
|
2855
3123
|
.btn-info.active,
|
2856
3124
|
.btn-info.disabled,
|
2857
3125
|
.btn-info[disabled] {
|
3126
|
+
color: #ffffff;
|
2858
3127
|
background-color: #2f96b4;
|
2859
3128
|
*background-color: #2a85a0;
|
2860
3129
|
}
|
@@ -2865,18 +3134,19 @@ button.close {
|
|
2865
3134
|
}
|
2866
3135
|
|
2867
3136
|
.btn-inverse {
|
2868
|
-
|
3137
|
+
color: #ffffff;
|
3138
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3139
|
+
background-color: #363636;
|
2869
3140
|
*background-color: #222222;
|
2870
|
-
background-image: -
|
2871
|
-
background-image: -webkit-gradient(
|
2872
|
-
background-image: -
|
2873
|
-
background-image:
|
2874
|
-
background-image: -moz-linear-gradient(top, #
|
2875
|
-
background-image: linear-gradient(top, #555555, #222222);
|
3141
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
3142
|
+
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
3143
|
+
background-image: -o-linear-gradient(top, #444444, #222222);
|
3144
|
+
background-image: linear-gradient(to bottom, #444444, #222222);
|
3145
|
+
background-image: -moz-linear-gradient(top, #444444, #222222);
|
2876
3146
|
background-repeat: repeat-x;
|
2877
3147
|
border-color: #222222 #222222 #000000;
|
2878
3148
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2879
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3149
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
2880
3150
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
2881
3151
|
}
|
2882
3152
|
|
@@ -2885,6 +3155,7 @@ button.close {
|
|
2885
3155
|
.btn-inverse.active,
|
2886
3156
|
.btn-inverse.disabled,
|
2887
3157
|
.btn-inverse[disabled] {
|
3158
|
+
color: #ffffff;
|
2888
3159
|
background-color: #222222;
|
2889
3160
|
*background-color: #151515;
|
2890
3161
|
}
|
@@ -2924,20 +3195,31 @@ input[type="submit"].btn.btn-mini {
|
|
2924
3195
|
*padding-bottom: 1px;
|
2925
3196
|
}
|
2926
3197
|
|
2927
|
-
.btn-
|
2928
|
-
|
2929
|
-
|
2930
|
-
|
3198
|
+
.btn-link {
|
3199
|
+
color: #0088cc;
|
3200
|
+
cursor: pointer;
|
3201
|
+
background-color: transparent;
|
3202
|
+
background-image: none;
|
3203
|
+
border-color: transparent;
|
3204
|
+
-webkit-border-radius: 0;
|
3205
|
+
-moz-border-radius: 0;
|
3206
|
+
border-radius: 0;
|
3207
|
+
-webkit-box-shadow: none;
|
3208
|
+
-moz-box-shadow: none;
|
3209
|
+
box-shadow: none;
|
2931
3210
|
}
|
2932
3211
|
|
2933
|
-
.btn-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
3212
|
+
.btn-link:hover {
|
3213
|
+
color: #005580;
|
3214
|
+
text-decoration: underline;
|
3215
|
+
background-color: transparent;
|
2937
3216
|
}
|
2938
3217
|
|
2939
|
-
.btn-group
|
2940
|
-
|
3218
|
+
.btn-group {
|
3219
|
+
position: relative;
|
3220
|
+
*margin-left: .3em;
|
3221
|
+
font-size: 0;
|
3222
|
+
white-space: nowrap;
|
2941
3223
|
}
|
2942
3224
|
|
2943
3225
|
.btn-group:first-child {
|
@@ -2949,8 +3231,8 @@ input[type="submit"].btn.btn-mini {
|
|
2949
3231
|
}
|
2950
3232
|
|
2951
3233
|
.btn-toolbar {
|
2952
|
-
margin-top:
|
2953
|
-
margin-bottom:
|
3234
|
+
margin-top: 10px;
|
3235
|
+
margin-bottom: 10px;
|
2954
3236
|
}
|
2955
3237
|
|
2956
3238
|
.btn-toolbar .btn-group {
|
@@ -2963,13 +3245,26 @@ input[type="submit"].btn.btn-mini {
|
|
2963
3245
|
|
2964
3246
|
.btn-group > .btn {
|
2965
3247
|
position: relative;
|
2966
|
-
float: left;
|
2967
3248
|
margin-left: -1px;
|
2968
3249
|
-webkit-border-radius: 0;
|
2969
3250
|
-moz-border-radius: 0;
|
2970
3251
|
border-radius: 0;
|
2971
3252
|
}
|
2972
3253
|
|
3254
|
+
.btn-group > .btn,
|
3255
|
+
.btn-group > .dropdown-menu {
|
3256
|
+
font-size: 13px;
|
3257
|
+
}
|
3258
|
+
|
3259
|
+
.btn-group > .btn-mini,
|
3260
|
+
.btn-group > .btn-small {
|
3261
|
+
font-size: 12px;
|
3262
|
+
}
|
3263
|
+
|
3264
|
+
.btn-group > .btn-large {
|
3265
|
+
font-size: 16px;
|
3266
|
+
}
|
3267
|
+
|
2973
3268
|
.btn-group > .btn:first-child {
|
2974
3269
|
margin-left: 0;
|
2975
3270
|
-webkit-border-bottom-left-radius: 4px;
|
@@ -3059,7 +3354,7 @@ input[type="submit"].btn.btn-mini {
|
|
3059
3354
|
}
|
3060
3355
|
|
3061
3356
|
.btn-group.open .btn-primary.dropdown-toggle {
|
3062
|
-
background-color: #
|
3357
|
+
background-color: #0044cc;
|
3063
3358
|
}
|
3064
3359
|
|
3065
3360
|
.btn-group.open .btn-warning.dropdown-toggle {
|
@@ -3125,9 +3420,51 @@ input[type="submit"].btn.btn-mini {
|
|
3125
3420
|
filter: alpha(opacity=75);
|
3126
3421
|
}
|
3127
3422
|
|
3423
|
+
.btn-group-vertical {
|
3424
|
+
display: inline-block;
|
3425
|
+
}
|
3426
|
+
|
3427
|
+
.btn-group-vertical .btn {
|
3428
|
+
display: block;
|
3429
|
+
float: none;
|
3430
|
+
width: 100%;
|
3431
|
+
margin-left: 0;
|
3432
|
+
-webkit-border-radius: 0;
|
3433
|
+
-moz-border-radius: 0;
|
3434
|
+
border-radius: 0;
|
3435
|
+
}
|
3436
|
+
|
3437
|
+
.btn-group-vertical .btn + .btn {
|
3438
|
+
margin-top: -1px;
|
3439
|
+
}
|
3440
|
+
|
3441
|
+
.btn-group-vertical .btn:first-child {
|
3442
|
+
-webkit-border-radius: 4px 4px 0 0;
|
3443
|
+
-moz-border-radius: 4px 4px 0 0;
|
3444
|
+
border-radius: 4px 4px 0 0;
|
3445
|
+
}
|
3446
|
+
|
3447
|
+
.btn-group-vertical .btn:last-child {
|
3448
|
+
-webkit-border-radius: 0 0 4px 4px;
|
3449
|
+
-moz-border-radius: 0 0 4px 4px;
|
3450
|
+
border-radius: 0 0 4px 4px;
|
3451
|
+
}
|
3452
|
+
|
3453
|
+
.btn-group-vertical .btn-large:first-child {
|
3454
|
+
-webkit-border-radius: 6px 6px 0 0;
|
3455
|
+
-moz-border-radius: 6px 6px 0 0;
|
3456
|
+
border-radius: 6px 6px 0 0;
|
3457
|
+
}
|
3458
|
+
|
3459
|
+
.btn-group-vertical .btn-large:last-child {
|
3460
|
+
-webkit-border-radius: 0 0 6px 6px;
|
3461
|
+
-moz-border-radius: 0 0 6px 6px;
|
3462
|
+
border-radius: 0 0 6px 6px;
|
3463
|
+
}
|
3464
|
+
|
3128
3465
|
.alert {
|
3129
3466
|
padding: 8px 35px 8px 14px;
|
3130
|
-
margin-bottom:
|
3467
|
+
margin-bottom: 20px;
|
3131
3468
|
color: #c09853;
|
3132
3469
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
3133
3470
|
background-color: #fcf8e3;
|
@@ -3137,15 +3474,11 @@ input[type="submit"].btn.btn-mini {
|
|
3137
3474
|
border-radius: 4px;
|
3138
3475
|
}
|
3139
3476
|
|
3140
|
-
.alert-heading {
|
3141
|
-
color: inherit;
|
3142
|
-
}
|
3143
|
-
|
3144
3477
|
.alert .close {
|
3145
3478
|
position: relative;
|
3146
3479
|
top: -2px;
|
3147
3480
|
right: -21px;
|
3148
|
-
line-height:
|
3481
|
+
line-height: 20px;
|
3149
3482
|
}
|
3150
3483
|
|
3151
3484
|
.alert-success {
|
@@ -3182,7 +3515,7 @@ input[type="submit"].btn.btn-mini {
|
|
3182
3515
|
}
|
3183
3516
|
|
3184
3517
|
.nav {
|
3185
|
-
margin-bottom:
|
3518
|
+
margin-bottom: 20px;
|
3186
3519
|
margin-left: 0;
|
3187
3520
|
list-style: none;
|
3188
3521
|
}
|
@@ -3200,12 +3533,12 @@ input[type="submit"].btn.btn-mini {
|
|
3200
3533
|
float: right;
|
3201
3534
|
}
|
3202
3535
|
|
3203
|
-
.nav
|
3536
|
+
.nav-header {
|
3204
3537
|
display: block;
|
3205
3538
|
padding: 3px 15px;
|
3206
3539
|
font-size: 11px;
|
3207
3540
|
font-weight: bold;
|
3208
|
-
line-height:
|
3541
|
+
line-height: 20px;
|
3209
3542
|
color: #999999;
|
3210
3543
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
3211
3544
|
text-transform: uppercase;
|
@@ -3246,7 +3579,7 @@ input[type="submit"].btn.btn-mini {
|
|
3246
3579
|
.nav-list .divider {
|
3247
3580
|
*width: 100%;
|
3248
3581
|
height: 1px;
|
3249
|
-
margin:
|
3582
|
+
margin: 9px 1px;
|
3250
3583
|
*margin: -5px 0 5px;
|
3251
3584
|
overflow: hidden;
|
3252
3585
|
background-color: #e5e5e5;
|
@@ -3263,6 +3596,7 @@ input[type="submit"].btn.btn-mini {
|
|
3263
3596
|
.nav-tabs:after,
|
3264
3597
|
.nav-pills:after {
|
3265
3598
|
display: table;
|
3599
|
+
line-height: 0;
|
3266
3600
|
content: "";
|
3267
3601
|
}
|
3268
3602
|
|
@@ -3295,7 +3629,7 @@ input[type="submit"].btn.btn-mini {
|
|
3295
3629
|
.nav-tabs > li > a {
|
3296
3630
|
padding-top: 8px;
|
3297
3631
|
padding-bottom: 8px;
|
3298
|
-
line-height:
|
3632
|
+
line-height: 20px;
|
3299
3633
|
border: 1px solid transparent;
|
3300
3634
|
-webkit-border-radius: 4px 4px 0 0;
|
3301
3635
|
-moz-border-radius: 4px 4px 0 0;
|
@@ -3376,38 +3710,45 @@ input[type="submit"].btn.btn-mini {
|
|
3376
3710
|
}
|
3377
3711
|
|
3378
3712
|
.nav-tabs .dropdown-menu {
|
3379
|
-
-webkit-border-radius: 0 0
|
3380
|
-
-moz-border-radius: 0 0
|
3381
|
-
border-radius: 0 0
|
3713
|
+
-webkit-border-radius: 0 0 6px 6px;
|
3714
|
+
-moz-border-radius: 0 0 6px 6px;
|
3715
|
+
border-radius: 0 0 6px 6px;
|
3382
3716
|
}
|
3383
3717
|
|
3384
3718
|
.nav-pills .dropdown-menu {
|
3385
|
-
-webkit-border-radius:
|
3386
|
-
-moz-border-radius:
|
3387
|
-
border-radius:
|
3719
|
+
-webkit-border-radius: 6px;
|
3720
|
+
-moz-border-radius: 6px;
|
3721
|
+
border-radius: 6px;
|
3388
3722
|
}
|
3389
3723
|
|
3390
|
-
.nav
|
3391
|
-
.nav-pills .dropdown-toggle .caret {
|
3724
|
+
.nav .dropdown-toggle .caret {
|
3392
3725
|
margin-top: 6px;
|
3393
3726
|
border-top-color: #0088cc;
|
3394
3727
|
border-bottom-color: #0088cc;
|
3395
3728
|
}
|
3396
3729
|
|
3397
|
-
.nav
|
3398
|
-
.nav-pills .dropdown-toggle:hover .caret {
|
3730
|
+
.nav .dropdown-toggle:hover .caret {
|
3399
3731
|
border-top-color: #005580;
|
3400
3732
|
border-bottom-color: #005580;
|
3401
3733
|
}
|
3402
3734
|
|
3403
|
-
|
3404
|
-
|
3405
|
-
|
3406
|
-
|
3735
|
+
/* move down carets for tabs */
|
3736
|
+
|
3737
|
+
.nav-tabs .dropdown-toggle .caret {
|
3738
|
+
margin-top: 8px;
|
3739
|
+
}
|
3740
|
+
|
3741
|
+
.nav .active .dropdown-toggle .caret {
|
3742
|
+
border-top-color: #fff;
|
3743
|
+
border-bottom-color: #fff;
|
3744
|
+
}
|
3745
|
+
|
3746
|
+
.nav-tabs .active .dropdown-toggle .caret {
|
3747
|
+
border-top-color: #555555;
|
3748
|
+
border-bottom-color: #555555;
|
3407
3749
|
}
|
3408
3750
|
|
3409
3751
|
.nav > .dropdown.active > a:hover {
|
3410
|
-
color: #000000;
|
3411
3752
|
cursor: pointer;
|
3412
3753
|
}
|
3413
3754
|
|
@@ -3439,6 +3780,7 @@ input[type="submit"].btn.btn-mini {
|
|
3439
3780
|
.tabbable:before,
|
3440
3781
|
.tabbable:after {
|
3441
3782
|
display: table;
|
3783
|
+
line-height: 0;
|
3442
3784
|
content: "";
|
3443
3785
|
}
|
3444
3786
|
|
@@ -3549,10 +3891,20 @@ input[type="submit"].btn.btn-mini {
|
|
3549
3891
|
*border-left-color: #ffffff;
|
3550
3892
|
}
|
3551
3893
|
|
3894
|
+
.nav > .disabled > a {
|
3895
|
+
color: #999999;
|
3896
|
+
}
|
3897
|
+
|
3898
|
+
.nav > .disabled > a:hover {
|
3899
|
+
text-decoration: none;
|
3900
|
+
cursor: default;
|
3901
|
+
background-color: transparent;
|
3902
|
+
}
|
3903
|
+
|
3552
3904
|
.navbar {
|
3553
3905
|
*position: relative;
|
3554
3906
|
*z-index: 2;
|
3555
|
-
margin-bottom:
|
3907
|
+
margin-bottom: 20px;
|
3556
3908
|
overflow: visible;
|
3557
3909
|
}
|
3558
3910
|
|
@@ -3560,18 +3912,17 @@ input[type="submit"].btn.btn-mini {
|
|
3560
3912
|
min-height: 40px;
|
3561
3913
|
padding-right: 20px;
|
3562
3914
|
padding-left: 20px;
|
3563
|
-
background-color: #
|
3564
|
-
background-image: -moz-linear-gradient(top, #
|
3565
|
-
background-image: -
|
3566
|
-
background-image: -webkit-gradient(
|
3567
|
-
background-image: -
|
3568
|
-
background-image:
|
3569
|
-
background-image: linear-gradient(top, #333333, #222222);
|
3915
|
+
background-color: #1b1b1b;
|
3916
|
+
background-image: -moz-linear-gradient(top, #222222, #111111);
|
3917
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
3918
|
+
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
3919
|
+
background-image: -o-linear-gradient(top, #222222, #111111);
|
3920
|
+
background-image: linear-gradient(to bottom, #222222, #111111);
|
3570
3921
|
background-repeat: repeat-x;
|
3571
3922
|
-webkit-border-radius: 4px;
|
3572
3923
|
-moz-border-radius: 4px;
|
3573
3924
|
border-radius: 4px;
|
3574
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
3925
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
|
3575
3926
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
3576
3927
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
3577
3928
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
@@ -3619,7 +3970,7 @@ input[type="submit"].btn.btn-mini {
|
|
3619
3970
|
|
3620
3971
|
.navbar .btn,
|
3621
3972
|
.navbar .btn-group {
|
3622
|
-
margin-top:
|
3973
|
+
margin-top: 6px;
|
3623
3974
|
}
|
3624
3975
|
|
3625
3976
|
.navbar .btn-group .btn {
|
@@ -3634,6 +3985,7 @@ input[type="submit"].btn.btn-mini {
|
|
3634
3985
|
.navbar-form:before,
|
3635
3986
|
.navbar-form:after {
|
3636
3987
|
display: table;
|
3988
|
+
line-height: 0;
|
3637
3989
|
content: "";
|
3638
3990
|
}
|
3639
3991
|
|
@@ -3645,11 +3997,12 @@ input[type="submit"].btn.btn-mini {
|
|
3645
3997
|
.navbar-form select,
|
3646
3998
|
.navbar-form .radio,
|
3647
3999
|
.navbar-form .checkbox {
|
3648
|
-
margin-top:
|
4000
|
+
margin-top: 6px;
|
3649
4001
|
}
|
3650
4002
|
|
3651
4003
|
.navbar-form input,
|
3652
|
-
.navbar-form select
|
4004
|
+
.navbar-form select,
|
4005
|
+
.navbar-form .btn {
|
3653
4006
|
display: inline-block;
|
3654
4007
|
margin-bottom: 0;
|
3655
4008
|
}
|
@@ -3680,19 +4033,19 @@ input[type="submit"].btn.btn-mini {
|
|
3680
4033
|
|
3681
4034
|
.navbar-search .search-query {
|
3682
4035
|
padding: 4px 9px;
|
4036
|
+
margin-bottom: 0;
|
3683
4037
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
3684
4038
|
font-size: 13px;
|
3685
4039
|
font-weight: normal;
|
3686
4040
|
line-height: 1;
|
3687
4041
|
color: #ffffff;
|
3688
|
-
background-color: #
|
3689
|
-
border: 1px solid #
|
4042
|
+
background-color: #515151;
|
4043
|
+
border: 1px solid #040404;
|
3690
4044
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
3691
4045
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
3692
4046
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
3693
4047
|
-webkit-transition: none;
|
3694
4048
|
-moz-transition: none;
|
3695
|
-
-ms-transition: none;
|
3696
4049
|
-o-transition: none;
|
3697
4050
|
transition: none;
|
3698
4051
|
}
|
@@ -3701,6 +4054,10 @@ input[type="submit"].btn.btn-mini {
|
|
3701
4054
|
color: #cccccc;
|
3702
4055
|
}
|
3703
4056
|
|
4057
|
+
.navbar-search .search-query:-ms-input-placeholder {
|
4058
|
+
color: #cccccc;
|
4059
|
+
}
|
4060
|
+
|
3704
4061
|
.navbar-search .search-query::-webkit-input-placeholder {
|
3705
4062
|
color: #cccccc;
|
3706
4063
|
}
|
@@ -3743,10 +4100,16 @@ input[type="submit"].btn.btn-mini {
|
|
3743
4100
|
|
3744
4101
|
.navbar-fixed-top {
|
3745
4102
|
top: 0;
|
4103
|
+
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
4104
|
+
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
4105
|
+
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
3746
4106
|
}
|
3747
4107
|
|
3748
4108
|
.navbar-fixed-bottom {
|
3749
4109
|
bottom: 0;
|
4110
|
+
-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
|
4111
|
+
-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
|
4112
|
+
box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
|
3750
4113
|
}
|
3751
4114
|
|
3752
4115
|
.navbar .nav {
|
@@ -3762,24 +4125,27 @@ input[type="submit"].btn.btn-mini {
|
|
3762
4125
|
}
|
3763
4126
|
|
3764
4127
|
.navbar .nav > li {
|
3765
|
-
display: block;
|
3766
4128
|
float: left;
|
3767
4129
|
}
|
3768
4130
|
|
3769
4131
|
.navbar .nav > li > a {
|
3770
4132
|
float: none;
|
3771
|
-
padding:
|
4133
|
+
padding: 10px 15px 11px;
|
3772
4134
|
line-height: 19px;
|
3773
4135
|
color: #999999;
|
3774
4136
|
text-decoration: none;
|
3775
4137
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3776
4138
|
}
|
3777
4139
|
|
4140
|
+
.navbar .nav .dropdown-toggle .caret {
|
4141
|
+
margin-top: 8px;
|
4142
|
+
}
|
4143
|
+
|
3778
4144
|
.navbar .btn {
|
3779
4145
|
display: inline-block;
|
3780
4146
|
padding: 4px 10px 4px;
|
3781
4147
|
margin: 5px 5px 6px;
|
3782
|
-
line-height:
|
4148
|
+
line-height: 20px;
|
3783
4149
|
}
|
3784
4150
|
|
3785
4151
|
.navbar .btn-group {
|
@@ -3787,6 +4153,7 @@ input[type="submit"].btn.btn-mini {
|
|
3787
4153
|
margin: 0;
|
3788
4154
|
}
|
3789
4155
|
|
4156
|
+
.navbar .nav > li > a:focus,
|
3790
4157
|
.navbar .nav > li > a:hover {
|
3791
4158
|
color: #ffffff;
|
3792
4159
|
text-decoration: none;
|
@@ -3794,10 +4161,11 @@ input[type="submit"].btn.btn-mini {
|
|
3794
4161
|
}
|
3795
4162
|
|
3796
4163
|
.navbar .nav .active > a,
|
3797
|
-
.navbar .nav .active > a:hover
|
4164
|
+
.navbar .nav .active > a:hover,
|
4165
|
+
.navbar .nav .active > a:focus {
|
3798
4166
|
color: #ffffff;
|
3799
4167
|
text-decoration: none;
|
3800
|
-
background-color: #
|
4168
|
+
background-color: #111111;
|
3801
4169
|
}
|
3802
4170
|
|
3803
4171
|
.navbar .divider-vertical {
|
@@ -3805,8 +4173,8 @@ input[type="submit"].btn.btn-mini {
|
|
3805
4173
|
height: 40px;
|
3806
4174
|
margin: 0 9px;
|
3807
4175
|
overflow: hidden;
|
3808
|
-
background-color: #
|
3809
|
-
border-right: 1px solid #
|
4176
|
+
background-color: #111111;
|
4177
|
+
border-right: 1px solid #222222;
|
3810
4178
|
}
|
3811
4179
|
|
3812
4180
|
.navbar .nav.pull-right {
|
@@ -3820,18 +4188,19 @@ input[type="submit"].btn.btn-mini {
|
|
3820
4188
|
padding: 7px 10px;
|
3821
4189
|
margin-right: 5px;
|
3822
4190
|
margin-left: 5px;
|
3823
|
-
|
3824
|
-
|
3825
|
-
background-
|
3826
|
-
background-
|
3827
|
-
background-image: -webkit-
|
3828
|
-
background-image: -
|
3829
|
-
background-image: linear-gradient(top, #
|
3830
|
-
background-image:
|
4191
|
+
color: #ffffff;
|
4192
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
4193
|
+
background-color: #0e0e0e;
|
4194
|
+
*background-color: #040404;
|
4195
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
|
4196
|
+
background-image: -webkit-linear-gradient(top, #151515, #040404);
|
4197
|
+
background-image: -o-linear-gradient(top, #151515, #040404);
|
4198
|
+
background-image: linear-gradient(to bottom, #151515, #040404);
|
4199
|
+
background-image: -moz-linear-gradient(top, #151515, #040404);
|
3831
4200
|
background-repeat: repeat-x;
|
3832
|
-
border-color: #
|
4201
|
+
border-color: #040404 #040404 #000000;
|
3833
4202
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
3834
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
4203
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
|
3835
4204
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
3836
4205
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
3837
4206
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
@@ -3843,13 +4212,14 @@ input[type="submit"].btn.btn-mini {
|
|
3843
4212
|
.navbar .btn-navbar.active,
|
3844
4213
|
.navbar .btn-navbar.disabled,
|
3845
4214
|
.navbar .btn-navbar[disabled] {
|
3846
|
-
|
3847
|
-
|
4215
|
+
color: #ffffff;
|
4216
|
+
background-color: #040404;
|
4217
|
+
*background-color: #000000;
|
3848
4218
|
}
|
3849
4219
|
|
3850
4220
|
.navbar .btn-navbar:active,
|
3851
4221
|
.navbar .btn-navbar.active {
|
3852
|
-
background-color: #
|
4222
|
+
background-color: #000000 \9;
|
3853
4223
|
}
|
3854
4224
|
|
3855
4225
|
.navbar .btn-navbar .icon-bar {
|
@@ -3924,6 +4294,7 @@ input[type="submit"].btn.btn-mini {
|
|
3924
4294
|
background-color: transparent;
|
3925
4295
|
}
|
3926
4296
|
|
4297
|
+
.navbar .nav li.dropdown.active > .dropdown-toggle:focus,
|
3927
4298
|
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
|
3928
4299
|
color: #ffffff;
|
3929
4300
|
}
|
@@ -3946,23 +4317,168 @@ input[type="submit"].btn.btn-mini {
|
|
3946
4317
|
left: auto;
|
3947
4318
|
}
|
3948
4319
|
|
4320
|
+
/* Subnav navbar
|
4321
|
+
-------------------------------------------------- */
|
4322
|
+
|
4323
|
+
.navbar-subnav .navbar-inner {
|
4324
|
+
padding-right: 10px;
|
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;
|
4338
|
+
}
|
4339
|
+
|
4340
|
+
.navbar-subnav .divider-vertical {
|
4341
|
+
background-color: #f1f1f1;
|
4342
|
+
border-right-color: #ffffff;
|
4343
|
+
}
|
4344
|
+
|
4345
|
+
.navbar-subnav .nav > li > a {
|
4346
|
+
color: #0088cc;
|
4347
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
4348
|
+
}
|
4349
|
+
|
4350
|
+
.navbar-subnav .nav > li > a:hover {
|
4351
|
+
color: #005580;
|
4352
|
+
}
|
4353
|
+
|
4354
|
+
.navbar-subnav .nav > .active > a,
|
4355
|
+
.navbar-subnav .nav > .active > a:hover {
|
4356
|
+
color: #777;
|
4357
|
+
background-color: #eee;
|
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);
|
4361
|
+
}
|
4362
|
+
|
4363
|
+
.navbar-subnav .nav li.dropdown .dropdown-toggle .caret,
|
4364
|
+
.navbar-subnav .nav li.dropdown.open .caret {
|
4365
|
+
border-top-color: #0088cc;
|
4366
|
+
border-bottom-color: #0088cc;
|
4367
|
+
}
|
4368
|
+
|
4369
|
+
.navbar-subnav .search-query {
|
4370
|
+
background-color: #fff;
|
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);
|
4375
|
+
}
|
4376
|
+
|
4377
|
+
.navbar-subnav .search-query:focus,
|
4378
|
+
.navbar-subnav .search-query.focused {
|
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);
|
4384
|
+
}
|
4385
|
+
|
4386
|
+
.navbar-subnav .nav .open > a {
|
4387
|
+
color: #005580;
|
4388
|
+
}
|
4389
|
+
|
4390
|
+
.navbar-subnav .btn-navbar {
|
4391
|
+
color: #ffffff;
|
4392
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
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);
|
4408
|
+
}
|
4409
|
+
|
4410
|
+
.navbar-subnav .btn-navbar:hover,
|
4411
|
+
.navbar-subnav .btn-navbar:active,
|
4412
|
+
.navbar-subnav .btn-navbar.active,
|
4413
|
+
.navbar-subnav .btn-navbar.disabled,
|
4414
|
+
.navbar-subnav .btn-navbar[disabled] {
|
4415
|
+
color: #ffffff;
|
4416
|
+
background-color: #e4e4e4;
|
4417
|
+
*background-color: #d7d7d7;
|
4418
|
+
}
|
4419
|
+
|
4420
|
+
.navbar-subnav .btn-navbar:active,
|
4421
|
+
.navbar-subnav .btn-navbar.active {
|
4422
|
+
background-color: #cbcbcb \9;
|
4423
|
+
}
|
4424
|
+
|
4425
|
+
.navbar .btn-navbar .icon-bar {
|
4426
|
+
background-color: #999;
|
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);
|
4430
|
+
}
|
4431
|
+
|
4432
|
+
.navbar-subnav-fixed {
|
4433
|
+
position: fixed;
|
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);
|
4441
|
+
}
|
4442
|
+
|
4443
|
+
.navbar-subnav-fixed .navbar-inner {
|
4444
|
+
border-color: #d5d5d5;
|
4445
|
+
border-width: 0 0 1px;
|
4446
|
+
-webkit-border-radius: 0;
|
4447
|
+
-moz-border-radius: 0;
|
4448
|
+
border-radius: 0;
|
4449
|
+
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
4450
|
+
}
|
4451
|
+
|
4452
|
+
.navbar-subnav-fixed .nav {
|
4453
|
+
float: none;
|
4454
|
+
max-width: 970px;
|
4455
|
+
padding: 0 1px;
|
4456
|
+
margin: 0 auto;
|
4457
|
+
}
|
4458
|
+
|
4459
|
+
.navbar-subnav .nav > li:first-child > a,
|
4460
|
+
.navbar-subnav .nav > li:first-child > a:hover {
|
4461
|
+
-webkit-border-radius: 0;
|
4462
|
+
-moz-border-radius: 0;
|
4463
|
+
border-radius: 0;
|
4464
|
+
}
|
4465
|
+
|
3949
4466
|
.breadcrumb {
|
3950
4467
|
padding: 7px 14px;
|
3951
|
-
margin: 0 0
|
4468
|
+
margin: 0 0 20px;
|
3952
4469
|
list-style: none;
|
3953
4470
|
background-color: #fbfbfb;
|
3954
4471
|
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
|
3955
|
-
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
|
3956
4472
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
|
3957
4473
|
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
|
3958
4474
|
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
|
3959
|
-
background-image: linear-gradient(
|
4475
|
+
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
|
3960
4476
|
background-repeat: repeat-x;
|
3961
4477
|
border: 1px solid #ddd;
|
3962
4478
|
-webkit-border-radius: 3px;
|
3963
4479
|
-moz-border-radius: 3px;
|
3964
4480
|
border-radius: 3px;
|
3965
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
4481
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
|
3966
4482
|
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
3967
4483
|
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
3968
4484
|
box-shadow: inset 0 1px 0 #ffffff;
|
@@ -3985,8 +4501,8 @@ input[type="submit"].btn.btn-mini {
|
|
3985
4501
|
}
|
3986
4502
|
|
3987
4503
|
.pagination {
|
3988
|
-
height:
|
3989
|
-
margin:
|
4504
|
+
height: 40px;
|
4505
|
+
margin: 20px 0;
|
3990
4506
|
}
|
3991
4507
|
|
3992
4508
|
.pagination ul {
|
@@ -4007,21 +4523,24 @@ input[type="submit"].btn.btn-mini {
|
|
4007
4523
|
display: inline;
|
4008
4524
|
}
|
4009
4525
|
|
4010
|
-
.pagination a
|
4526
|
+
.pagination a,
|
4527
|
+
.pagination span {
|
4011
4528
|
float: left;
|
4012
4529
|
padding: 0 14px;
|
4013
|
-
line-height:
|
4530
|
+
line-height: 38px;
|
4014
4531
|
text-decoration: none;
|
4015
4532
|
border: 1px solid #ddd;
|
4016
4533
|
border-left-width: 0;
|
4017
4534
|
}
|
4018
4535
|
|
4019
4536
|
.pagination a:hover,
|
4020
|
-
.pagination .active a
|
4537
|
+
.pagination .active a,
|
4538
|
+
.pagination .active span {
|
4021
4539
|
background-color: #f5f5f5;
|
4022
4540
|
}
|
4023
4541
|
|
4024
|
-
.pagination .active a
|
4542
|
+
.pagination .active a,
|
4543
|
+
.pagination .active span {
|
4025
4544
|
color: #999999;
|
4026
4545
|
cursor: default;
|
4027
4546
|
}
|
@@ -4034,14 +4553,16 @@ input[type="submit"].btn.btn-mini {
|
|
4034
4553
|
background-color: transparent;
|
4035
4554
|
}
|
4036
4555
|
|
4037
|
-
.pagination li:first-child a
|
4556
|
+
.pagination li:first-child a,
|
4557
|
+
.pagination li:first-child span {
|
4038
4558
|
border-left-width: 1px;
|
4039
4559
|
-webkit-border-radius: 3px 0 0 3px;
|
4040
4560
|
-moz-border-radius: 3px 0 0 3px;
|
4041
4561
|
border-radius: 3px 0 0 3px;
|
4042
4562
|
}
|
4043
4563
|
|
4044
|
-
.pagination li:last-child a
|
4564
|
+
.pagination li:last-child a,
|
4565
|
+
.pagination li:last-child span {
|
4045
4566
|
-webkit-border-radius: 0 3px 3px 0;
|
4046
4567
|
-moz-border-radius: 0 3px 3px 0;
|
4047
4568
|
border-radius: 0 3px 3px 0;
|
@@ -4056,8 +4577,7 @@ input[type="submit"].btn.btn-mini {
|
|
4056
4577
|
}
|
4057
4578
|
|
4058
4579
|
.pager {
|
4059
|
-
margin
|
4060
|
-
margin-left: 0;
|
4580
|
+
margin: 20px 0;
|
4061
4581
|
text-align: center;
|
4062
4582
|
list-style: none;
|
4063
4583
|
*zoom: 1;
|
@@ -4066,6 +4586,7 @@ input[type="submit"].btn.btn-mini {
|
|
4066
4586
|
.pager:before,
|
4067
4587
|
.pager:after {
|
4068
4588
|
display: table;
|
4589
|
+
line-height: 0;
|
4069
4590
|
content: "";
|
4070
4591
|
}
|
4071
4592
|
|
@@ -4170,7 +4691,6 @@ input[type="submit"].btn.btn-mini {
|
|
4170
4691
|
top: -25%;
|
4171
4692
|
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
|
4172
4693
|
-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
|
4173
|
-
-ms-transition: opacity 0.3s linear, top 0.3s ease-out;
|
4174
4694
|
-o-transition: opacity 0.3s linear, top 0.3s ease-out;
|
4175
4695
|
transition: opacity 0.3s linear, top 0.3s ease-out;
|
4176
4696
|
}
|
@@ -4216,6 +4736,7 @@ input[type="submit"].btn.btn-mini {
|
|
4216
4736
|
.modal-footer:before,
|
4217
4737
|
.modal-footer:after {
|
4218
4738
|
display: table;
|
4739
|
+
line-height: 0;
|
4219
4740
|
content: "";
|
4220
4741
|
}
|
4221
4742
|
|
@@ -4249,55 +4770,19 @@ input[type="submit"].btn.btn-mini {
|
|
4249
4770
|
}
|
4250
4771
|
|
4251
4772
|
.tooltip.top {
|
4252
|
-
margin-top: -
|
4773
|
+
margin-top: -3px;
|
4253
4774
|
}
|
4254
4775
|
|
4255
4776
|
.tooltip.right {
|
4256
|
-
margin-left:
|
4777
|
+
margin-left: 3px;
|
4257
4778
|
}
|
4258
4779
|
|
4259
4780
|
.tooltip.bottom {
|
4260
|
-
margin-top:
|
4781
|
+
margin-top: 3px;
|
4261
4782
|
}
|
4262
4783
|
|
4263
4784
|
.tooltip.left {
|
4264
|
-
margin-left: -
|
4265
|
-
}
|
4266
|
-
|
4267
|
-
.tooltip.top .tooltip-arrow {
|
4268
|
-
bottom: 0;
|
4269
|
-
left: 50%;
|
4270
|
-
margin-left: -5px;
|
4271
|
-
border-top: 5px solid #000000;
|
4272
|
-
border-right: 5px solid transparent;
|
4273
|
-
border-left: 5px solid transparent;
|
4274
|
-
}
|
4275
|
-
|
4276
|
-
.tooltip.left .tooltip-arrow {
|
4277
|
-
top: 50%;
|
4278
|
-
right: 0;
|
4279
|
-
margin-top: -5px;
|
4280
|
-
border-top: 5px solid transparent;
|
4281
|
-
border-bottom: 5px solid transparent;
|
4282
|
-
border-left: 5px solid #000000;
|
4283
|
-
}
|
4284
|
-
|
4285
|
-
.tooltip.bottom .tooltip-arrow {
|
4286
|
-
top: 0;
|
4287
|
-
left: 50%;
|
4288
|
-
margin-left: -5px;
|
4289
|
-
border-right: 5px solid transparent;
|
4290
|
-
border-bottom: 5px solid #000000;
|
4291
|
-
border-left: 5px solid transparent;
|
4292
|
-
}
|
4293
|
-
|
4294
|
-
.tooltip.right .tooltip-arrow {
|
4295
|
-
top: 50%;
|
4296
|
-
left: 0;
|
4297
|
-
margin-top: -5px;
|
4298
|
-
border-top: 5px solid transparent;
|
4299
|
-
border-right: 5px solid #000000;
|
4300
|
-
border-bottom: 5px solid transparent;
|
4785
|
+
margin-left: -3px;
|
4301
4786
|
}
|
4302
4787
|
|
4303
4788
|
.tooltip-inner {
|
@@ -4316,6 +4801,40 @@ input[type="submit"].btn.btn-mini {
|
|
4316
4801
|
position: absolute;
|
4317
4802
|
width: 0;
|
4318
4803
|
height: 0;
|
4804
|
+
border-color: transparent;
|
4805
|
+
border-style: solid;
|
4806
|
+
}
|
4807
|
+
|
4808
|
+
.tooltip.top .tooltip-arrow {
|
4809
|
+
bottom: 0;
|
4810
|
+
left: 50%;
|
4811
|
+
margin-left: -5px;
|
4812
|
+
border-top-color: #000000;
|
4813
|
+
border-width: 5px 5px 0;
|
4814
|
+
}
|
4815
|
+
|
4816
|
+
.tooltip.right .tooltip-arrow {
|
4817
|
+
top: 50%;
|
4818
|
+
left: 0;
|
4819
|
+
margin-top: -5px;
|
4820
|
+
border-right-color: #000000;
|
4821
|
+
border-width: 5px 5px 5px 0;
|
4822
|
+
}
|
4823
|
+
|
4824
|
+
.tooltip.left .tooltip-arrow {
|
4825
|
+
top: 50%;
|
4826
|
+
right: 0;
|
4827
|
+
margin-top: -5px;
|
4828
|
+
border-left-color: #000000;
|
4829
|
+
border-width: 5px 0 5px 5px;
|
4830
|
+
}
|
4831
|
+
|
4832
|
+
.tooltip.bottom .tooltip-arrow {
|
4833
|
+
top: 0;
|
4834
|
+
left: 50%;
|
4835
|
+
margin-left: -5px;
|
4836
|
+
border-bottom-color: #000000;
|
4837
|
+
border-width: 0 5px 5px;
|
4319
4838
|
}
|
4320
4839
|
|
4321
4840
|
.popover {
|
@@ -4324,106 +4843,133 @@ input[type="submit"].btn.btn-mini {
|
|
4324
4843
|
left: 0;
|
4325
4844
|
z-index: 1010;
|
4326
4845
|
display: none;
|
4327
|
-
|
4846
|
+
width: 238px;
|
4847
|
+
background-color: #fff;
|
4848
|
+
border: 1px solid #ccc;
|
4849
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
4850
|
+
-webkit-border-radius: 6px;
|
4851
|
+
-moz-border-radius: 6px;
|
4852
|
+
border-radius: 6px;
|
4853
|
+
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
4854
|
+
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
4855
|
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
4856
|
+
-webkit-background-clip: padding-box;
|
4857
|
+
-moz-background-clip: padding;
|
4858
|
+
background-clip: padding-box;
|
4328
4859
|
}
|
4329
4860
|
|
4330
4861
|
.popover.top {
|
4331
|
-
margin-
|
4862
|
+
margin-bottom: 10px;
|
4332
4863
|
}
|
4333
4864
|
|
4334
4865
|
.popover.right {
|
4335
|
-
margin-left:
|
4866
|
+
margin-left: 10px;
|
4336
4867
|
}
|
4337
4868
|
|
4338
4869
|
.popover.bottom {
|
4339
|
-
margin-top:
|
4870
|
+
margin-top: 10px;
|
4340
4871
|
}
|
4341
4872
|
|
4342
4873
|
.popover.left {
|
4343
|
-
margin-
|
4874
|
+
margin-right: 10px;
|
4344
4875
|
}
|
4345
4876
|
|
4346
|
-
.popover
|
4347
|
-
|
4348
|
-
|
4349
|
-
|
4350
|
-
|
4351
|
-
|
4352
|
-
|
4877
|
+
.popover-title {
|
4878
|
+
padding: 8px 14px;
|
4879
|
+
margin: 0;
|
4880
|
+
font-size: 14px;
|
4881
|
+
font-weight: normal;
|
4882
|
+
line-height: 18px;
|
4883
|
+
background-color: #f5f5f5;
|
4884
|
+
border-bottom: 1px solid #dcdcdc;
|
4885
|
+
-webkit-border-radius: 5px 5px 0 0;
|
4886
|
+
-moz-border-radius: 5px 5px 0 0;
|
4887
|
+
border-radius: 5px 5px 0 0;
|
4353
4888
|
}
|
4354
4889
|
|
4355
|
-
.popover
|
4356
|
-
|
4357
|
-
left: 0;
|
4358
|
-
margin-top: -5px;
|
4359
|
-
border-top: 5px solid transparent;
|
4360
|
-
border-right: 5px solid #000000;
|
4361
|
-
border-bottom: 5px solid transparent;
|
4890
|
+
.popover-content {
|
4891
|
+
padding: 9px 14px;
|
4362
4892
|
}
|
4363
4893
|
|
4364
|
-
.popover
|
4365
|
-
|
4894
|
+
.popover-content p,
|
4895
|
+
.popover-content ul,
|
4896
|
+
.popover-content ol {
|
4897
|
+
margin-bottom: 0;
|
4898
|
+
}
|
4899
|
+
|
4900
|
+
.popover .arrow,
|
4901
|
+
.popover .arrow:after {
|
4902
|
+
position: absolute;
|
4903
|
+
display: inline-block;
|
4904
|
+
width: 0;
|
4905
|
+
height: 0;
|
4906
|
+
border-color: transparent;
|
4907
|
+
border-style: solid;
|
4908
|
+
}
|
4909
|
+
|
4910
|
+
.popover .arrow:after {
|
4911
|
+
z-index: -1;
|
4912
|
+
content: "";
|
4913
|
+
}
|
4914
|
+
|
4915
|
+
.popover.top .arrow {
|
4916
|
+
bottom: -10px;
|
4366
4917
|
left: 50%;
|
4367
|
-
margin-left: -
|
4368
|
-
border-
|
4369
|
-
border-
|
4370
|
-
border-left: 5px solid transparent;
|
4918
|
+
margin-left: -10px;
|
4919
|
+
border-top-color: #ffffff;
|
4920
|
+
border-width: 10px 10px 0;
|
4371
4921
|
}
|
4372
4922
|
|
4373
|
-
.popover.
|
4923
|
+
.popover.top .arrow:after {
|
4924
|
+
bottom: -1px;
|
4925
|
+
left: -11px;
|
4926
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
4927
|
+
border-width: 11px 11px 0;
|
4928
|
+
}
|
4929
|
+
|
4930
|
+
.popover.right .arrow {
|
4374
4931
|
top: 50%;
|
4375
|
-
|
4376
|
-
margin-top: -
|
4377
|
-
border-
|
4378
|
-
border-
|
4379
|
-
border-left: 5px solid #000000;
|
4932
|
+
left: -10px;
|
4933
|
+
margin-top: -10px;
|
4934
|
+
border-right-color: #ffffff;
|
4935
|
+
border-width: 10px 10px 10px 0;
|
4380
4936
|
}
|
4381
4937
|
|
4382
|
-
.popover .arrow {
|
4383
|
-
|
4384
|
-
|
4385
|
-
|
4938
|
+
.popover.right .arrow:after {
|
4939
|
+
bottom: -11px;
|
4940
|
+
left: -1px;
|
4941
|
+
border-right-color: rgba(0, 0, 0, 0.2);
|
4942
|
+
border-width: 11px 11px 11px 0;
|
4386
4943
|
}
|
4387
4944
|
|
4388
|
-
.popover
|
4389
|
-
|
4390
|
-
|
4391
|
-
|
4392
|
-
|
4393
|
-
|
4394
|
-
-webkit-border-radius: 6px;
|
4395
|
-
-moz-border-radius: 6px;
|
4396
|
-
border-radius: 6px;
|
4397
|
-
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
4398
|
-
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
4399
|
-
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
4945
|
+
.popover.bottom .arrow {
|
4946
|
+
top: -10px;
|
4947
|
+
left: 50%;
|
4948
|
+
margin-left: -10px;
|
4949
|
+
border-bottom-color: #f5f5f5;
|
4950
|
+
border-width: 0 10px 10px;
|
4400
4951
|
}
|
4401
4952
|
|
4402
|
-
.popover
|
4403
|
-
|
4404
|
-
|
4405
|
-
|
4406
|
-
border-
|
4407
|
-
-webkit-border-radius: 3px 3px 0 0;
|
4408
|
-
-moz-border-radius: 3px 3px 0 0;
|
4409
|
-
border-radius: 3px 3px 0 0;
|
4953
|
+
.popover.bottom .arrow:after {
|
4954
|
+
top: -1px;
|
4955
|
+
left: -11px;
|
4956
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
4957
|
+
border-width: 0 11px 11px;
|
4410
4958
|
}
|
4411
4959
|
|
4412
|
-
.popover
|
4413
|
-
|
4414
|
-
|
4415
|
-
-
|
4416
|
-
|
4417
|
-
|
4418
|
-
-webkit-background-clip: padding-box;
|
4419
|
-
-moz-background-clip: padding-box;
|
4420
|
-
background-clip: padding-box;
|
4960
|
+
.popover.left .arrow {
|
4961
|
+
top: 50%;
|
4962
|
+
right: -10px;
|
4963
|
+
margin-top: -10px;
|
4964
|
+
border-left-color: #ffffff;
|
4965
|
+
border-width: 10px 0 10px 10px;
|
4421
4966
|
}
|
4422
4967
|
|
4423
|
-
.popover
|
4424
|
-
|
4425
|
-
|
4426
|
-
|
4968
|
+
.popover.left .arrow:after {
|
4969
|
+
right: -1px;
|
4970
|
+
bottom: -11px;
|
4971
|
+
border-left-color: rgba(0, 0, 0, 0.2);
|
4972
|
+
border-width: 11px 0 11px 11px;
|
4427
4973
|
}
|
4428
4974
|
|
4429
4975
|
.thumbnails {
|
@@ -4435,6 +4981,7 @@ input[type="submit"].btn.btn-mini {
|
|
4435
4981
|
.thumbnails:before,
|
4436
4982
|
.thumbnails:after {
|
4437
4983
|
display: table;
|
4984
|
+
line-height: 0;
|
4438
4985
|
content: "";
|
4439
4986
|
}
|
4440
4987
|
|
@@ -4448,21 +4995,21 @@ input[type="submit"].btn.btn-mini {
|
|
4448
4995
|
|
4449
4996
|
.thumbnails > li {
|
4450
4997
|
float: left;
|
4451
|
-
margin-bottom:
|
4998
|
+
margin-bottom: 20px;
|
4452
4999
|
margin-left: 20px;
|
4453
5000
|
}
|
4454
5001
|
|
4455
5002
|
.thumbnail {
|
4456
5003
|
display: block;
|
4457
5004
|
padding: 4px;
|
4458
|
-
line-height:
|
5005
|
+
line-height: 20px;
|
4459
5006
|
border: 1px solid #ddd;
|
4460
5007
|
-webkit-border-radius: 4px;
|
4461
5008
|
-moz-border-radius: 4px;
|
4462
5009
|
border-radius: 4px;
|
4463
|
-
-webkit-box-shadow: 0 1px
|
4464
|
-
-moz-box-shadow: 0 1px
|
4465
|
-
box-shadow: 0 1px
|
5010
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
5011
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
5012
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
4466
5013
|
}
|
4467
5014
|
|
4468
5015
|
a.thumbnail:hover {
|
@@ -4481,11 +5028,12 @@ a.thumbnail:hover {
|
|
4481
5028
|
|
4482
5029
|
.thumbnail .caption {
|
4483
5030
|
padding: 9px;
|
5031
|
+
color: #555555;
|
4484
5032
|
}
|
4485
5033
|
|
4486
5034
|
.label,
|
4487
5035
|
.badge {
|
4488
|
-
font-size:
|
5036
|
+
font-size: 11.844px;
|
4489
5037
|
font-weight: bold;
|
4490
5038
|
line-height: 14px;
|
4491
5039
|
color: #ffffff;
|
@@ -4617,16 +5165,15 @@ a.badge:hover {
|
|
4617
5165
|
overflow: hidden;
|
4618
5166
|
background-color: #f7f7f7;
|
4619
5167
|
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
4620
|
-
background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
|
4621
5168
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
4622
5169
|
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
4623
5170
|
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
4624
|
-
background-image: linear-gradient(
|
5171
|
+
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
4625
5172
|
background-repeat: repeat-x;
|
4626
5173
|
-webkit-border-radius: 4px;
|
4627
5174
|
-moz-border-radius: 4px;
|
4628
5175
|
border-radius: 4px;
|
4629
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
5176
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
|
4630
5177
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
4631
5178
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
4632
5179
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
@@ -4634,42 +5181,38 @@ a.badge:hover {
|
|
4634
5181
|
|
4635
5182
|
.progress .bar {
|
4636
5183
|
width: 0;
|
4637
|
-
height:
|
5184
|
+
height: 100%;
|
4638
5185
|
font-size: 12px;
|
4639
5186
|
color: #ffffff;
|
4640
5187
|
text-align: center;
|
4641
5188
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
4642
5189
|
background-color: #0e90d2;
|
4643
|
-
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
4644
5190
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
4645
5191
|
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
4646
5192
|
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
4647
|
-
background-image: linear-gradient(
|
4648
|
-
background-image: -
|
5193
|
+
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
5194
|
+
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
4649
5195
|
background-repeat: repeat-x;
|
4650
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
5196
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
4651
5197
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
4652
5198
|
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
4653
5199
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
4654
5200
|
-webkit-box-sizing: border-box;
|
4655
5201
|
-moz-box-sizing: border-box;
|
4656
|
-
-ms-box-sizing: border-box;
|
4657
5202
|
box-sizing: border-box;
|
4658
5203
|
-webkit-transition: width 0.6s ease;
|
4659
5204
|
-moz-transition: width 0.6s ease;
|
4660
|
-
-ms-transition: width 0.6s ease;
|
4661
5205
|
-o-transition: width 0.6s ease;
|
4662
5206
|
transition: width 0.6s ease;
|
4663
5207
|
}
|
4664
5208
|
|
4665
5209
|
.progress-striped .bar {
|
4666
5210
|
background-color: #149bdf;
|
4667
|
-
background-image: -o-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);
|
4668
|
-
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);
|
4669
|
-
background-image: -moz-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);
|
4670
|
-
background-image: -ms-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);
|
4671
5211
|
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));
|
4672
|
-
background-image: linear-gradient(
|
5212
|
+
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);
|
5213
|
+
background-image: -moz-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);
|
5214
|
+
background-image: -o-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);
|
5215
|
+
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);
|
4673
5216
|
-webkit-background-size: 40px 40px;
|
4674
5217
|
-moz-background-size: 40px 40px;
|
4675
5218
|
-o-background-size: 40px 40px;
|
@@ -4687,93 +5230,85 @@ a.badge:hover {
|
|
4687
5230
|
.progress-danger .bar {
|
4688
5231
|
background-color: #dd514c;
|
4689
5232
|
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
4690
|
-
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
|
4691
5233
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
4692
5234
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
4693
5235
|
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
4694
|
-
background-image: linear-gradient(
|
5236
|
+
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
4695
5237
|
background-repeat: repeat-x;
|
4696
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
5238
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
4697
5239
|
}
|
4698
5240
|
|
4699
5241
|
.progress-danger.progress-striped .bar {
|
4700
5242
|
background-color: #ee5f5b;
|
4701
5243
|
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));
|
4702
|
-
background-image: -webkit-linear-gradient(
|
4703
|
-
background-image: -moz-linear-gradient(
|
4704
|
-
background-image: -
|
4705
|
-
background-image:
|
4706
|
-
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);
|
5244
|
+
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);
|
5245
|
+
background-image: -moz-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);
|
5246
|
+
background-image: -o-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
|
+
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);
|
4707
5248
|
}
|
4708
5249
|
|
4709
5250
|
.progress-success .bar {
|
4710
5251
|
background-color: #5eb95e;
|
4711
5252
|
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
4712
|
-
background-image: -ms-linear-gradient(top, #62c462, #57a957);
|
4713
5253
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
4714
5254
|
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
4715
5255
|
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
4716
|
-
background-image: linear-gradient(
|
5256
|
+
background-image: linear-gradient(to bottom, #62c462, #57a957);
|
4717
5257
|
background-repeat: repeat-x;
|
4718
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
5258
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
4719
5259
|
}
|
4720
5260
|
|
4721
5261
|
.progress-success.progress-striped .bar {
|
4722
5262
|
background-color: #62c462;
|
4723
5263
|
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));
|
4724
|
-
background-image: -webkit-linear-gradient(
|
4725
|
-
background-image: -moz-linear-gradient(
|
4726
|
-
background-image: -
|
4727
|
-
background-image:
|
4728
|
-
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);
|
5264
|
+
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);
|
5265
|
+
background-image: -moz-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);
|
5266
|
+
background-image: -o-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
|
+
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);
|
4729
5268
|
}
|
4730
5269
|
|
4731
5270
|
.progress-info .bar {
|
4732
5271
|
background-color: #4bb1cf;
|
4733
5272
|
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
4734
|
-
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
|
4735
5273
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
4736
5274
|
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
4737
5275
|
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
4738
|
-
background-image: linear-gradient(
|
5276
|
+
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
4739
5277
|
background-repeat: repeat-x;
|
4740
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
5278
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
4741
5279
|
}
|
4742
5280
|
|
4743
5281
|
.progress-info.progress-striped .bar {
|
4744
5282
|
background-color: #5bc0de;
|
4745
5283
|
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));
|
4746
|
-
background-image: -webkit-linear-gradient(
|
4747
|
-
background-image: -moz-linear-gradient(
|
4748
|
-
background-image: -
|
4749
|
-
background-image:
|
4750
|
-
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);
|
5284
|
+
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);
|
5285
|
+
background-image: -moz-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);
|
5286
|
+
background-image: -o-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
|
+
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);
|
4751
5288
|
}
|
4752
5289
|
|
4753
5290
|
.progress-warning .bar {
|
4754
5291
|
background-color: #faa732;
|
4755
5292
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
4756
|
-
background-image: -ms-linear-gradient(top, #fbb450, #f89406);
|
4757
5293
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
4758
5294
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
4759
5295
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
4760
|
-
background-image: linear-gradient(
|
5296
|
+
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
4761
5297
|
background-repeat: repeat-x;
|
4762
|
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#
|
5298
|
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
4763
5299
|
}
|
4764
5300
|
|
4765
5301
|
.progress-warning.progress-striped .bar {
|
4766
5302
|
background-color: #fbb450;
|
4767
5303
|
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));
|
4768
|
-
background-image: -webkit-linear-gradient(
|
4769
|
-
background-image: -moz-linear-gradient(
|
4770
|
-
background-image: -
|
4771
|
-
background-image:
|
4772
|
-
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);
|
5304
|
+
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);
|
5305
|
+
background-image: -moz-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);
|
5306
|
+
background-image: -o-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);
|
5307
|
+
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);
|
4773
5308
|
}
|
4774
5309
|
|
4775
5310
|
.accordion {
|
4776
|
-
margin-bottom:
|
5311
|
+
margin-bottom: 20px;
|
4777
5312
|
}
|
4778
5313
|
|
4779
5314
|
.accordion-group {
|
@@ -4804,7 +5339,7 @@ a.badge:hover {
|
|
4804
5339
|
|
4805
5340
|
.carousel {
|
4806
5341
|
position: relative;
|
4807
|
-
margin-bottom:
|
5342
|
+
margin-bottom: 20px;
|
4808
5343
|
line-height: 1;
|
4809
5344
|
}
|
4810
5345
|
|
@@ -4819,7 +5354,6 @@ a.badge:hover {
|
|
4819
5354
|
display: none;
|
4820
5355
|
-webkit-transition: 0.6s ease-in-out left;
|
4821
5356
|
-moz-transition: 0.6s ease-in-out left;
|
4822
|
-
-ms-transition: 0.6s ease-in-out left;
|
4823
5357
|
-o-transition: 0.6s ease-in-out left;
|
4824
5358
|
transition: 0.6s ease-in-out left;
|
4825
5359
|
}
|
@@ -4905,16 +5439,25 @@ a.badge:hover {
|
|
4905
5439
|
right: 0;
|
4906
5440
|
bottom: 0;
|
4907
5441
|
left: 0;
|
4908
|
-
padding:
|
5442
|
+
padding: 15px;
|
4909
5443
|
background: #333333;
|
4910
5444
|
background: rgba(0, 0, 0, 0.75);
|
4911
5445
|
}
|
4912
5446
|
|
4913
5447
|
.carousel-caption h4,
|
4914
5448
|
.carousel-caption p {
|
5449
|
+
line-height: 20px;
|
4915
5450
|
color: #ffffff;
|
4916
5451
|
}
|
4917
5452
|
|
5453
|
+
.carousel-caption h4 {
|
5454
|
+
margin: 0 0 5px;
|
5455
|
+
}
|
5456
|
+
|
5457
|
+
.carousel-caption p {
|
5458
|
+
margin-bottom: 0;
|
5459
|
+
}
|
5460
|
+
|
4918
5461
|
.hero-unit {
|
4919
5462
|
padding: 60px;
|
4920
5463
|
margin-bottom: 30px;
|
@@ -4935,7 +5478,7 @@ a.badge:hover {
|
|
4935
5478
|
.hero-unit p {
|
4936
5479
|
font-size: 18px;
|
4937
5480
|
font-weight: 200;
|
4938
|
-
line-height:
|
5481
|
+
line-height: 30px;
|
4939
5482
|
color: inherit;
|
4940
5483
|
}
|
4941
5484
|
|
@@ -4948,13 +5491,17 @@ a.badge:hover {
|
|
4948
5491
|
}
|
4949
5492
|
|
4950
5493
|
.hide {
|
4951
|
-
display: none;
|
5494
|
+
display: none !important;
|
4952
5495
|
}
|
4953
5496
|
|
4954
5497
|
.show {
|
4955
|
-
display: block;
|
5498
|
+
display: block !important;
|
4956
5499
|
}
|
4957
5500
|
|
4958
5501
|
.invisible {
|
4959
5502
|
visibility: hidden;
|
4960
5503
|
}
|
5504
|
+
|
5505
|
+
.affix {
|
5506
|
+
position: fixed;
|
5507
|
+
}
|