bootstrap-generators 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/README.md +1 -1
  2. data/lib/bootstrap/generators/version.rb +1 -1
  3. data/vendor/assets/javascripts/bootstrap-affix.js +12 -1
  4. data/vendor/assets/javascripts/bootstrap-alert.js +12 -1
  5. data/vendor/assets/javascripts/bootstrap-button.js +12 -1
  6. data/vendor/assets/javascripts/bootstrap-carousel.js +11 -2
  7. data/vendor/assets/javascripts/bootstrap-collapse.js +15 -4
  8. data/vendor/assets/javascripts/bootstrap-dropdown.js +16 -3
  9. data/vendor/assets/javascripts/bootstrap-modal.js +12 -1
  10. data/vendor/assets/javascripts/bootstrap-popover.js +14 -3
  11. data/vendor/assets/javascripts/bootstrap-scrollspy.js +13 -2
  12. data/vendor/assets/javascripts/bootstrap-tab.js +12 -1
  13. data/vendor/assets/javascripts/bootstrap-tooltip.js +12 -1
  14. data/vendor/assets/javascripts/bootstrap-transition.js +1 -1
  15. data/vendor/assets/javascripts/bootstrap-typeahead.js +23 -10
  16. data/vendor/assets/stylesheets/bootstrap-responsive.css +37 -3
  17. data/vendor/assets/stylesheets/bootstrap.css +643 -378
  18. data/vendor/twitter/bootstrap/less/alerts.less +14 -0
  19. data/vendor/twitter/bootstrap/less/bootstrap.less +1 -1
  20. data/vendor/twitter/bootstrap/less/breadcrumbs.less +6 -6
  21. data/vendor/twitter/bootstrap/less/button-groups.less +27 -42
  22. data/vendor/twitter/bootstrap/less/buttons.less +5 -7
  23. data/vendor/twitter/bootstrap/less/carousel.less +15 -15
  24. data/vendor/twitter/bootstrap/less/code.less +3 -0
  25. data/vendor/twitter/bootstrap/less/dropdowns.less +5 -9
  26. data/vendor/twitter/bootstrap/less/forms.less +12 -8
  27. data/vendor/twitter/bootstrap/less/labels-badges.less +8 -0
  28. data/vendor/twitter/bootstrap/less/mixins.less +1 -1
  29. data/vendor/twitter/bootstrap/less/modals.less +4 -3
  30. data/vendor/twitter/bootstrap/less/navbar.less +21 -6
  31. data/vendor/twitter/bootstrap/less/navs.less +6 -0
  32. data/vendor/twitter/bootstrap/less/popovers.less +50 -38
  33. data/vendor/twitter/bootstrap/less/reset.less +82 -4
  34. data/vendor/twitter/bootstrap/less/responsive.less +10 -1
  35. data/vendor/twitter/bootstrap/less/tables.less +35 -34
  36. data/vendor/twitter/bootstrap/less/type.less +29 -21
  37. data/vendor/twitter/bootstrap/less/variables.less +4 -4
  38. data/vendor/twitter/bootstrap/sass/_alerts.scss +14 -0
  39. data/vendor/twitter/bootstrap/sass/_breadcrumbs.scss +5 -5
  40. data/vendor/twitter/bootstrap/sass/_button-groups.scss +27 -42
  41. data/vendor/twitter/bootstrap/sass/_buttons.scss +5 -7
  42. data/vendor/twitter/bootstrap/sass/_carousel.scss +15 -15
  43. data/vendor/twitter/bootstrap/sass/_code.scss +3 -0
  44. data/vendor/twitter/bootstrap/sass/_dropdowns.scss +5 -9
  45. data/vendor/twitter/bootstrap/sass/_forms.scss +12 -8
  46. data/vendor/twitter/bootstrap/sass/_labels-badges.scss +25 -15
  47. data/vendor/twitter/bootstrap/sass/_mixins.scss +3 -3
  48. data/vendor/twitter/bootstrap/sass/_modals.scss +1 -1
  49. data/vendor/twitter/bootstrap/sass/_navbar.scss +22 -4
  50. data/vendor/twitter/bootstrap/sass/_navs.scss +6 -0
  51. data/vendor/twitter/bootstrap/sass/_popovers.scss +50 -38
  52. data/vendor/twitter/bootstrap/sass/_reset.scss +82 -4
  53. data/vendor/twitter/bootstrap/sass/_tables.scss +36 -35
  54. data/vendor/twitter/bootstrap/sass/_type.scss +29 -21
  55. data/vendor/twitter/bootstrap/sass/_variables.scss +9 -9
  56. data/vendor/twitter/bootstrap/sass/bootstrap.scss +1 -1
  57. data/vendor/twitter/bootstrap/sass/responsive.scss +10 -1
  58. metadata +10 -12
  59. data/vendor/assets/stylesheets/bootstrap-responsive.min.css +0 -9
  60. data/vendor/assets/stylesheets/bootstrap.min.css +0 -9
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Responsive v2.1.1
2
+ * Bootstrap Responsive v2.2.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -8,6 +8,10 @@
8
8
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
9
  */
10
10
 
11
+ @-ms-viewport {
12
+ width: device-width;
13
+ }
14
+
11
15
  .clearfix {
12
16
  *zoom: 1;
13
17
  }
@@ -215,6 +219,9 @@
215
219
  .row-fluid [class*="span"]:first-child {
216
220
  margin-left: 0;
217
221
  }
222
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
223
+ margin-left: 2.564102564102564%;
224
+ }
218
225
  .row-fluid .span12 {
219
226
  width: 100%;
220
227
  *width: 99.94680851063829%;
@@ -562,6 +569,9 @@
562
569
  .row-fluid [class*="span"]:first-child {
563
570
  margin-left: 0;
564
571
  }
572
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
573
+ margin-left: 2.7624309392265194%;
574
+ }
565
575
  .row-fluid .span12 {
566
576
  width: 100%;
567
577
  *width: 99.94680851063829%;
@@ -814,6 +824,7 @@
814
824
  margin-left: 0;
815
825
  }
816
826
  [class*="span"],
827
+ .uneditable-input[class*="span"],
817
828
  .row-fluid [class*="span"] {
818
829
  display: block;
819
830
  float: none;
@@ -830,6 +841,9 @@
830
841
  -moz-box-sizing: border-box;
831
842
  box-sizing: border-box;
832
843
  }
844
+ .row-fluid [class*="offset"]:first-child {
845
+ margin-left: 0;
846
+ }
833
847
  .input-large,
834
848
  .input-xlarge,
835
849
  .input-xxlarge,
@@ -862,8 +876,11 @@
862
876
  width: auto;
863
877
  margin: 0;
864
878
  }
879
+ .modal.fade {
880
+ top: -100px;
881
+ }
865
882
  .modal.fade.in {
866
- top: auto;
883
+ top: 20px;
867
884
  }
868
885
  }
869
886
 
@@ -895,6 +912,16 @@
895
912
  padding-right: 10px;
896
913
  padding-left: 10px;
897
914
  }
915
+ .media .pull-left,
916
+ .media .pull-right {
917
+ display: block;
918
+ float: none;
919
+ margin-bottom: 10px;
920
+ }
921
+ .media-object {
922
+ margin-right: 0;
923
+ margin-left: 0;
924
+ }
898
925
  .modal {
899
926
  top: 10px;
900
927
  right: 10px;
@@ -979,6 +1006,10 @@
979
1006
  .nav-collapse .dropdown-menu a:hover {
980
1007
  background-color: #f2f2f2;
981
1008
  }
1009
+ .navbar-inverse .nav-collapse .nav > li > a,
1010
+ .navbar-inverse .nav-collapse .dropdown-menu a {
1011
+ color: #999999;
1012
+ }
982
1013
  .navbar-inverse .nav-collapse .nav > li > a:hover,
983
1014
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
984
1015
  background-color: #111111;
@@ -991,7 +1022,7 @@
991
1022
  position: static;
992
1023
  top: auto;
993
1024
  left: auto;
994
- display: block;
1025
+ display: none;
995
1026
  float: none;
996
1027
  max-width: none;
997
1028
  padding: 0;
@@ -1005,6 +1036,9 @@
1005
1036
  -moz-box-shadow: none;
1006
1037
  box-shadow: none;
1007
1038
  }
1039
+ .nav-collapse .open > .dropdown-menu {
1040
+ display: block;
1041
+ }
1008
1042
  .nav-collapse .dropdown-menu:before,
1009
1043
  .nav-collapse .dropdown-menu:after {
1010
1044
  display: none;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.1.1
2
+ * Bootstrap v2.2.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -75,7 +75,8 @@ img {
75
75
  -ms-interpolation-mode: bicubic;
76
76
  }
77
77
 
78
- #map_canvas img {
78
+ #map_canvas img,
79
+ .google-maps img {
79
80
  max-width: none;
80
81
  }
81
82
 
@@ -101,13 +102,24 @@ input::-moz-focus-inner {
101
102
  }
102
103
 
103
104
  button,
104
- input[type="button"],
105
+ html input[type="button"],
105
106
  input[type="reset"],
106
107
  input[type="submit"] {
107
108
  cursor: pointer;
108
109
  -webkit-appearance: button;
109
110
  }
110
111
 
112
+ label,
113
+ select,
114
+ button,
115
+ input[type="button"],
116
+ input[type="reset"],
117
+ input[type="submit"],
118
+ input[type="radio"],
119
+ input[type="checkbox"] {
120
+ cursor: pointer;
121
+ }
122
+
111
123
  input[type="search"] {
112
124
  -webkit-box-sizing: content-box;
113
125
  -moz-box-sizing: content-box;
@@ -125,6 +137,58 @@ textarea {
125
137
  vertical-align: top;
126
138
  }
127
139
 
140
+ @media print {
141
+ * {
142
+ color: #000 !important;
143
+ text-shadow: none !important;
144
+ background: transparent !important;
145
+ box-shadow: none !important;
146
+ }
147
+ a,
148
+ a:visited {
149
+ text-decoration: underline;
150
+ }
151
+ a[href]:after {
152
+ content: " (" attr(href) ")";
153
+ }
154
+ abbr[title]:after {
155
+ content: " (" attr(title) ")";
156
+ }
157
+ .ir a:after,
158
+ a[href^="javascript:"]:after,
159
+ a[href^="#"]:after {
160
+ content: "";
161
+ }
162
+ pre,
163
+ blockquote {
164
+ border: 1px solid #999;
165
+ page-break-inside: avoid;
166
+ }
167
+ thead {
168
+ display: table-header-group;
169
+ }
170
+ tr,
171
+ img {
172
+ page-break-inside: avoid;
173
+ }
174
+ img {
175
+ max-width: 100% !important;
176
+ }
177
+ @page {
178
+ margin: 0.5cm;
179
+ }
180
+ p,
181
+ h2,
182
+ h3 {
183
+ orphans: 3;
184
+ widows: 3;
185
+ }
186
+ h2,
187
+ h3 {
188
+ page-break-after: avoid;
189
+ }
190
+ }
191
+
128
192
  .clearfix {
129
193
  *zoom: 1;
130
194
  }
@@ -355,6 +419,10 @@ a:hover {
355
419
  margin-left: 0;
356
420
  }
357
421
 
422
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
423
+ margin-left: 2.127659574468085%;
424
+ }
425
+
358
426
  .row-fluid .span12 {
359
427
  width: 100%;
360
428
  *width: 99.94680851063829%;
@@ -610,22 +678,42 @@ cite {
610
678
  color: #999999;
611
679
  }
612
680
 
681
+ a.muted:hover {
682
+ color: #808080;
683
+ }
684
+
613
685
  .text-warning {
614
686
  color: #c09853;
615
687
  }
616
688
 
689
+ a.text-warning:hover {
690
+ color: #a47e3c;
691
+ }
692
+
617
693
  .text-error {
618
694
  color: #b94a48;
619
695
  }
620
696
 
697
+ a.text-error:hover {
698
+ color: #953b39;
699
+ }
700
+
621
701
  .text-info {
622
702
  color: #3a87ad;
623
703
  }
624
704
 
705
+ a.text-info:hover {
706
+ color: #2d6987;
707
+ }
708
+
625
709
  .text-success {
626
710
  color: #468847;
627
711
  }
628
712
 
713
+ a.text-success:hover {
714
+ color: #356635;
715
+ }
716
+
629
717
  h1,
630
718
  h2,
631
719
  h3,
@@ -635,7 +723,7 @@ h6 {
635
723
  margin: 10px 0;
636
724
  font-family: inherit;
637
725
  font-weight: bold;
638
- line-height: 1;
726
+ line-height: 20px;
639
727
  color: inherit;
640
728
  text-rendering: optimizelegibility;
641
729
  }
@@ -651,42 +739,42 @@ h6 small {
651
739
  color: #999999;
652
740
  }
653
741
 
654
- h1 {
655
- font-size: 36px;
742
+ h1,
743
+ h2,
744
+ h3 {
656
745
  line-height: 40px;
657
746
  }
658
747
 
748
+ h1 {
749
+ font-size: 38.5px;
750
+ }
751
+
659
752
  h2 {
660
- font-size: 30px;
661
- line-height: 40px;
753
+ font-size: 31.5px;
662
754
  }
663
755
 
664
756
  h3 {
665
- font-size: 24px;
666
- line-height: 40px;
757
+ font-size: 24.5px;
667
758
  }
668
759
 
669
760
  h4 {
670
- font-size: 18px;
671
- line-height: 20px;
761
+ font-size: 17.5px;
672
762
  }
673
763
 
674
764
  h5 {
675
765
  font-size: 14px;
676
- line-height: 20px;
677
766
  }
678
767
 
679
768
  h6 {
680
- font-size: 12px;
681
- line-height: 20px;
769
+ font-size: 11.9px;
682
770
  }
683
771
 
684
772
  h1 small {
685
- font-size: 24px;
773
+ font-size: 24.5px;
686
774
  }
687
775
 
688
776
  h2 small {
689
- font-size: 18px;
777
+ font-size: 17.5px;
690
778
  }
691
779
 
692
780
  h3 small {
@@ -726,6 +814,19 @@ ol.unstyled {
726
814
  list-style: none;
727
815
  }
728
816
 
817
+ ul.inline,
818
+ ol.inline {
819
+ margin-left: 0;
820
+ list-style: none;
821
+ }
822
+
823
+ ul.inline > li,
824
+ ol.inline > li {
825
+ display: inline-block;
826
+ padding-right: 5px;
827
+ padding-left: 5px;
828
+ }
829
+
729
830
  dl {
730
831
  margin-bottom: 20px;
731
832
  }
@@ -779,7 +880,8 @@ hr {
779
880
  border-bottom: 1px solid #ffffff;
780
881
  }
781
882
 
782
- abbr[title] {
883
+ abbr[title],
884
+ abbr[data-original-title] {
783
885
  cursor: help;
784
886
  border-bottom: 1px dotted #999999;
785
887
  }
@@ -861,6 +963,7 @@ pre {
861
963
  code {
862
964
  padding: 2px 4px;
863
965
  color: #d14;
966
+ white-space: nowrap;
864
967
  background-color: #f7f7f9;
865
968
  border: 1px solid #e1e1e8;
866
969
  }
@@ -890,6 +993,8 @@ pre.prettyprint {
890
993
  pre code {
891
994
  padding: 0;
892
995
  color: inherit;
996
+ white-space: pre;
997
+ white-space: pre-wrap;
893
998
  background-color: transparent;
894
999
  border: 0;
895
1000
  }
@@ -968,13 +1073,14 @@ input[type="color"],
968
1073
  display: inline-block;
969
1074
  height: 20px;
970
1075
  padding: 4px 6px;
971
- margin-bottom: 9px;
1076
+ margin-bottom: 10px;
972
1077
  font-size: 14px;
973
1078
  line-height: 20px;
974
1079
  color: #555555;
975
- -webkit-border-radius: 3px;
976
- -moz-border-radius: 3px;
977
- border-radius: 3px;
1080
+ vertical-align: middle;
1081
+ -webkit-border-radius: 4px;
1082
+ -moz-border-radius: 4px;
1083
+ border-radius: 4px;
978
1084
  }
979
1085
 
980
1086
  input,
@@ -1046,7 +1152,6 @@ input[type="checkbox"] {
1046
1152
  margin-top: 1px \9;
1047
1153
  *margin-top: 0;
1048
1154
  line-height: normal;
1049
- cursor: pointer;
1050
1155
  }
1051
1156
 
1052
1157
  input[type="file"],
@@ -1128,14 +1233,14 @@ textarea::-webkit-input-placeholder {
1128
1233
 
1129
1234
  .radio,
1130
1235
  .checkbox {
1131
- min-height: 18px;
1132
- padding-left: 18px;
1236
+ min-height: 20px;
1237
+ padding-left: 20px;
1133
1238
  }
1134
1239
 
1135
1240
  .radio input[type="radio"],
1136
1241
  .checkbox input[type="checkbox"] {
1137
1242
  float: left;
1138
- margin-left: -18px;
1243
+ margin-left: -20px;
1139
1244
  }
1140
1245
 
1141
1246
  .controls > .radio:first-child,
@@ -1302,10 +1407,16 @@ textarea.span1,
1302
1407
  clear: both;
1303
1408
  }
1304
1409
 
1305
- .controls-row [class*="span"] {
1410
+ .controls-row [class*="span"],
1411
+ .row-fluid .controls-row [class*="span"] {
1306
1412
  float: left;
1307
1413
  }
1308
1414
 
1415
+ .controls-row .checkbox[class*="span"],
1416
+ .controls-row .radio[class*="span"] {
1417
+ padding-top: 5px;
1418
+ }
1419
+
1309
1420
  input[disabled],
1310
1421
  select[disabled],
1311
1422
  textarea[disabled],
@@ -1323,7 +1434,7 @@ input[type="checkbox"][readonly] {
1323
1434
  background-color: transparent;
1324
1435
  }
1325
1436
 
1326
- .control-group.warning > label,
1437
+ .control-group.warning .control-label,
1327
1438
  .control-group.warning .help-block,
1328
1439
  .control-group.warning .help-inline {
1329
1440
  color: #c09853;
@@ -1362,7 +1473,7 @@ input[type="checkbox"][readonly] {
1362
1473
  border-color: #c09853;
1363
1474
  }
1364
1475
 
1365
- .control-group.error > label,
1476
+ .control-group.error .control-label,
1366
1477
  .control-group.error .help-block,
1367
1478
  .control-group.error .help-inline {
1368
1479
  color: #b94a48;
@@ -1401,7 +1512,7 @@ input[type="checkbox"][readonly] {
1401
1512
  border-color: #b94a48;
1402
1513
  }
1403
1514
 
1404
- .control-group.success > label,
1515
+ .control-group.success .control-label,
1405
1516
  .control-group.success .help-block,
1406
1517
  .control-group.success .help-inline {
1407
1518
  color: #468847;
@@ -1440,7 +1551,7 @@ input[type="checkbox"][readonly] {
1440
1551
  border-color: #468847;
1441
1552
  }
1442
1553
 
1443
- .control-group.info > label,
1554
+ .control-group.info .control-label,
1444
1555
  .control-group.info .help-block,
1445
1556
  .control-group.info .help-inline {
1446
1557
  color: #3a87ad;
@@ -1479,16 +1590,16 @@ input[type="checkbox"][readonly] {
1479
1590
  border-color: #3a87ad;
1480
1591
  }
1481
1592
 
1482
- input:focus:required:invalid,
1483
- textarea:focus:required:invalid,
1484
- select:focus:required:invalid {
1593
+ input:focus:invalid,
1594
+ textarea:focus:invalid,
1595
+ select:focus:invalid {
1485
1596
  color: #b94a48;
1486
1597
  border-color: #ee5f5b;
1487
1598
  }
1488
1599
 
1489
- input:focus:required:invalid:focus,
1490
- textarea:focus:required:invalid:focus,
1491
- select:focus:required:invalid:focus {
1600
+ input:focus:invalid:focus,
1601
+ textarea:focus:invalid:focus,
1602
+ select:focus:invalid:focus {
1492
1603
  border-color: #e9322d;
1493
1604
  -webkit-box-shadow: 0 0 6px #f8b9b7;
1494
1605
  -moz-box-shadow: 0 0 6px #f8b9b7;
@@ -1540,6 +1651,17 @@ select:focus:required:invalid:focus {
1540
1651
  white-space: nowrap;
1541
1652
  }
1542
1653
 
1654
+ .input-append input,
1655
+ .input-prepend input,
1656
+ .input-append select,
1657
+ .input-prepend select,
1658
+ .input-append .uneditable-input,
1659
+ .input-prepend .uneditable-input,
1660
+ .input-append .dropdown-menu,
1661
+ .input-prepend .dropdown-menu {
1662
+ font-size: 14px;
1663
+ }
1664
+
1543
1665
  .input-append input,
1544
1666
  .input-prepend input,
1545
1667
  .input-append select,
@@ -1549,11 +1671,10 @@ select:focus:required:invalid:focus {
1549
1671
  position: relative;
1550
1672
  margin-bottom: 0;
1551
1673
  *margin-left: 0;
1552
- font-size: 14px;
1553
1674
  vertical-align: top;
1554
- -webkit-border-radius: 0 3px 3px 0;
1555
- -moz-border-radius: 0 3px 3px 0;
1556
- border-radius: 0 3px 3px 0;
1675
+ -webkit-border-radius: 0 4px 4px 0;
1676
+ -moz-border-radius: 0 4px 4px 0;
1677
+ border-radius: 0 4px 4px 0;
1557
1678
  }
1558
1679
 
1559
1680
  .input-append input:focus,
@@ -1584,7 +1705,9 @@ select:focus:required:invalid:focus {
1584
1705
  .input-append .add-on,
1585
1706
  .input-prepend .add-on,
1586
1707
  .input-append .btn,
1587
- .input-prepend .btn {
1708
+ .input-prepend .btn,
1709
+ .input-append .btn-group > .dropdown-toggle,
1710
+ .input-prepend .btn-group > .dropdown-toggle {
1588
1711
  vertical-align: top;
1589
1712
  -webkit-border-radius: 0;
1590
1713
  -moz-border-radius: 0;
@@ -1604,29 +1727,39 @@ select:focus:required:invalid:focus {
1604
1727
 
1605
1728
  .input-prepend .add-on:first-child,
1606
1729
  .input-prepend .btn:first-child {
1607
- -webkit-border-radius: 3px 0 0 3px;
1608
- -moz-border-radius: 3px 0 0 3px;
1609
- border-radius: 3px 0 0 3px;
1730
+ -webkit-border-radius: 4px 0 0 4px;
1731
+ -moz-border-radius: 4px 0 0 4px;
1732
+ border-radius: 4px 0 0 4px;
1610
1733
  }
1611
1734
 
1612
1735
  .input-append input,
1613
1736
  .input-append select,
1614
1737
  .input-append .uneditable-input {
1615
- -webkit-border-radius: 3px 0 0 3px;
1616
- -moz-border-radius: 3px 0 0 3px;
1617
- border-radius: 3px 0 0 3px;
1738
+ -webkit-border-radius: 4px 0 0 4px;
1739
+ -moz-border-radius: 4px 0 0 4px;
1740
+ border-radius: 4px 0 0 4px;
1741
+ }
1742
+
1743
+ .input-append input + .btn-group .btn:last-child,
1744
+ .input-append select + .btn-group .btn:last-child,
1745
+ .input-append .uneditable-input + .btn-group .btn:last-child {
1746
+ -webkit-border-radius: 0 4px 4px 0;
1747
+ -moz-border-radius: 0 4px 4px 0;
1748
+ border-radius: 0 4px 4px 0;
1618
1749
  }
1619
1750
 
1620
1751
  .input-append .add-on,
1621
- .input-append .btn {
1752
+ .input-append .btn,
1753
+ .input-append .btn-group {
1622
1754
  margin-left: -1px;
1623
1755
  }
1624
1756
 
1625
1757
  .input-append .add-on:last-child,
1626
- .input-append .btn:last-child {
1627
- -webkit-border-radius: 0 3px 3px 0;
1628
- -moz-border-radius: 0 3px 3px 0;
1629
- border-radius: 0 3px 3px 0;
1758
+ .input-append .btn:last-child,
1759
+ .input-append .btn-group:last-child > .dropdown-toggle {
1760
+ -webkit-border-radius: 0 4px 4px 0;
1761
+ -moz-border-radius: 0 4px 4px 0;
1762
+ border-radius: 0 4px 4px 0;
1630
1763
  }
1631
1764
 
1632
1765
  .input-prepend.input-append input,
@@ -1637,20 +1770,32 @@ select:focus:required:invalid:focus {
1637
1770
  border-radius: 0;
1638
1771
  }
1639
1772
 
1773
+ .input-prepend.input-append input + .btn-group .btn,
1774
+ .input-prepend.input-append select + .btn-group .btn,
1775
+ .input-prepend.input-append .uneditable-input + .btn-group .btn {
1776
+ -webkit-border-radius: 0 4px 4px 0;
1777
+ -moz-border-radius: 0 4px 4px 0;
1778
+ border-radius: 0 4px 4px 0;
1779
+ }
1780
+
1640
1781
  .input-prepend.input-append .add-on:first-child,
1641
1782
  .input-prepend.input-append .btn:first-child {
1642
1783
  margin-right: -1px;
1643
- -webkit-border-radius: 3px 0 0 3px;
1644
- -moz-border-radius: 3px 0 0 3px;
1645
- border-radius: 3px 0 0 3px;
1784
+ -webkit-border-radius: 4px 0 0 4px;
1785
+ -moz-border-radius: 4px 0 0 4px;
1786
+ border-radius: 4px 0 0 4px;
1646
1787
  }
1647
1788
 
1648
1789
  .input-prepend.input-append .add-on:last-child,
1649
1790
  .input-prepend.input-append .btn:last-child {
1650
1791
  margin-left: -1px;
1651
- -webkit-border-radius: 0 3px 3px 0;
1652
- -moz-border-radius: 0 3px 3px 0;
1653
- border-radius: 0 3px 3px 0;
1792
+ -webkit-border-radius: 0 4px 4px 0;
1793
+ -moz-border-radius: 0 4px 4px 0;
1794
+ border-radius: 0 4px 4px 0;
1795
+ }
1796
+
1797
+ .input-prepend.input-append .btn-group:first-child {
1798
+ margin-left: 0;
1654
1799
  }
1655
1800
 
1656
1801
  input.search-query {
@@ -1814,7 +1959,10 @@ legend + .control-group {
1814
1959
 
1815
1960
  .form-horizontal input + .help-block,
1816
1961
  .form-horizontal select + .help-block,
1817
- .form-horizontal textarea + .help-block {
1962
+ .form-horizontal textarea + .help-block,
1963
+ .form-horizontal .uneditable-input + .help-block,
1964
+ .form-horizontal .input-prepend + .help-block,
1965
+ .form-horizontal .input-append + .help-block {
1818
1966
  margin-top: 10px;
1819
1967
  }
1820
1968
 
@@ -1864,6 +2012,10 @@ table {
1864
2012
  border-top: 2px solid #dddddd;
1865
2013
  }
1866
2014
 
2015
+ .table .table {
2016
+ background-color: #ffffff;
2017
+ }
2018
+
1867
2019
  .table-condensed th,
1868
2020
  .table-condensed td {
1869
2021
  padding: 4px 5px;
@@ -1896,39 +2048,48 @@ table {
1896
2048
  border-top: 0;
1897
2049
  }
1898
2050
 
1899
- .table-bordered thead:first-child tr:first-child th:first-child,
1900
- .table-bordered tbody:first-child tr:first-child td:first-child {
2051
+ .table-bordered thead:first-child tr:first-child > th:first-child,
2052
+ .table-bordered tbody:first-child tr:first-child > td:first-child {
1901
2053
  -webkit-border-top-left-radius: 4px;
1902
2054
  border-top-left-radius: 4px;
1903
2055
  -moz-border-radius-topleft: 4px;
1904
2056
  }
1905
2057
 
1906
- .table-bordered thead:first-child tr:first-child th:last-child,
1907
- .table-bordered tbody:first-child tr:first-child td:last-child {
2058
+ .table-bordered thead:first-child tr:first-child > th:last-child,
2059
+ .table-bordered tbody:first-child tr:first-child > td:last-child {
1908
2060
  -webkit-border-top-right-radius: 4px;
1909
2061
  border-top-right-radius: 4px;
1910
2062
  -moz-border-radius-topright: 4px;
1911
2063
  }
1912
2064
 
1913
- .table-bordered thead:last-child tr:last-child th:first-child,
1914
- .table-bordered tbody:last-child tr:last-child td:first-child,
1915
- .table-bordered tfoot:last-child tr:last-child td:first-child {
1916
- -webkit-border-radius: 0 0 0 4px;
1917
- -moz-border-radius: 0 0 0 4px;
1918
- border-radius: 0 0 0 4px;
2065
+ .table-bordered thead:last-child tr:last-child > th:first-child,
2066
+ .table-bordered tbody:last-child tr:last-child > td:first-child,
2067
+ .table-bordered tfoot:last-child tr:last-child > td:first-child {
1919
2068
  -webkit-border-bottom-left-radius: 4px;
1920
2069
  border-bottom-left-radius: 4px;
1921
2070
  -moz-border-radius-bottomleft: 4px;
1922
2071
  }
1923
2072
 
1924
- .table-bordered thead:last-child tr:last-child th:last-child,
1925
- .table-bordered tbody:last-child tr:last-child td:last-child,
1926
- .table-bordered tfoot:last-child tr:last-child td:last-child {
2073
+ .table-bordered thead:last-child tr:last-child > th:last-child,
2074
+ .table-bordered tbody:last-child tr:last-child > td:last-child,
2075
+ .table-bordered tfoot:last-child tr:last-child > td:last-child {
1927
2076
  -webkit-border-bottom-right-radius: 4px;
1928
2077
  border-bottom-right-radius: 4px;
1929
2078
  -moz-border-radius-bottomright: 4px;
1930
2079
  }
1931
2080
 
2081
+ .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
2082
+ -webkit-border-bottom-left-radius: 0;
2083
+ border-bottom-left-radius: 0;
2084
+ -moz-border-radius-bottomleft: 0;
2085
+ }
2086
+
2087
+ .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
2088
+ -webkit-border-bottom-right-radius: 0;
2089
+ border-bottom-right-radius: 0;
2090
+ -moz-border-radius-bottomright: 0;
2091
+ }
2092
+
1932
2093
  .table-bordered caption + thead tr:first-child th:first-child,
1933
2094
  .table-bordered caption + tbody tr:first-child td:first-child,
1934
2095
  .table-bordered colgroup + thead tr:first-child th:first-child,
@@ -1944,11 +2105,11 @@ table {
1944
2105
  .table-bordered colgroup + tbody tr:first-child td:last-child {
1945
2106
  -webkit-border-top-right-radius: 4px;
1946
2107
  border-top-right-radius: 4px;
1947
- -moz-border-radius-topleft: 4px;
2108
+ -moz-border-radius-topright: 4px;
1948
2109
  }
1949
2110
 
1950
- .table-striped tbody tr:nth-child(odd) td,
1951
- .table-striped tbody tr:nth-child(odd) th {
2111
+ .table-striped tbody > tr:nth-child(odd) > td,
2112
+ .table-striped tbody > tr:nth-child(odd) > th {
1952
2113
  background-color: #f9f9f9;
1953
2114
  }
1954
2115
 
@@ -1957,157 +2118,99 @@ table {
1957
2118
  background-color: #f5f5f5;
1958
2119
  }
1959
2120
 
1960
- table [class*=span],
1961
- .row-fluid table [class*=span] {
2121
+ table td[class*="span"],
2122
+ table th[class*="span"],
2123
+ .row-fluid table td[class*="span"],
2124
+ .row-fluid table th[class*="span"] {
1962
2125
  display: table-cell;
1963
2126
  float: none;
1964
2127
  margin-left: 0;
1965
2128
  }
1966
2129
 
1967
- .table .span1 {
2130
+ .table td.span1,
2131
+ .table th.span1 {
1968
2132
  float: none;
1969
2133
  width: 44px;
1970
2134
  margin-left: 0;
1971
2135
  }
1972
2136
 
1973
- .table .span2 {
2137
+ .table td.span2,
2138
+ .table th.span2 {
1974
2139
  float: none;
1975
2140
  width: 124px;
1976
2141
  margin-left: 0;
1977
2142
  }
1978
2143
 
1979
- .table .span3 {
2144
+ .table td.span3,
2145
+ .table th.span3 {
1980
2146
  float: none;
1981
2147
  width: 204px;
1982
2148
  margin-left: 0;
1983
2149
  }
1984
2150
 
1985
- .table .span4 {
2151
+ .table td.span4,
2152
+ .table th.span4 {
1986
2153
  float: none;
1987
2154
  width: 284px;
1988
2155
  margin-left: 0;
1989
2156
  }
1990
2157
 
1991
- .table .span5 {
2158
+ .table td.span5,
2159
+ .table th.span5 {
1992
2160
  float: none;
1993
2161
  width: 364px;
1994
2162
  margin-left: 0;
1995
2163
  }
1996
2164
 
1997
- .table .span6 {
2165
+ .table td.span6,
2166
+ .table th.span6 {
1998
2167
  float: none;
1999
2168
  width: 444px;
2000
2169
  margin-left: 0;
2001
2170
  }
2002
2171
 
2003
- .table .span7 {
2172
+ .table td.span7,
2173
+ .table th.span7 {
2004
2174
  float: none;
2005
2175
  width: 524px;
2006
2176
  margin-left: 0;
2007
2177
  }
2008
2178
 
2009
- .table .span8 {
2179
+ .table td.span8,
2180
+ .table th.span8 {
2010
2181
  float: none;
2011
2182
  width: 604px;
2012
2183
  margin-left: 0;
2013
2184
  }
2014
2185
 
2015
- .table .span9 {
2186
+ .table td.span9,
2187
+ .table th.span9 {
2016
2188
  float: none;
2017
2189
  width: 684px;
2018
2190
  margin-left: 0;
2019
2191
  }
2020
2192
 
2021
- .table .span10 {
2193
+ .table td.span10,
2194
+ .table th.span10 {
2022
2195
  float: none;
2023
2196
  width: 764px;
2024
2197
  margin-left: 0;
2025
2198
  }
2026
2199
 
2027
- .table .span11 {
2200
+ .table td.span11,
2201
+ .table th.span11 {
2028
2202
  float: none;
2029
2203
  width: 844px;
2030
2204
  margin-left: 0;
2031
2205
  }
2032
2206
 
2033
- .table .span12 {
2207
+ .table td.span12,
2208
+ .table th.span12 {
2034
2209
  float: none;
2035
2210
  width: 924px;
2036
2211
  margin-left: 0;
2037
2212
  }
2038
2213
 
2039
- .table .span13 {
2040
- float: none;
2041
- width: 1004px;
2042
- margin-left: 0;
2043
- }
2044
-
2045
- .table .span14 {
2046
- float: none;
2047
- width: 1084px;
2048
- margin-left: 0;
2049
- }
2050
-
2051
- .table .span15 {
2052
- float: none;
2053
- width: 1164px;
2054
- margin-left: 0;
2055
- }
2056
-
2057
- .table .span16 {
2058
- float: none;
2059
- width: 1244px;
2060
- margin-left: 0;
2061
- }
2062
-
2063
- .table .span17 {
2064
- float: none;
2065
- width: 1324px;
2066
- margin-left: 0;
2067
- }
2068
-
2069
- .table .span18 {
2070
- float: none;
2071
- width: 1404px;
2072
- margin-left: 0;
2073
- }
2074
-
2075
- .table .span19 {
2076
- float: none;
2077
- width: 1484px;
2078
- margin-left: 0;
2079
- }
2080
-
2081
- .table .span20 {
2082
- float: none;
2083
- width: 1564px;
2084
- margin-left: 0;
2085
- }
2086
-
2087
- .table .span21 {
2088
- float: none;
2089
- width: 1644px;
2090
- margin-left: 0;
2091
- }
2092
-
2093
- .table .span22 {
2094
- float: none;
2095
- width: 1724px;
2096
- margin-left: 0;
2097
- }
2098
-
2099
- .table .span23 {
2100
- float: none;
2101
- width: 1804px;
2102
- margin-left: 0;
2103
- }
2104
-
2105
- .table .span24 {
2106
- float: none;
2107
- width: 1884px;
2108
- margin-left: 0;
2109
- }
2110
-
2111
2214
  .table tbody tr.success td {
2112
2215
  background-color: #dff0d8;
2113
2216
  }
@@ -2149,7 +2252,7 @@ table [class*=span],
2149
2252
  *margin-right: .3em;
2150
2253
  line-height: 14px;
2151
2254
  vertical-align: text-top;
2152
- background-image: url("glyphicons-halflings.png");
2255
+ background-image: url("../img/glyphicons-halflings.png");
2153
2256
  background-position: 14px 14px;
2154
2257
  background-repeat: no-repeat;
2155
2258
  }
@@ -2157,8 +2260,6 @@ table [class*=span],
2157
2260
  /* White icons with optional class, or on hover/active states of certain elements */
2158
2261
 
2159
2262
  .icon-white,
2160
- .nav-tabs > .active > a > [class^="icon-"],
2161
- .nav-tabs > .active > a > [class*=" icon-"],
2162
2263
  .nav-pills > .active > a > [class^="icon-"],
2163
2264
  .nav-pills > .active > a > [class*=" icon-"],
2164
2265
  .nav-list > .active > a > [class^="icon-"],
@@ -2168,8 +2269,10 @@ table [class*=span],
2168
2269
  .dropdown-menu > li > a:hover > [class^="icon-"],
2169
2270
  .dropdown-menu > li > a:hover > [class*=" icon-"],
2170
2271
  .dropdown-menu > .active > a > [class^="icon-"],
2171
- .dropdown-menu > .active > a > [class*=" icon-"] {
2172
- background-image: url("glyphicons-halflings-white.png");
2272
+ .dropdown-menu > .active > a > [class*=" icon-"],
2273
+ .dropdown-submenu:hover > a > [class^="icon-"],
2274
+ .dropdown-submenu:hover > a > [class*=" icon-"] {
2275
+ background-image: url("../img/glyphicons-halflings-white.png");
2173
2276
  }
2174
2277
 
2175
2278
  .icon-glass {
@@ -2806,7 +2909,7 @@ table [class*=span],
2806
2909
  border-bottom: 1px solid #ffffff;
2807
2910
  }
2808
2911
 
2809
- .dropdown-menu a {
2912
+ .dropdown-menu li > a {
2810
2913
  display: block;
2811
2914
  padding: 3px 20px;
2812
2915
  clear: both;
@@ -2821,7 +2924,6 @@ table [class*=span],
2821
2924
  .dropdown-submenu:hover > a {
2822
2925
  color: #ffffff;
2823
2926
  text-decoration: none;
2824
- background-color: #0088cc;
2825
2927
  background-color: #0081c2;
2826
2928
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2827
2929
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
@@ -2829,23 +2931,22 @@ table [class*=span],
2829
2931
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2830
2932
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2831
2933
  background-repeat: repeat-x;
2832
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2934
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2833
2935
  }
2834
2936
 
2835
2937
  .dropdown-menu .active > a,
2836
2938
  .dropdown-menu .active > a:hover {
2837
2939
  color: #ffffff;
2838
2940
  text-decoration: none;
2839
- background-color: #0088cc;
2840
2941
  background-color: #0081c2;
2841
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2842
2942
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2843
2943
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2844
2944
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2845
2945
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2946
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2846
2947
  background-repeat: repeat-x;
2847
2948
  outline: 0;
2848
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2949
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2849
2950
  }
2850
2951
 
2851
2952
  .dropdown-menu .disabled > a,
@@ -2857,6 +2958,8 @@ table [class*=span],
2857
2958
  text-decoration: none;
2858
2959
  cursor: default;
2859
2960
  background-color: transparent;
2961
+ background-image: none;
2962
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2860
2963
  }
2861
2964
 
2862
2965
  .open {
@@ -2904,6 +3007,16 @@ table [class*=span],
2904
3007
  display: block;
2905
3008
  }
2906
3009
 
3010
+ .dropup .dropdown-submenu > .dropdown-menu {
3011
+ top: auto;
3012
+ bottom: 0;
3013
+ margin-top: 0;
3014
+ margin-bottom: -2px;
3015
+ -webkit-border-radius: 5px 5px 5px 0;
3016
+ -moz-border-radius: 5px 5px 5px 0;
3017
+ border-radius: 5px 5px 5px 0;
3018
+ }
3019
+
2907
3020
  .dropdown-submenu > a:after {
2908
3021
  display: block;
2909
3022
  float: right;
@@ -2922,12 +3035,25 @@ table [class*=span],
2922
3035
  border-left-color: #ffffff;
2923
3036
  }
2924
3037
 
3038
+ .dropdown-submenu.pull-left {
3039
+ float: none;
3040
+ }
3041
+
3042
+ .dropdown-submenu.pull-left > .dropdown-menu {
3043
+ left: -100%;
3044
+ margin-left: 10px;
3045
+ -webkit-border-radius: 6px 0 6px 6px;
3046
+ -moz-border-radius: 6px 0 6px 6px;
3047
+ border-radius: 6px 0 6px 6px;
3048
+ }
3049
+
2925
3050
  .dropdown .dropdown-menu .nav-header {
2926
3051
  padding-right: 20px;
2927
3052
  padding-left: 20px;
2928
3053
  }
2929
3054
 
2930
3055
  .typeahead {
3056
+ z-index: 1051;
2931
3057
  margin-top: 2px;
2932
3058
  -webkit-border-radius: 4px;
2933
3059
  -moz-border-radius: 4px;
@@ -3023,12 +3149,11 @@ button.close {
3023
3149
  .btn {
3024
3150
  display: inline-block;
3025
3151
  *display: inline;
3026
- padding: 4px 14px;
3152
+ padding: 4px 12px;
3027
3153
  margin-bottom: 0;
3028
3154
  *margin-left: .3em;
3029
3155
  font-size: 14px;
3030
3156
  line-height: 20px;
3031
- *line-height: 20px;
3032
3157
  color: #333333;
3033
3158
  text-align: center;
3034
3159
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
@@ -3036,22 +3161,22 @@ button.close {
3036
3161
  cursor: pointer;
3037
3162
  background-color: #f5f5f5;
3038
3163
  *background-color: #e6e6e6;
3164
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
3039
3165
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
3040
3166
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
3041
3167
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
3042
3168
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
3043
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
3044
3169
  background-repeat: repeat-x;
3045
3170
  border: 1px solid #bbbbbb;
3046
3171
  *border: 0;
3047
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3048
3172
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3173
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3049
3174
  border-bottom-color: #a2a2a2;
3050
3175
  -webkit-border-radius: 4px;
3051
3176
  -moz-border-radius: 4px;
3052
3177
  border-radius: 4px;
3053
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3054
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3178
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3179
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3055
3180
  *zoom: 1;
3056
3181
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3057
3182
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -3080,10 +3205,6 @@ button.close {
3080
3205
  .btn:hover {
3081
3206
  color: #333333;
3082
3207
  text-decoration: none;
3083
- background-color: #e6e6e6;
3084
- *background-color: #d9d9d9;
3085
- /* Buttons in IE7 don't get borders, so darken on hover */
3086
-
3087
3208
  background-position: 0 -15px;
3088
3209
  -webkit-transition: background-position 0.1s linear;
3089
3210
  -moz-transition: background-position 0.1s linear;
@@ -3099,8 +3220,6 @@ button.close {
3099
3220
 
3100
3221
  .btn.active,
3101
3222
  .btn:active {
3102
- background-color: #e6e6e6;
3103
- background-color: #d9d9d9 \9;
3104
3223
  background-image: none;
3105
3224
  outline: 0;
3106
3225
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -3111,7 +3230,6 @@ button.close {
3111
3230
  .btn.disabled,
3112
3231
  .btn[disabled] {
3113
3232
  cursor: default;
3114
- background-color: #e6e6e6;
3115
3233
  background-image: none;
3116
3234
  opacity: 0.65;
3117
3235
  filter: alpha(opacity=65);
@@ -3121,32 +3239,42 @@ button.close {
3121
3239
  }
3122
3240
 
3123
3241
  .btn-large {
3124
- padding: 9px 14px;
3125
- font-size: 16px;
3126
- line-height: normal;
3127
- -webkit-border-radius: 5px;
3128
- -moz-border-radius: 5px;
3129
- border-radius: 5px;
3242
+ padding: 11px 19px;
3243
+ font-size: 17.5px;
3244
+ -webkit-border-radius: 6px;
3245
+ -moz-border-radius: 6px;
3246
+ border-radius: 6px;
3130
3247
  }
3131
3248
 
3132
- .btn-large [class^="icon-"] {
3133
- margin-top: 2px;
3249
+ .btn-large [class^="icon-"],
3250
+ .btn-large [class*=" icon-"] {
3251
+ margin-top: 4px;
3134
3252
  }
3135
3253
 
3136
3254
  .btn-small {
3137
- padding: 3px 9px;
3138
- font-size: 12px;
3139
- line-height: 18px;
3255
+ padding: 2px 10px;
3256
+ font-size: 11.9px;
3257
+ -webkit-border-radius: 3px;
3258
+ -moz-border-radius: 3px;
3259
+ border-radius: 3px;
3140
3260
  }
3141
3261
 
3142
- .btn-small [class^="icon-"] {
3262
+ .btn-small [class^="icon-"],
3263
+ .btn-small [class*=" icon-"] {
3143
3264
  margin-top: 0;
3144
3265
  }
3145
3266
 
3267
+ .btn-mini [class^="icon-"],
3268
+ .btn-mini [class*=" icon-"] {
3269
+ margin-top: -1px;
3270
+ }
3271
+
3146
3272
  .btn-mini {
3147
- padding: 2px 6px;
3148
- font-size: 11px;
3149
- line-height: 17px;
3273
+ padding: 0 6px;
3274
+ font-size: 10.5px;
3275
+ -webkit-border-radius: 3px;
3276
+ -moz-border-radius: 3px;
3277
+ border-radius: 3px;
3150
3278
  }
3151
3279
 
3152
3280
  .btn-block {
@@ -3188,16 +3316,16 @@ input[type="button"].btn-block {
3188
3316
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3189
3317
  background-color: #006dcc;
3190
3318
  *background-color: #0044cc;
3319
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
3191
3320
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
3192
3321
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
3193
3322
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
3194
3323
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
3195
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
3196
3324
  background-repeat: repeat-x;
3197
3325
  border-color: #0044cc #0044cc #002a80;
3198
3326
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3199
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
3200
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3327
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
3328
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3201
3329
  }
3202
3330
 
3203
3331
  .btn-primary:hover,
@@ -3220,16 +3348,16 @@ input[type="button"].btn-block {
3220
3348
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3221
3349
  background-color: #faa732;
3222
3350
  *background-color: #f89406;
3351
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3223
3352
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3224
3353
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3225
3354
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
3226
3355
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
3227
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3228
3356
  background-repeat: repeat-x;
3229
3357
  border-color: #f89406 #f89406 #ad6704;
3230
3358
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3231
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3232
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3359
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3360
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3233
3361
  }
3234
3362
 
3235
3363
  .btn-warning:hover,
@@ -3252,16 +3380,16 @@ input[type="button"].btn-block {
3252
3380
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3253
3381
  background-color: #da4f49;
3254
3382
  *background-color: #bd362f;
3383
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
3255
3384
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
3256
3385
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
3257
3386
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
3258
3387
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
3259
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
3260
3388
  background-repeat: repeat-x;
3261
3389
  border-color: #bd362f #bd362f #802420;
3262
3390
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3263
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
3264
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3391
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
3392
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3265
3393
  }
3266
3394
 
3267
3395
  .btn-danger:hover,
@@ -3284,16 +3412,16 @@ input[type="button"].btn-block {
3284
3412
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3285
3413
  background-color: #5bb75b;
3286
3414
  *background-color: #51a351;
3415
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
3287
3416
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
3288
3417
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
3289
3418
  background-image: -o-linear-gradient(top, #62c462, #51a351);
3290
3419
  background-image: linear-gradient(to bottom, #62c462, #51a351);
3291
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
3292
3420
  background-repeat: repeat-x;
3293
3421
  border-color: #51a351 #51a351 #387038;
3294
3422
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3295
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
3296
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3423
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
3424
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3297
3425
  }
3298
3426
 
3299
3427
  .btn-success:hover,
@@ -3316,16 +3444,16 @@ input[type="button"].btn-block {
3316
3444
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3317
3445
  background-color: #49afcd;
3318
3446
  *background-color: #2f96b4;
3447
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
3319
3448
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
3320
3449
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
3321
3450
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
3322
3451
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
3323
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
3324
3452
  background-repeat: repeat-x;
3325
3453
  border-color: #2f96b4 #2f96b4 #1f6377;
3326
3454
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3327
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
3328
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3455
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
3456
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3329
3457
  }
3330
3458
 
3331
3459
  .btn-info:hover,
@@ -3348,16 +3476,16 @@ input[type="button"].btn-block {
3348
3476
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3349
3477
  background-color: #363636;
3350
3478
  *background-color: #222222;
3479
+ background-image: -moz-linear-gradient(top, #444444, #222222);
3351
3480
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
3352
3481
  background-image: -webkit-linear-gradient(top, #444444, #222222);
3353
3482
  background-image: -o-linear-gradient(top, #444444, #222222);
3354
3483
  background-image: linear-gradient(to bottom, #444444, #222222);
3355
- background-image: -moz-linear-gradient(top, #444444, #222222);
3356
3484
  background-repeat: repeat-x;
3357
3485
  border-color: #222222 #222222 #000000;
3358
3486
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3359
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
3360
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3487
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
3488
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3361
3489
  }
3362
3490
 
3363
3491
  .btn-inverse:hover,
@@ -3437,10 +3565,13 @@ input[type="submit"].btn.btn-mini {
3437
3565
 
3438
3566
  .btn-group {
3439
3567
  position: relative;
3568
+ display: inline-block;
3569
+ *display: inline;
3440
3570
  *margin-left: .3em;
3441
3571
  font-size: 0;
3442
3572
  white-space: nowrap;
3443
3573
  vertical-align: middle;
3574
+ *zoom: 1;
3444
3575
  }
3445
3576
 
3446
3577
  .btn-group:first-child {
@@ -3457,17 +3588,9 @@ input[type="submit"].btn.btn-mini {
3457
3588
  font-size: 0;
3458
3589
  }
3459
3590
 
3460
- .btn-toolbar .btn-group {
3461
- display: inline-block;
3462
- *display: inline;
3463
- /* IE7 inline-block hack */
3464
-
3465
- *zoom: 1;
3466
- }
3467
-
3468
- .btn-toolbar .btn + .btn,
3469
- .btn-toolbar .btn-group + .btn,
3470
- .btn-toolbar .btn + .btn-group {
3591
+ .btn-toolbar > .btn + .btn,
3592
+ .btn-toolbar > .btn-group + .btn,
3593
+ .btn-toolbar > .btn + .btn-group {
3471
3594
  margin-left: 5px;
3472
3595
  }
3473
3596
 
@@ -3483,20 +3606,21 @@ input[type="submit"].btn.btn-mini {
3483
3606
  }
3484
3607
 
3485
3608
  .btn-group > .btn,
3486
- .btn-group > .dropdown-menu {
3609
+ .btn-group > .dropdown-menu,
3610
+ .btn-group > .popover {
3487
3611
  font-size: 14px;
3488
3612
  }
3489
3613
 
3490
3614
  .btn-group > .btn-mini {
3491
- font-size: 11px;
3615
+ font-size: 10.5px;
3492
3616
  }
3493
3617
 
3494
3618
  .btn-group > .btn-small {
3495
- font-size: 12px;
3619
+ font-size: 11.9px;
3496
3620
  }
3497
3621
 
3498
3622
  .btn-group > .btn-large {
3499
- font-size: 16px;
3623
+ font-size: 17.5px;
3500
3624
  }
3501
3625
 
3502
3626
  .btn-group > .btn:first-child {
@@ -3633,8 +3757,7 @@ input[type="submit"].btn.btn-mini {
3633
3757
  }
3634
3758
 
3635
3759
  .dropup .btn-large .caret {
3636
- border-top: 0;
3637
- border-bottom: 5px solid #000000;
3760
+ border-bottom-width: 5px;
3638
3761
  }
3639
3762
 
3640
3763
  .btn-primary .caret,
@@ -3655,39 +3778,39 @@ input[type="submit"].btn.btn-mini {
3655
3778
  *zoom: 1;
3656
3779
  }
3657
3780
 
3658
- .btn-group-vertical .btn {
3781
+ .btn-group-vertical > .btn {
3659
3782
  display: block;
3660
3783
  float: none;
3661
- width: 100%;
3784
+ max-width: 100%;
3662
3785
  -webkit-border-radius: 0;
3663
3786
  -moz-border-radius: 0;
3664
3787
  border-radius: 0;
3665
3788
  }
3666
3789
 
3667
- .btn-group-vertical .btn + .btn {
3790
+ .btn-group-vertical > .btn + .btn {
3668
3791
  margin-top: -1px;
3669
3792
  margin-left: 0;
3670
3793
  }
3671
3794
 
3672
- .btn-group-vertical .btn:first-child {
3795
+ .btn-group-vertical > .btn:first-child {
3673
3796
  -webkit-border-radius: 4px 4px 0 0;
3674
3797
  -moz-border-radius: 4px 4px 0 0;
3675
3798
  border-radius: 4px 4px 0 0;
3676
3799
  }
3677
3800
 
3678
- .btn-group-vertical .btn:last-child {
3801
+ .btn-group-vertical > .btn:last-child {
3679
3802
  -webkit-border-radius: 0 0 4px 4px;
3680
3803
  -moz-border-radius: 0 0 4px 4px;
3681
3804
  border-radius: 0 0 4px 4px;
3682
3805
  }
3683
3806
 
3684
- .btn-group-vertical .btn-large:first-child {
3807
+ .btn-group-vertical > .btn-large:first-child {
3685
3808
  -webkit-border-radius: 6px 6px 0 0;
3686
3809
  -moz-border-radius: 6px 6px 0 0;
3687
3810
  border-radius: 6px 6px 0 0;
3688
3811
  }
3689
3812
 
3690
- .btn-group-vertical .btn-large:last-child {
3813
+ .btn-group-vertical > .btn-large:last-child {
3691
3814
  -webkit-border-radius: 0 0 6px 6px;
3692
3815
  -moz-border-radius: 0 0 6px 6px;
3693
3816
  border-radius: 0 0 6px 6px;
@@ -3696,7 +3819,6 @@ input[type="submit"].btn.btn-mini {
3696
3819
  .alert {
3697
3820
  padding: 8px 35px 8px 14px;
3698
3821
  margin-bottom: 20px;
3699
- color: #c09853;
3700
3822
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3701
3823
  background-color: #fcf8e3;
3702
3824
  border: 1px solid #fbeed5;
@@ -3705,6 +3827,11 @@ input[type="submit"].btn.btn-mini {
3705
3827
  border-radius: 4px;
3706
3828
  }
3707
3829
 
3830
+ .alert,
3831
+ .alert h4 {
3832
+ color: #c09853;
3833
+ }
3834
+
3708
3835
  .alert h4 {
3709
3836
  margin: 0;
3710
3837
  }
@@ -3722,6 +3849,10 @@ input[type="submit"].btn.btn-mini {
3722
3849
  border-color: #d6e9c6;
3723
3850
  }
3724
3851
 
3852
+ .alert-success h4 {
3853
+ color: #468847;
3854
+ }
3855
+
3725
3856
  .alert-danger,
3726
3857
  .alert-error {
3727
3858
  color: #b94a48;
@@ -3729,12 +3860,21 @@ input[type="submit"].btn.btn-mini {
3729
3860
  border-color: #eed3d7;
3730
3861
  }
3731
3862
 
3863
+ .alert-danger h4,
3864
+ .alert-error h4 {
3865
+ color: #b94a48;
3866
+ }
3867
+
3732
3868
  .alert-info {
3733
3869
  color: #3a87ad;
3734
3870
  background-color: #d9edf7;
3735
3871
  border-color: #bce8f1;
3736
3872
  }
3737
3873
 
3874
+ .alert-info h4 {
3875
+ color: #3a87ad;
3876
+ }
3877
+
3738
3878
  .alert-block {
3739
3879
  padding-top: 14px;
3740
3880
  padding-bottom: 14px;
@@ -3764,6 +3904,10 @@ input[type="submit"].btn.btn-mini {
3764
3904
  background-color: #eeeeee;
3765
3905
  }
3766
3906
 
3907
+ .nav > li > a > img {
3908
+ max-width: none;
3909
+ }
3910
+
3767
3911
  .nav > .pull-right {
3768
3912
  float: right;
3769
3913
  }
@@ -3807,7 +3951,8 @@ input[type="submit"].btn.btn-mini {
3807
3951
  background-color: #0088cc;
3808
3952
  }
3809
3953
 
3810
- .nav-list [class^="icon-"] {
3954
+ .nav-list [class^="icon-"],
3955
+ .nav-list [class*=" icon-"] {
3811
3956
  margin-right: 2px;
3812
3957
  }
3813
3958
 
@@ -4147,7 +4292,6 @@ input[type="submit"].btn.btn-mini {
4147
4292
  *z-index: 2;
4148
4293
  margin-bottom: 20px;
4149
4294
  overflow: visible;
4150
- color: #777777;
4151
4295
  }
4152
4296
 
4153
4297
  .navbar-inner {
@@ -4165,7 +4309,7 @@ input[type="submit"].btn.btn-mini {
4165
4309
  -webkit-border-radius: 4px;
4166
4310
  -moz-border-radius: 4px;
4167
4311
  border-radius: 4px;
4168
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
4312
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
4169
4313
  *zoom: 1;
4170
4314
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4171
4315
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
@@ -4189,6 +4333,7 @@ input[type="submit"].btn.btn-mini {
4189
4333
 
4190
4334
  .nav-collapse.collapse {
4191
4335
  height: auto;
4336
+ overflow: visible;
4192
4337
  }
4193
4338
 
4194
4339
  .navbar .brand {
@@ -4209,6 +4354,7 @@ input[type="submit"].btn.btn-mini {
4209
4354
  .navbar-text {
4210
4355
  margin-bottom: 0;
4211
4356
  line-height: 40px;
4357
+ color: #777777;
4212
4358
  }
4213
4359
 
4214
4360
  .navbar-link {
@@ -4275,7 +4421,7 @@ input[type="submit"].btn.btn-mini {
4275
4421
 
4276
4422
  .navbar-form .input-append,
4277
4423
  .navbar-form .input-prepend {
4278
- margin-top: 6px;
4424
+ margin-top: 5px;
4279
4425
  white-space: nowrap;
4280
4426
  }
4281
4427
 
@@ -4305,7 +4451,6 @@ input[type="submit"].btn.btn-mini {
4305
4451
 
4306
4452
  .navbar-static-top {
4307
4453
  position: static;
4308
- width: 100%;
4309
4454
  margin-bottom: 0;
4310
4455
  }
4311
4456
 
@@ -4354,9 +4499,9 @@ input[type="submit"].btn.btn-mini {
4354
4499
 
4355
4500
  .navbar-fixed-top .navbar-inner,
4356
4501
  .navbar-static-top .navbar-inner {
4357
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
4358
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
4359
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
4502
+ -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4503
+ -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4504
+ box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4360
4505
  }
4361
4506
 
4362
4507
  .navbar-fixed-bottom {
@@ -4364,9 +4509,9 @@ input[type="submit"].btn.btn-mini {
4364
4509
  }
4365
4510
 
4366
4511
  .navbar-fixed-bottom .navbar-inner {
4367
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
4368
- -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
4369
- box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
4512
+ -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4513
+ -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4514
+ box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4370
4515
  }
4371
4516
 
4372
4517
  .navbar .nav {
@@ -4426,16 +4571,16 @@ input[type="submit"].btn.btn-mini {
4426
4571
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4427
4572
  background-color: #ededed;
4428
4573
  *background-color: #e5e5e5;
4574
+ background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
4429
4575
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
4430
4576
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
4431
4577
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
4432
4578
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
4433
- background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
4434
4579
  background-repeat: repeat-x;
4435
4580
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
4436
4581
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
4437
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
4438
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
4582
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
4583
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
4439
4584
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4440
4585
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4441
4586
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
@@ -4511,6 +4656,11 @@ input[type="submit"].btn.btn-mini {
4511
4656
  border-bottom: 0;
4512
4657
  }
4513
4658
 
4659
+ .navbar .nav li.dropdown > a:hover .caret {
4660
+ border-top-color: #555555;
4661
+ border-bottom-color: #555555;
4662
+ }
4663
+
4514
4664
  .navbar .nav li.dropdown.open > .dropdown-toggle,
4515
4665
  .navbar .nav li.dropdown.active > .dropdown-toggle,
4516
4666
  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
@@ -4559,10 +4709,6 @@ input[type="submit"].btn.btn-mini {
4559
4709
  border-radius: 6px 0 6px 6px;
4560
4710
  }
4561
4711
 
4562
- .navbar-inverse {
4563
- color: #999999;
4564
- }
4565
-
4566
4712
  .navbar-inverse .navbar-inner {
4567
4713
  background-color: #1b1b1b;
4568
4714
  background-image: -moz-linear-gradient(top, #222222, #111111);
@@ -4572,7 +4718,7 @@ input[type="submit"].btn.btn-mini {
4572
4718
  background-image: linear-gradient(to bottom, #222222, #111111);
4573
4719
  background-repeat: repeat-x;
4574
4720
  border-color: #252525;
4575
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
4721
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
4576
4722
  }
4577
4723
 
4578
4724
  .navbar-inverse .brand,
@@ -4586,6 +4732,14 @@ input[type="submit"].btn.btn-mini {
4586
4732
  color: #ffffff;
4587
4733
  }
4588
4734
 
4735
+ .navbar-inverse .brand {
4736
+ color: #999999;
4737
+ }
4738
+
4739
+ .navbar-inverse .navbar-text {
4740
+ color: #999999;
4741
+ }
4742
+
4589
4743
  .navbar-inverse .nav > li > a:focus,
4590
4744
  .navbar-inverse .nav > li > a:hover {
4591
4745
  color: #ffffff;
@@ -4619,6 +4773,11 @@ input[type="submit"].btn.btn-mini {
4619
4773
  background-color: #111111;
4620
4774
  }
4621
4775
 
4776
+ .navbar-inverse .nav li.dropdown > a:hover .caret {
4777
+ border-top-color: #ffffff;
4778
+ border-bottom-color: #ffffff;
4779
+ }
4780
+
4622
4781
  .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
4623
4782
  border-top-color: #999999;
4624
4783
  border-bottom-color: #999999;
@@ -4674,16 +4833,16 @@ input[type="submit"].btn.btn-mini {
4674
4833
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4675
4834
  background-color: #0e0e0e;
4676
4835
  *background-color: #040404;
4836
+ background-image: -moz-linear-gradient(top, #151515, #040404);
4677
4837
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
4678
4838
  background-image: -webkit-linear-gradient(top, #151515, #040404);
4679
4839
  background-image: -o-linear-gradient(top, #151515, #040404);
4680
4840
  background-image: linear-gradient(to bottom, #151515, #040404);
4681
- background-image: -moz-linear-gradient(top, #151515, #040404);
4682
4841
  background-repeat: repeat-x;
4683
4842
  border-color: #040404 #040404 #000000;
4684
4843
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
4685
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
4686
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
4844
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
4845
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
4687
4846
  }
4688
4847
 
4689
4848
  .navbar-inverse .btn-navbar:hover,
@@ -4711,24 +4870,23 @@ input[type="submit"].btn.btn-mini {
4711
4870
  border-radius: 4px;
4712
4871
  }
4713
4872
 
4714
- .breadcrumb li {
4873
+ .breadcrumb > li {
4715
4874
  display: inline-block;
4716
4875
  *display: inline;
4717
4876
  text-shadow: 0 1px 0 #ffffff;
4718
4877
  *zoom: 1;
4719
4878
  }
4720
4879
 
4721
- .breadcrumb .divider {
4880
+ .breadcrumb > li > .divider {
4722
4881
  padding: 0 5px;
4723
4882
  color: #ccc;
4724
4883
  }
4725
4884
 
4726
- .breadcrumb .active {
4885
+ .breadcrumb > .active {
4727
4886
  color: #999999;
4728
4887
  }
4729
4888
 
4730
4889
  .pagination {
4731
- height: 40px;
4732
4890
  margin: 20px 0;
4733
4891
  }
4734
4892
 
@@ -4737,9 +4895,9 @@ input[type="submit"].btn.btn-mini {
4737
4895
  *display: inline;
4738
4896
  margin-bottom: 0;
4739
4897
  margin-left: 0;
4740
- -webkit-border-radius: 3px;
4741
- -moz-border-radius: 3px;
4742
- border-radius: 3px;
4898
+ -webkit-border-radius: 4px;
4899
+ -moz-border-radius: 4px;
4900
+ border-radius: 4px;
4743
4901
  *zoom: 1;
4744
4902
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4745
4903
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -4753,8 +4911,8 @@ input[type="submit"].btn.btn-mini {
4753
4911
  .pagination ul > li > a,
4754
4912
  .pagination ul > li > span {
4755
4913
  float: left;
4756
- padding: 0 14px;
4757
- line-height: 38px;
4914
+ padding: 4px 12px;
4915
+ line-height: 20px;
4758
4916
  text-decoration: none;
4759
4917
  background-color: #ffffff;
4760
4918
  border: 1px solid #dddddd;
@@ -4784,16 +4942,22 @@ input[type="submit"].btn.btn-mini {
4784
4942
  .pagination ul > li:first-child > a,
4785
4943
  .pagination ul > li:first-child > span {
4786
4944
  border-left-width: 1px;
4787
- -webkit-border-radius: 3px 0 0 3px;
4788
- -moz-border-radius: 3px 0 0 3px;
4789
- border-radius: 3px 0 0 3px;
4945
+ -webkit-border-bottom-left-radius: 4px;
4946
+ border-bottom-left-radius: 4px;
4947
+ -webkit-border-top-left-radius: 4px;
4948
+ border-top-left-radius: 4px;
4949
+ -moz-border-radius-bottomleft: 4px;
4950
+ -moz-border-radius-topleft: 4px;
4790
4951
  }
4791
4952
 
4792
4953
  .pagination ul > li:last-child > a,
4793
4954
  .pagination ul > li:last-child > span {
4794
- -webkit-border-radius: 0 3px 3px 0;
4795
- -moz-border-radius: 0 3px 3px 0;
4796
- border-radius: 0 3px 3px 0;
4955
+ -webkit-border-top-right-radius: 4px;
4956
+ border-top-right-radius: 4px;
4957
+ -webkit-border-bottom-right-radius: 4px;
4958
+ border-bottom-right-radius: 4px;
4959
+ -moz-border-radius-topright: 4px;
4960
+ -moz-border-radius-bottomright: 4px;
4797
4961
  }
4798
4962
 
4799
4963
  .pagination-centered {
@@ -4804,6 +4968,68 @@ input[type="submit"].btn.btn-mini {
4804
4968
  text-align: right;
4805
4969
  }
4806
4970
 
4971
+ .pagination-large ul > li > a,
4972
+ .pagination-large ul > li > span {
4973
+ padding: 11px 19px;
4974
+ font-size: 17.5px;
4975
+ }
4976
+
4977
+ .pagination-large ul > li:first-child > a,
4978
+ .pagination-large ul > li:first-child > span {
4979
+ -webkit-border-bottom-left-radius: 6px;
4980
+ border-bottom-left-radius: 6px;
4981
+ -webkit-border-top-left-radius: 6px;
4982
+ border-top-left-radius: 6px;
4983
+ -moz-border-radius-bottomleft: 6px;
4984
+ -moz-border-radius-topleft: 6px;
4985
+ }
4986
+
4987
+ .pagination-large ul > li:last-child > a,
4988
+ .pagination-large ul > li:last-child > span {
4989
+ -webkit-border-top-right-radius: 6px;
4990
+ border-top-right-radius: 6px;
4991
+ -webkit-border-bottom-right-radius: 6px;
4992
+ border-bottom-right-radius: 6px;
4993
+ -moz-border-radius-topright: 6px;
4994
+ -moz-border-radius-bottomright: 6px;
4995
+ }
4996
+
4997
+ .pagination-mini ul > li:first-child > a,
4998
+ .pagination-small ul > li:first-child > a,
4999
+ .pagination-mini ul > li:first-child > span,
5000
+ .pagination-small ul > li:first-child > span {
5001
+ -webkit-border-bottom-left-radius: 3px;
5002
+ border-bottom-left-radius: 3px;
5003
+ -webkit-border-top-left-radius: 3px;
5004
+ border-top-left-radius: 3px;
5005
+ -moz-border-radius-bottomleft: 3px;
5006
+ -moz-border-radius-topleft: 3px;
5007
+ }
5008
+
5009
+ .pagination-mini ul > li:last-child > a,
5010
+ .pagination-small ul > li:last-child > a,
5011
+ .pagination-mini ul > li:last-child > span,
5012
+ .pagination-small ul > li:last-child > span {
5013
+ -webkit-border-top-right-radius: 3px;
5014
+ border-top-right-radius: 3px;
5015
+ -webkit-border-bottom-right-radius: 3px;
5016
+ border-bottom-right-radius: 3px;
5017
+ -moz-border-radius-topright: 3px;
5018
+ -moz-border-radius-bottomright: 3px;
5019
+ }
5020
+
5021
+ .pagination-small ul > li > a,
5022
+ .pagination-small ul > li > span {
5023
+ padding: 2px 10px;
5024
+ font-size: 11.9px;
5025
+ }
5026
+
5027
+ .pagination-mini ul > li > a,
5028
+ .pagination-mini ul > li > span {
5029
+ padding: 0 6px;
5030
+ font-size: 10.5px;
5031
+ }
5032
+
4807
5033
  .pager {
4808
5034
  margin: 20px 0;
4809
5035
  text-align: center;
@@ -4826,8 +5052,8 @@ input[type="submit"].btn.btn-mini {
4826
5052
  display: inline;
4827
5053
  }
4828
5054
 
4829
- .pager a,
4830
- .pager span {
5055
+ .pager li > a,
5056
+ .pager li > span {
4831
5057
  display: inline-block;
4832
5058
  padding: 5px 14px;
4833
5059
  background-color: #fff;
@@ -4837,44 +5063,29 @@ input[type="submit"].btn.btn-mini {
4837
5063
  border-radius: 15px;
4838
5064
  }
4839
5065
 
4840
- .pager a:hover {
5066
+ .pager li > a:hover {
4841
5067
  text-decoration: none;
4842
5068
  background-color: #f5f5f5;
4843
5069
  }
4844
5070
 
4845
- .pager .next a,
4846
- .pager .next span {
5071
+ .pager .next > a,
5072
+ .pager .next > span {
4847
5073
  float: right;
4848
5074
  }
4849
5075
 
4850
- .pager .previous a {
5076
+ .pager .previous > a,
5077
+ .pager .previous > span {
4851
5078
  float: left;
4852
5079
  }
4853
5080
 
4854
- .pager .disabled a,
4855
- .pager .disabled a:hover,
4856
- .pager .disabled span {
5081
+ .pager .disabled > a,
5082
+ .pager .disabled > a:hover,
5083
+ .pager .disabled > span {
4857
5084
  color: #999999;
4858
5085
  cursor: default;
4859
5086
  background-color: #fff;
4860
5087
  }
4861
5088
 
4862
- .modal-open .modal .dropdown-menu {
4863
- z-index: 2050;
4864
- }
4865
-
4866
- .modal-open .modal .dropdown.open {
4867
- *z-index: 2050;
4868
- }
4869
-
4870
- .modal-open .modal .popover {
4871
- z-index: 2060;
4872
- }
4873
-
4874
- .modal-open .modal .tooltip {
4875
- z-index: 2080;
4876
- }
4877
-
4878
5089
  .modal-backdrop {
4879
5090
  position: fixed;
4880
5091
  top: 0;
@@ -4897,12 +5108,11 @@ input[type="submit"].btn.btn-mini {
4897
5108
 
4898
5109
  .modal {
4899
5110
  position: fixed;
4900
- top: 50%;
5111
+ top: 10%;
4901
5112
  left: 50%;
4902
5113
  z-index: 1050;
4903
5114
  width: 560px;
4904
- margin: -250px 0 0 -280px;
4905
- overflow: auto;
5115
+ margin-left: -280px;
4906
5116
  background-color: #ffffff;
4907
5117
  border: 1px solid #999;
4908
5118
  border: 1px solid rgba(0, 0, 0, 0.3);
@@ -4910,6 +5120,7 @@ input[type="submit"].btn.btn-mini {
4910
5120
  -webkit-border-radius: 6px;
4911
5121
  -moz-border-radius: 6px;
4912
5122
  border-radius: 6px;
5123
+ outline: none;
4913
5124
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4914
5125
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4915
5126
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
@@ -4927,7 +5138,7 @@ input[type="submit"].btn.btn-mini {
4927
5138
  }
4928
5139
 
4929
5140
  .modal.fade.in {
4930
- top: 50%;
5141
+ top: 10%;
4931
5142
  }
4932
5143
 
4933
5144
  .modal-header {
@@ -4945,6 +5156,7 @@ input[type="submit"].btn.btn-mini {
4945
5156
  }
4946
5157
 
4947
5158
  .modal-body {
5159
+ position: relative;
4948
5160
  max-height: 400px;
4949
5161
  padding: 15px;
4950
5162
  overflow-y: auto;
@@ -4989,6 +5201,10 @@ input[type="submit"].btn.btn-mini {
4989
5201
  margin-left: -1px;
4990
5202
  }
4991
5203
 
5204
+ .modal-footer .btn-block + .btn-block {
5205
+ margin-left: 0;
5206
+ }
5207
+
4992
5208
  .tooltip {
4993
5209
  position: absolute;
4994
5210
  z-index: 1030;
@@ -5081,6 +5297,8 @@ input[type="submit"].btn.btn-mini {
5081
5297
  display: none;
5082
5298
  width: 236px;
5083
5299
  padding: 1px;
5300
+ text-align: left;
5301
+ white-space: normal;
5084
5302
  background-color: #ffffff;
5085
5303
  border: 1px solid #ccc;
5086
5304
  border: 1px solid rgba(0, 0, 0, 0.2);
@@ -5096,7 +5314,7 @@ input[type="submit"].btn.btn-mini {
5096
5314
  }
5097
5315
 
5098
5316
  .popover.top {
5099
- margin-bottom: 10px;
5317
+ margin-top: -10px;
5100
5318
  }
5101
5319
 
5102
5320
  .popover.right {
@@ -5108,7 +5326,7 @@ input[type="submit"].btn.btn-mini {
5108
5326
  }
5109
5327
 
5110
5328
  .popover.left {
5111
- margin-right: 10px;
5329
+ margin-left: -10px;
5112
5330
  }
5113
5331
 
5114
5332
  .popover-title {
@@ -5128,85 +5346,87 @@ input[type="submit"].btn.btn-mini {
5128
5346
  padding: 9px 14px;
5129
5347
  }
5130
5348
 
5131
- .popover-content p,
5132
- .popover-content ul,
5133
- .popover-content ol {
5134
- margin-bottom: 0;
5135
- }
5136
-
5137
5349
  .popover .arrow,
5138
5350
  .popover .arrow:after {
5139
5351
  position: absolute;
5140
- display: inline-block;
5352
+ display: block;
5141
5353
  width: 0;
5142
5354
  height: 0;
5143
5355
  border-color: transparent;
5144
5356
  border-style: solid;
5145
5357
  }
5146
5358
 
5359
+ .popover .arrow {
5360
+ border-width: 11px;
5361
+ }
5362
+
5147
5363
  .popover .arrow:after {
5148
- z-index: -1;
5364
+ border-width: 10px;
5149
5365
  content: "";
5150
5366
  }
5151
5367
 
5152
5368
  .popover.top .arrow {
5153
- bottom: -10px;
5369
+ bottom: -11px;
5154
5370
  left: 50%;
5155
- margin-left: -10px;
5156
- border-top-color: #ffffff;
5157
- border-width: 10px 10px 0;
5371
+ margin-left: -11px;
5372
+ border-top-color: #999;
5373
+ border-top-color: rgba(0, 0, 0, 0.25);
5374
+ border-bottom-width: 0;
5158
5375
  }
5159
5376
 
5160
5377
  .popover.top .arrow:after {
5161
- bottom: -1px;
5162
- left: -11px;
5163
- border-top-color: rgba(0, 0, 0, 0.25);
5164
- border-width: 11px 11px 0;
5378
+ bottom: 1px;
5379
+ margin-left: -10px;
5380
+ border-top-color: #ffffff;
5381
+ border-bottom-width: 0;
5165
5382
  }
5166
5383
 
5167
5384
  .popover.right .arrow {
5168
5385
  top: 50%;
5169
- left: -10px;
5170
- margin-top: -10px;
5171
- border-right-color: #ffffff;
5172
- border-width: 10px 10px 10px 0;
5386
+ left: -11px;
5387
+ margin-top: -11px;
5388
+ border-right-color: #999;
5389
+ border-right-color: rgba(0, 0, 0, 0.25);
5390
+ border-left-width: 0;
5173
5391
  }
5174
5392
 
5175
5393
  .popover.right .arrow:after {
5176
- bottom: -11px;
5177
- left: -1px;
5178
- border-right-color: rgba(0, 0, 0, 0.25);
5179
- border-width: 11px 11px 11px 0;
5394
+ bottom: -10px;
5395
+ left: 1px;
5396
+ border-right-color: #ffffff;
5397
+ border-left-width: 0;
5180
5398
  }
5181
5399
 
5182
5400
  .popover.bottom .arrow {
5183
- top: -10px;
5401
+ top: -11px;
5184
5402
  left: 50%;
5185
- margin-left: -10px;
5186
- border-bottom-color: #ffffff;
5187
- border-width: 0 10px 10px;
5403
+ margin-left: -11px;
5404
+ border-bottom-color: #999;
5405
+ border-bottom-color: rgba(0, 0, 0, 0.25);
5406
+ border-top-width: 0;
5188
5407
  }
5189
5408
 
5190
5409
  .popover.bottom .arrow:after {
5191
- top: -1px;
5192
- left: -11px;
5193
- border-bottom-color: rgba(0, 0, 0, 0.25);
5194
- border-width: 0 11px 11px;
5410
+ top: 1px;
5411
+ margin-left: -10px;
5412
+ border-bottom-color: #ffffff;
5413
+ border-top-width: 0;
5195
5414
  }
5196
5415
 
5197
5416
  .popover.left .arrow {
5198
5417
  top: 50%;
5199
- right: -10px;
5200
- margin-top: -10px;
5201
- border-left-color: #ffffff;
5202
- border-width: 10px 0 10px 10px;
5418
+ right: -11px;
5419
+ margin-top: -11px;
5420
+ border-left-color: #999;
5421
+ border-left-color: rgba(0, 0, 0, 0.25);
5422
+ border-right-width: 0;
5203
5423
  }
5204
5424
 
5205
5425
  .popover.left .arrow:after {
5206
- right: -1px;
5207
- bottom: -11px;
5208
- border-left-color: rgba(0, 0, 0, 0.25);
5209
- border-width: 11px 0 11px 11px;
5426
+ right: 1px;
5427
+ bottom: -10px;
5428
+ border-left-color: #ffffff;
5429
+ border-right-width: 0;
5210
5430
  }
5211
5431
 
5212
5432
  .thumbnails {
@@ -5272,8 +5492,47 @@ a.thumbnail:hover {
5272
5492
  color: #555555;
5273
5493
  }
5274
5494
 
5495
+ .media,
5496
+ .media-body {
5497
+ overflow: hidden;
5498
+ *overflow: visible;
5499
+ zoom: 1;
5500
+ }
5501
+
5502
+ .media,
5503
+ .media .media {
5504
+ margin-top: 15px;
5505
+ }
5506
+
5507
+ .media:first-child {
5508
+ margin-top: 0;
5509
+ }
5510
+
5511
+ .media-object {
5512
+ display: block;
5513
+ }
5514
+
5515
+ .media-heading {
5516
+ margin: 0 0 5px;
5517
+ }
5518
+
5519
+ .media .pull-left {
5520
+ margin-right: 10px;
5521
+ }
5522
+
5523
+ .media .pull-right {
5524
+ margin-left: 10px;
5525
+ }
5526
+
5527
+ .media-list {
5528
+ margin-left: 0;
5529
+ list-style: none;
5530
+ }
5531
+
5275
5532
  .label,
5276
5533
  .badge {
5534
+ display: inline-block;
5535
+ padding: 2px 4px;
5277
5536
  font-size: 11.844px;
5278
5537
  font-weight: bold;
5279
5538
  line-height: 14px;
@@ -5285,19 +5544,24 @@ a.thumbnail:hover {
5285
5544
  }
5286
5545
 
5287
5546
  .label {
5288
- padding: 1px 4px 2px;
5289
5547
  -webkit-border-radius: 3px;
5290
5548
  -moz-border-radius: 3px;
5291
5549
  border-radius: 3px;
5292
5550
  }
5293
5551
 
5294
5552
  .badge {
5295
- padding: 1px 9px 2px;
5553
+ padding-right: 9px;
5554
+ padding-left: 9px;
5296
5555
  -webkit-border-radius: 9px;
5297
5556
  -moz-border-radius: 9px;
5298
5557
  border-radius: 9px;
5299
5558
  }
5300
5559
 
5560
+ .label:empty,
5561
+ .badge:empty {
5562
+ display: none;
5563
+ }
5564
+
5301
5565
  a.label:hover,
5302
5566
  a.badge:hover {
5303
5567
  color: #ffffff;
@@ -5425,7 +5689,7 @@ a.badge:hover {
5425
5689
  -webkit-border-radius: 4px;
5426
5690
  -moz-border-radius: 4px;
5427
5691
  border-radius: 4px;
5428
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5692
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5429
5693
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5430
5694
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5431
5695
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
@@ -5446,7 +5710,7 @@ a.badge:hover {
5446
5710
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
5447
5711
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
5448
5712
  background-repeat: repeat-x;
5449
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5713
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5450
5714
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5451
5715
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5452
5716
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
@@ -5495,7 +5759,7 @@ a.badge:hover {
5495
5759
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
5496
5760
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
5497
5761
  background-repeat: repeat-x;
5498
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
5762
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
5499
5763
  }
5500
5764
 
5501
5765
  .progress-danger.progress-striped .bar,
@@ -5517,7 +5781,7 @@ a.badge:hover {
5517
5781
  background-image: -o-linear-gradient(top, #62c462, #57a957);
5518
5782
  background-image: linear-gradient(to bottom, #62c462, #57a957);
5519
5783
  background-repeat: repeat-x;
5520
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5784
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5521
5785
  }
5522
5786
 
5523
5787
  .progress-success.progress-striped .bar,
@@ -5539,7 +5803,7 @@ a.badge:hover {
5539
5803
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
5540
5804
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
5541
5805
  background-repeat: repeat-x;
5542
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5806
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5543
5807
  }
5544
5808
 
5545
5809
  .progress-info.progress-striped .bar,
@@ -5561,7 +5825,7 @@ a.badge:hover {
5561
5825
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
5562
5826
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
5563
5827
  background-repeat: repeat-x;
5564
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5828
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5565
5829
  }
5566
5830
 
5567
5831
  .progress-warning.progress-striped .bar,
@@ -5616,7 +5880,7 @@ a.badge:hover {
5616
5880
  overflow: hidden;
5617
5881
  }
5618
5882
 
5619
- .carousel .item {
5883
+ .carousel-inner > .item {
5620
5884
  position: relative;
5621
5885
  display: none;
5622
5886
  -webkit-transition: 0.6s ease-in-out left;
@@ -5625,46 +5889,46 @@ a.badge:hover {
5625
5889
  transition: 0.6s ease-in-out left;
5626
5890
  }
5627
5891
 
5628
- .carousel .item > img {
5892
+ .carousel-inner > .item > img {
5629
5893
  display: block;
5630
5894
  line-height: 1;
5631
5895
  }
5632
5896
 
5633
- .carousel .active,
5634
- .carousel .next,
5635
- .carousel .prev {
5897
+ .carousel-inner > .active,
5898
+ .carousel-inner > .next,
5899
+ .carousel-inner > .prev {
5636
5900
  display: block;
5637
5901
  }
5638
5902
 
5639
- .carousel .active {
5903
+ .carousel-inner > .active {
5640
5904
  left: 0;
5641
5905
  }
5642
5906
 
5643
- .carousel .next,
5644
- .carousel .prev {
5907
+ .carousel-inner > .next,
5908
+ .carousel-inner > .prev {
5645
5909
  position: absolute;
5646
5910
  top: 0;
5647
5911
  width: 100%;
5648
5912
  }
5649
5913
 
5650
- .carousel .next {
5914
+ .carousel-inner > .next {
5651
5915
  left: 100%;
5652
5916
  }
5653
5917
 
5654
- .carousel .prev {
5918
+ .carousel-inner > .prev {
5655
5919
  left: -100%;
5656
5920
  }
5657
5921
 
5658
- .carousel .next.left,
5659
- .carousel .prev.right {
5922
+ .carousel-inner > .next.left,
5923
+ .carousel-inner > .prev.right {
5660
5924
  left: 0;
5661
5925
  }
5662
5926
 
5663
- .carousel .active.left {
5927
+ .carousel-inner > .active.left {
5664
5928
  left: -100%;
5665
5929
  }
5666
5930
 
5667
- .carousel .active.right {
5931
+ .carousel-inner > .active.right {
5668
5932
  left: 100%;
5669
5933
  }
5670
5934
 
@@ -5728,6 +5992,10 @@ a.badge:hover {
5728
5992
  .hero-unit {
5729
5993
  padding: 60px;
5730
5994
  margin-bottom: 30px;
5995
+ font-size: 18px;
5996
+ font-weight: 200;
5997
+ line-height: 30px;
5998
+ color: inherit;
5731
5999
  background-color: #eeeeee;
5732
6000
  -webkit-border-radius: 6px;
5733
6001
  -moz-border-radius: 6px;
@@ -5742,11 +6010,8 @@ a.badge:hover {
5742
6010
  color: inherit;
5743
6011
  }
5744
6012
 
5745
- .hero-unit p {
5746
- font-size: 18px;
5747
- font-weight: 200;
6013
+ .hero-unit li {
5748
6014
  line-height: 30px;
5749
- color: inherit;
5750
6015
  }
5751
6016
 
5752
6017
  .pull-right {