contour 1.1.1 → 1.1.2.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/CHANGELOG.rdoc +11 -0
  2. data/app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings-white.png +0 -0
  3. data/app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings.png +0 -0
  4. data/app/assets/javascripts/contour.js +3 -3
  5. data/app/assets/javascripts/external/{exporting-2.1.9.src.js → exporting-2.3.3.src.js} +736 -758
  6. data/app/assets/javascripts/external/highcharts-2.3.3.src.js +15111 -0
  7. data/app/assets/javascripts/twitter-bootstrap/{v2.1.1 → v2.2.1}/bootstrap.js +105 -107
  8. data/app/assets/stylesheets/bootstrap-base-overrides.css +6 -6
  9. data/app/assets/stylesheets/contour.css +2 -2
  10. data/app/assets/stylesheets/twitter-bootstrap/{v2.1.1 → v2.2.1}/bootstrap-responsive.css +33 -3
  11. data/app/assets/stylesheets/twitter-bootstrap/{v2.1.1 → v2.2.1}/bootstrap.css +377 -258
  12. data/app/views/contour/layouts/_per_page.html.erb +1 -1
  13. data/app/views/kaminari/contour-large/_first_page.html.erb +11 -0
  14. data/app/views/kaminari/contour-large/_gap.html.erb +8 -0
  15. data/app/views/kaminari/contour-large/_last_page.html.erb +11 -0
  16. data/app/views/kaminari/contour-large/_next_page.html.erb +11 -0
  17. data/app/views/kaminari/contour-large/_page.html.erb +12 -0
  18. data/app/views/kaminari/contour-large/_paginator.html.erb +25 -0
  19. data/app/views/kaminari/contour-large/_prev_page.html.erb +11 -0
  20. data/app/views/kaminari/contour-mini/_first_page.html.erb +11 -0
  21. data/app/views/kaminari/contour-mini/_gap.html.erb +8 -0
  22. data/app/views/kaminari/contour-mini/_last_page.html.erb +11 -0
  23. data/app/views/kaminari/contour-mini/_next_page.html.erb +11 -0
  24. data/app/views/kaminari/contour-mini/_page.html.erb +12 -0
  25. data/app/views/kaminari/contour-mini/_paginator.html.erb +25 -0
  26. data/app/views/kaminari/contour-mini/_prev_page.html.erb +11 -0
  27. data/app/views/kaminari/contour-small/_first_page.html.erb +11 -0
  28. data/app/views/kaminari/contour-small/_gap.html.erb +8 -0
  29. data/app/views/kaminari/contour-small/_last_page.html.erb +11 -0
  30. data/app/views/kaminari/contour-small/_next_page.html.erb +11 -0
  31. data/app/views/kaminari/contour-small/_page.html.erb +12 -0
  32. data/app/views/kaminari/contour-small/_paginator.html.erb +25 -0
  33. data/app/views/kaminari/contour-small/_prev_page.html.erb +11 -0
  34. data/app/views/kaminari/contour/_first_page.html.erb +11 -0
  35. data/app/views/kaminari/contour/_gap.html.erb +8 -0
  36. data/app/views/kaminari/contour/_last_page.html.erb +11 -0
  37. data/app/views/kaminari/contour/_next_page.html.erb +11 -0
  38. data/app/views/kaminari/contour/_page.html.erb +12 -0
  39. data/app/views/kaminari/contour/_paginator.html.erb +25 -0
  40. data/app/views/kaminari/contour/_prev_page.html.erb +11 -0
  41. data/contour.gemspec +4 -4
  42. data/lib/contour/version.rb +2 -2
  43. data/lib/generators/contour/scaffold/templates/_paginate.html.erb +1 -1
  44. data/test/dummy/db/test.sqlite3 +0 -0
  45. data/test/dummy/log/test.log +714 -0
  46. metadata +48 -18
  47. data/app/assets/javascripts/external/highcharts-2.1.9.src.js +0 -11454
@@ -3,10 +3,10 @@
3
3
  * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
4
  * the top of the compiled file, but it's generally better to create a new file per style scope.
5
5
  *= require_self
6
- *= require twitter-bootstrap/v2.1.1/bootstrap
6
+ *= require twitter-bootstrap/v2.2.1/bootstrap
7
7
  *= require bootstrap-base-overrides
8
8
  *= require twitter-bootstrap/bootstrap-scroll-modal
9
- *= require twitter-bootstrap/v2.1.1/bootstrap-responsive
9
+ *= require twitter-bootstrap/v2.2.1/bootstrap-responsive
10
10
  *= require twitter-bootstrap/bootstrap-subnav
11
11
  *= require bootstrap-responsive-overrides
12
12
  *= require jquery-ui-1.8.22.custom
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Responsive v2.1.1
2
+ * Bootstrap Responsive v2.2.1
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -215,6 +215,9 @@
215
215
  .row-fluid [class*="span"]:first-child {
216
216
  margin-left: 0;
217
217
  }
218
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
219
+ margin-left: 2.564102564102564%;
220
+ }
218
221
  .row-fluid .span12 {
219
222
  width: 100%;
220
223
  *width: 99.94680851063829%;
@@ -562,6 +565,9 @@
562
565
  .row-fluid [class*="span"]:first-child {
563
566
  margin-left: 0;
564
567
  }
568
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
569
+ margin-left: 2.7624309392265194%;
570
+ }
565
571
  .row-fluid .span12 {
566
572
  width: 100%;
567
573
  *width: 99.94680851063829%;
@@ -814,6 +820,7 @@
814
820
  margin-left: 0;
815
821
  }
816
822
  [class*="span"],
823
+ .uneditable-input[class*="span"],
817
824
  .row-fluid [class*="span"] {
818
825
  display: block;
819
826
  float: none;
@@ -830,6 +837,9 @@
830
837
  -moz-box-sizing: border-box;
831
838
  box-sizing: border-box;
832
839
  }
840
+ .row-fluid [class*="offset"]:first-child {
841
+ margin-left: 0;
842
+ }
833
843
  .input-large,
834
844
  .input-xlarge,
835
845
  .input-xxlarge,
@@ -862,8 +872,11 @@
862
872
  width: auto;
863
873
  margin: 0;
864
874
  }
875
+ .modal.fade {
876
+ top: -100px;
877
+ }
865
878
  .modal.fade.in {
866
- top: auto;
879
+ top: 20px;
867
880
  }
868
881
  }
869
882
 
@@ -895,6 +908,16 @@
895
908
  padding-right: 10px;
896
909
  padding-left: 10px;
897
910
  }
911
+ .media .pull-left,
912
+ .media .pull-right {
913
+ display: block;
914
+ float: none;
915
+ margin-bottom: 10px;
916
+ }
917
+ .media-object {
918
+ margin-right: 0;
919
+ margin-left: 0;
920
+ }
898
921
  .modal {
899
922
  top: 10px;
900
923
  right: 10px;
@@ -979,6 +1002,10 @@
979
1002
  .nav-collapse .dropdown-menu a:hover {
980
1003
  background-color: #f2f2f2;
981
1004
  }
1005
+ .navbar-inverse .nav-collapse .nav > li > a,
1006
+ .navbar-inverse .nav-collapse .dropdown-menu a {
1007
+ color: #999999;
1008
+ }
982
1009
  .navbar-inverse .nav-collapse .nav > li > a:hover,
983
1010
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
984
1011
  background-color: #111111;
@@ -991,7 +1018,7 @@
991
1018
  position: static;
992
1019
  top: auto;
993
1020
  left: auto;
994
- display: block;
1021
+ display: none;
995
1022
  float: none;
996
1023
  max-width: none;
997
1024
  padding: 0;
@@ -1005,6 +1032,9 @@
1005
1032
  -moz-box-shadow: none;
1006
1033
  box-shadow: none;
1007
1034
  }
1035
+ .nav-collapse .open > .dropdown-menu {
1036
+ display: block;
1037
+ }
1008
1038
  .nav-collapse .dropdown-menu:before,
1009
1039
  .nav-collapse .dropdown-menu:after {
1010
1040
  display: none;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.1.1
2
+ * Bootstrap v2.2.1
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,7 +102,7 @@ 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;
@@ -355,6 +356,10 @@ a:hover {
355
356
  margin-left: 0;
356
357
  }
357
358
 
359
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
360
+ margin-left: 2.127659574468085%;
361
+ }
362
+
358
363
  .row-fluid .span12 {
359
364
  width: 100%;
360
365
  *width: 99.94680851063829%;
@@ -614,18 +619,34 @@ cite {
614
619
  color: #c09853;
615
620
  }
616
621
 
622
+ a.text-warning:hover {
623
+ color: #a47e3c;
624
+ }
625
+
617
626
  .text-error {
618
627
  color: #b94a48;
619
628
  }
620
629
 
630
+ a.text-error:hover {
631
+ color: #953b39;
632
+ }
633
+
621
634
  .text-info {
622
635
  color: #3a87ad;
623
636
  }
624
637
 
638
+ a.text-info:hover {
639
+ color: #2d6987;
640
+ }
641
+
625
642
  .text-success {
626
643
  color: #468847;
627
644
  }
628
645
 
646
+ a.text-success:hover {
647
+ color: #356635;
648
+ }
649
+
629
650
  h1,
630
651
  h2,
631
652
  h3,
@@ -635,7 +656,7 @@ h6 {
635
656
  margin: 10px 0;
636
657
  font-family: inherit;
637
658
  font-weight: bold;
638
- line-height: 1;
659
+ line-height: 20px;
639
660
  color: inherit;
640
661
  text-rendering: optimizelegibility;
641
662
  }
@@ -651,42 +672,42 @@ h6 small {
651
672
  color: #999999;
652
673
  }
653
674
 
654
- h1 {
655
- font-size: 36px;
675
+ h1,
676
+ h2,
677
+ h3 {
656
678
  line-height: 40px;
657
679
  }
658
680
 
681
+ h1 {
682
+ font-size: 38.5px;
683
+ }
684
+
659
685
  h2 {
660
- font-size: 30px;
661
- line-height: 40px;
686
+ font-size: 31.5px;
662
687
  }
663
688
 
664
689
  h3 {
665
- font-size: 24px;
666
- line-height: 40px;
690
+ font-size: 24.5px;
667
691
  }
668
692
 
669
693
  h4 {
670
- font-size: 18px;
671
- line-height: 20px;
694
+ font-size: 17.5px;
672
695
  }
673
696
 
674
697
  h5 {
675
698
  font-size: 14px;
676
- line-height: 20px;
677
699
  }
678
700
 
679
701
  h6 {
680
- font-size: 12px;
681
- line-height: 20px;
702
+ font-size: 11.9px;
682
703
  }
683
704
 
684
705
  h1 small {
685
- font-size: 24px;
706
+ font-size: 24.5px;
686
707
  }
687
708
 
688
709
  h2 small {
689
- font-size: 18px;
710
+ font-size: 17.5px;
690
711
  }
691
712
 
692
713
  h3 small {
@@ -779,7 +800,8 @@ hr {
779
800
  border-bottom: 1px solid #ffffff;
780
801
  }
781
802
 
782
- abbr[title] {
803
+ abbr[title],
804
+ abbr[data-original-title] {
783
805
  cursor: help;
784
806
  border-bottom: 1px dotted #999999;
785
807
  }
@@ -968,13 +990,14 @@ input[type="color"],
968
990
  display: inline-block;
969
991
  height: 20px;
970
992
  padding: 4px 6px;
971
- margin-bottom: 9px;
993
+ margin-bottom: 10px;
972
994
  font-size: 14px;
973
995
  line-height: 20px;
974
996
  color: #555555;
975
- -webkit-border-radius: 3px;
976
- -moz-border-radius: 3px;
977
- border-radius: 3px;
997
+ vertical-align: middle;
998
+ -webkit-border-radius: 4px;
999
+ -moz-border-radius: 4px;
1000
+ border-radius: 4px;
978
1001
  }
979
1002
 
980
1003
  input,
@@ -1128,14 +1151,14 @@ textarea::-webkit-input-placeholder {
1128
1151
 
1129
1152
  .radio,
1130
1153
  .checkbox {
1131
- min-height: 18px;
1132
- padding-left: 18px;
1154
+ min-height: 20px;
1155
+ padding-left: 20px;
1133
1156
  }
1134
1157
 
1135
1158
  .radio input[type="radio"],
1136
1159
  .checkbox input[type="checkbox"] {
1137
1160
  float: left;
1138
- margin-left: -18px;
1161
+ margin-left: -20px;
1139
1162
  }
1140
1163
 
1141
1164
  .controls > .radio:first-child,
@@ -1302,10 +1325,16 @@ textarea.span1,
1302
1325
  clear: both;
1303
1326
  }
1304
1327
 
1305
- .controls-row [class*="span"] {
1328
+ .controls-row [class*="span"],
1329
+ .row-fluid .controls-row [class*="span"] {
1306
1330
  float: left;
1307
1331
  }
1308
1332
 
1333
+ .controls-row .checkbox[class*="span"],
1334
+ .controls-row .radio[class*="span"] {
1335
+ padding-top: 5px;
1336
+ }
1337
+
1309
1338
  input[disabled],
1310
1339
  select[disabled],
1311
1340
  textarea[disabled],
@@ -1540,6 +1569,17 @@ select:focus:required:invalid:focus {
1540
1569
  white-space: nowrap;
1541
1570
  }
1542
1571
 
1572
+ .input-append input,
1573
+ .input-prepend input,
1574
+ .input-append select,
1575
+ .input-prepend select,
1576
+ .input-append .uneditable-input,
1577
+ .input-prepend .uneditable-input,
1578
+ .input-append .dropdown-menu,
1579
+ .input-prepend .dropdown-menu {
1580
+ font-size: 14px;
1581
+ }
1582
+
1543
1583
  .input-append input,
1544
1584
  .input-prepend input,
1545
1585
  .input-append select,
@@ -1549,11 +1589,10 @@ select:focus:required:invalid:focus {
1549
1589
  position: relative;
1550
1590
  margin-bottom: 0;
1551
1591
  *margin-left: 0;
1552
- font-size: 14px;
1553
1592
  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;
1593
+ -webkit-border-radius: 0 4px 4px 0;
1594
+ -moz-border-radius: 0 4px 4px 0;
1595
+ border-radius: 0 4px 4px 0;
1557
1596
  }
1558
1597
 
1559
1598
  .input-append input:focus,
@@ -1604,29 +1643,38 @@ select:focus:required:invalid:focus {
1604
1643
 
1605
1644
  .input-prepend .add-on:first-child,
1606
1645
  .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;
1646
+ -webkit-border-radius: 4px 0 0 4px;
1647
+ -moz-border-radius: 4px 0 0 4px;
1648
+ border-radius: 4px 0 0 4px;
1610
1649
  }
1611
1650
 
1612
1651
  .input-append input,
1613
1652
  .input-append select,
1614
1653
  .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;
1654
+ -webkit-border-radius: 4px 0 0 4px;
1655
+ -moz-border-radius: 4px 0 0 4px;
1656
+ border-radius: 4px 0 0 4px;
1657
+ }
1658
+
1659
+ .input-append input + .btn-group .btn,
1660
+ .input-append select + .btn-group .btn,
1661
+ .input-append .uneditable-input + .btn-group .btn {
1662
+ -webkit-border-radius: 0 4px 4px 0;
1663
+ -moz-border-radius: 0 4px 4px 0;
1664
+ border-radius: 0 4px 4px 0;
1618
1665
  }
1619
1666
 
1620
1667
  .input-append .add-on,
1621
- .input-append .btn {
1668
+ .input-append .btn,
1669
+ .input-append .btn-group {
1622
1670
  margin-left: -1px;
1623
1671
  }
1624
1672
 
1625
1673
  .input-append .add-on:last-child,
1626
1674
  .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;
1675
+ -webkit-border-radius: 0 4px 4px 0;
1676
+ -moz-border-radius: 0 4px 4px 0;
1677
+ border-radius: 0 4px 4px 0;
1630
1678
  }
1631
1679
 
1632
1680
  .input-prepend.input-append input,
@@ -1637,20 +1685,32 @@ select:focus:required:invalid:focus {
1637
1685
  border-radius: 0;
1638
1686
  }
1639
1687
 
1688
+ .input-prepend.input-append input + .btn-group .btn,
1689
+ .input-prepend.input-append select + .btn-group .btn,
1690
+ .input-prepend.input-append .uneditable-input + .btn-group .btn {
1691
+ -webkit-border-radius: 0 4px 4px 0;
1692
+ -moz-border-radius: 0 4px 4px 0;
1693
+ border-radius: 0 4px 4px 0;
1694
+ }
1695
+
1640
1696
  .input-prepend.input-append .add-on:first-child,
1641
1697
  .input-prepend.input-append .btn:first-child {
1642
1698
  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;
1699
+ -webkit-border-radius: 4px 0 0 4px;
1700
+ -moz-border-radius: 4px 0 0 4px;
1701
+ border-radius: 4px 0 0 4px;
1646
1702
  }
1647
1703
 
1648
1704
  .input-prepend.input-append .add-on:last-child,
1649
1705
  .input-prepend.input-append .btn:last-child {
1650
1706
  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;
1707
+ -webkit-border-radius: 0 4px 4px 0;
1708
+ -moz-border-radius: 0 4px 4px 0;
1709
+ border-radius: 0 4px 4px 0;
1710
+ }
1711
+
1712
+ .input-prepend.input-append .btn-group:first-child {
1713
+ margin-left: 0;
1654
1714
  }
1655
1715
 
1656
1716
  input.search-query {
@@ -1944,7 +2004,7 @@ table {
1944
2004
  .table-bordered colgroup + tbody tr:first-child td:last-child {
1945
2005
  -webkit-border-top-right-radius: 4px;
1946
2006
  border-top-right-radius: 4px;
1947
- -moz-border-radius-topleft: 4px;
2007
+ -moz-border-radius-topright: 4px;
1948
2008
  }
1949
2009
 
1950
2010
  .table-striped tbody tr:nth-child(odd) td,
@@ -1957,157 +2017,99 @@ table {
1957
2017
  background-color: #f5f5f5;
1958
2018
  }
1959
2019
 
1960
- table [class*=span],
1961
- .row-fluid table [class*=span] {
2020
+ table td[class*="span"],
2021
+ table th[class*="span"],
2022
+ .row-fluid table td[class*="span"],
2023
+ .row-fluid table th[class*="span"] {
1962
2024
  display: table-cell;
1963
2025
  float: none;
1964
2026
  margin-left: 0;
1965
2027
  }
1966
2028
 
1967
- .table .span1 {
2029
+ .table td.span1,
2030
+ .table th.span1 {
1968
2031
  float: none;
1969
2032
  width: 44px;
1970
2033
  margin-left: 0;
1971
2034
  }
1972
2035
 
1973
- .table .span2 {
2036
+ .table td.span2,
2037
+ .table th.span2 {
1974
2038
  float: none;
1975
2039
  width: 124px;
1976
2040
  margin-left: 0;
1977
2041
  }
1978
2042
 
1979
- .table .span3 {
2043
+ .table td.span3,
2044
+ .table th.span3 {
1980
2045
  float: none;
1981
2046
  width: 204px;
1982
2047
  margin-left: 0;
1983
2048
  }
1984
2049
 
1985
- .table .span4 {
2050
+ .table td.span4,
2051
+ .table th.span4 {
1986
2052
  float: none;
1987
2053
  width: 284px;
1988
2054
  margin-left: 0;
1989
2055
  }
1990
2056
 
1991
- .table .span5 {
2057
+ .table td.span5,
2058
+ .table th.span5 {
1992
2059
  float: none;
1993
2060
  width: 364px;
1994
2061
  margin-left: 0;
1995
2062
  }
1996
2063
 
1997
- .table .span6 {
2064
+ .table td.span6,
2065
+ .table th.span6 {
1998
2066
  float: none;
1999
2067
  width: 444px;
2000
2068
  margin-left: 0;
2001
2069
  }
2002
2070
 
2003
- .table .span7 {
2071
+ .table td.span7,
2072
+ .table th.span7 {
2004
2073
  float: none;
2005
2074
  width: 524px;
2006
2075
  margin-left: 0;
2007
2076
  }
2008
2077
 
2009
- .table .span8 {
2078
+ .table td.span8,
2079
+ .table th.span8 {
2010
2080
  float: none;
2011
2081
  width: 604px;
2012
2082
  margin-left: 0;
2013
2083
  }
2014
2084
 
2015
- .table .span9 {
2085
+ .table td.span9,
2086
+ .table th.span9 {
2016
2087
  float: none;
2017
2088
  width: 684px;
2018
2089
  margin-left: 0;
2019
2090
  }
2020
2091
 
2021
- .table .span10 {
2092
+ .table td.span10,
2093
+ .table th.span10 {
2022
2094
  float: none;
2023
2095
  width: 764px;
2024
2096
  margin-left: 0;
2025
2097
  }
2026
2098
 
2027
- .table .span11 {
2099
+ .table td.span11,
2100
+ .table th.span11 {
2028
2101
  float: none;
2029
2102
  width: 844px;
2030
2103
  margin-left: 0;
2031
2104
  }
2032
2105
 
2033
- .table .span12 {
2106
+ .table td.span12,
2107
+ .table th.span12 {
2034
2108
  float: none;
2035
2109
  width: 924px;
2036
2110
  margin-left: 0;
2037
2111
  }
2038
2112
 
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
2113
  .table tbody tr.success td {
2112
2114
  background-color: #dff0d8;
2113
2115
  }
@@ -2157,8 +2159,6 @@ table [class*=span],
2157
2159
  /* White icons with optional class, or on hover/active states of certain elements */
2158
2160
 
2159
2161
  .icon-white,
2160
- .nav-tabs > .active > a > [class^="icon-"],
2161
- .nav-tabs > .active > a > [class*=" icon-"],
2162
2162
  .nav-pills > .active > a > [class^="icon-"],
2163
2163
  .nav-pills > .active > a > [class*=" icon-"],
2164
2164
  .nav-list > .active > a > [class^="icon-"],
@@ -2168,7 +2168,9 @@ table [class*=span],
2168
2168
  .dropdown-menu > li > a:hover > [class^="icon-"],
2169
2169
  .dropdown-menu > li > a:hover > [class*=" icon-"],
2170
2170
  .dropdown-menu > .active > a > [class^="icon-"],
2171
- .dropdown-menu > .active > a > [class*=" icon-"] {
2171
+ .dropdown-menu > .active > a > [class*=" icon-"],
2172
+ .dropdown-submenu:hover > a > [class^="icon-"],
2173
+ .dropdown-submenu:hover > a > [class*=" icon-"] {
2172
2174
  background-image: url("../img/glyphicons-halflings-white.png");
2173
2175
  }
2174
2176
 
@@ -2806,7 +2808,7 @@ table [class*=span],
2806
2808
  border-bottom: 1px solid #ffffff;
2807
2809
  }
2808
2810
 
2809
- .dropdown-menu a {
2811
+ .dropdown-menu li > a {
2810
2812
  display: block;
2811
2813
  padding: 3px 20px;
2812
2814
  clear: both;
@@ -2821,7 +2823,6 @@ table [class*=span],
2821
2823
  .dropdown-submenu:hover > a {
2822
2824
  color: #ffffff;
2823
2825
  text-decoration: none;
2824
- background-color: #0088cc;
2825
2826
  background-color: #0081c2;
2826
2827
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2827
2828
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
@@ -2829,23 +2830,22 @@ table [class*=span],
2829
2830
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2830
2831
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2831
2832
  background-repeat: repeat-x;
2832
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2833
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2833
2834
  }
2834
2835
 
2835
2836
  .dropdown-menu .active > a,
2836
2837
  .dropdown-menu .active > a:hover {
2837
- color: #ffffff;
2838
+ color: #333333;
2838
2839
  text-decoration: none;
2839
- background-color: #0088cc;
2840
2840
  background-color: #0081c2;
2841
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2842
2841
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2843
2842
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2844
2843
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2845
2844
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2845
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2846
2846
  background-repeat: repeat-x;
2847
2847
  outline: 0;
2848
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2848
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2849
2849
  }
2850
2850
 
2851
2851
  .dropdown-menu .disabled > a,
@@ -2857,6 +2857,7 @@ table [class*=span],
2857
2857
  text-decoration: none;
2858
2858
  cursor: default;
2859
2859
  background-color: transparent;
2860
+ background-image: none;
2860
2861
  }
2861
2862
 
2862
2863
  .open {
@@ -2904,6 +2905,16 @@ table [class*=span],
2904
2905
  display: block;
2905
2906
  }
2906
2907
 
2908
+ .dropup .dropdown-submenu > .dropdown-menu {
2909
+ top: auto;
2910
+ bottom: 0;
2911
+ margin-top: 0;
2912
+ margin-bottom: -2px;
2913
+ -webkit-border-radius: 5px 5px 5px 0;
2914
+ -moz-border-radius: 5px 5px 5px 0;
2915
+ border-radius: 5px 5px 5px 0;
2916
+ }
2917
+
2907
2918
  .dropdown-submenu > a:after {
2908
2919
  display: block;
2909
2920
  float: right;
@@ -2922,6 +2933,18 @@ table [class*=span],
2922
2933
  border-left-color: #ffffff;
2923
2934
  }
2924
2935
 
2936
+ .dropdown-submenu.pull-left {
2937
+ float: none;
2938
+ }
2939
+
2940
+ .dropdown-submenu.pull-left > .dropdown-menu {
2941
+ left: -100%;
2942
+ margin-left: 10px;
2943
+ -webkit-border-radius: 6px 0 6px 6px;
2944
+ -moz-border-radius: 6px 0 6px 6px;
2945
+ border-radius: 6px 0 6px 6px;
2946
+ }
2947
+
2925
2948
  .dropdown .dropdown-menu .nav-header {
2926
2949
  padding-right: 20px;
2927
2950
  padding-left: 20px;
@@ -3023,7 +3046,7 @@ button.close {
3023
3046
  .btn {
3024
3047
  display: inline-block;
3025
3048
  *display: inline;
3026
- padding: 4px 14px;
3049
+ padding: 4px 12px;
3027
3050
  margin-bottom: 0;
3028
3051
  *margin-left: .3em;
3029
3052
  font-size: 14px;
@@ -3036,22 +3059,22 @@ button.close {
3036
3059
  cursor: pointer;
3037
3060
  background-color: #f5f5f5;
3038
3061
  *background-color: #e6e6e6;
3062
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
3039
3063
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
3040
3064
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
3041
3065
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
3042
3066
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
3043
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
3044
3067
  background-repeat: repeat-x;
3045
3068
  border: 1px solid #bbbbbb;
3046
3069
  *border: 0;
3047
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3048
3070
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3071
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3049
3072
  border-bottom-color: #a2a2a2;
3050
3073
  -webkit-border-radius: 4px;
3051
3074
  -moz-border-radius: 4px;
3052
3075
  border-radius: 4px;
3053
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3054
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
3076
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3077
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3055
3078
  *zoom: 1;
3056
3079
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3057
3080
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -3121,32 +3144,37 @@ button.close {
3121
3144
  }
3122
3145
 
3123
3146
  .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;
3147
+ padding: 11px 19px;
3148
+ font-size: 17.5px;
3149
+ -webkit-border-radius: 6px;
3150
+ -moz-border-radius: 6px;
3151
+ border-radius: 6px;
3130
3152
  }
3131
3153
 
3132
- .btn-large [class^="icon-"] {
3154
+ .btn-large [class^="icon-"],
3155
+ .btn-large [class*=" icon-"] {
3133
3156
  margin-top: 2px;
3134
3157
  }
3135
3158
 
3136
3159
  .btn-small {
3137
- padding: 3px 9px;
3138
- font-size: 12px;
3139
- line-height: 18px;
3160
+ padding: 2px 10px;
3161
+ font-size: 11.9px;
3162
+ -webkit-border-radius: 3px;
3163
+ -moz-border-radius: 3px;
3164
+ border-radius: 3px;
3140
3165
  }
3141
3166
 
3142
- .btn-small [class^="icon-"] {
3167
+ .btn-small [class^="icon-"],
3168
+ .btn-small [class*=" icon-"] {
3143
3169
  margin-top: 0;
3144
3170
  }
3145
3171
 
3146
3172
  .btn-mini {
3147
- padding: 2px 6px;
3148
- font-size: 11px;
3149
- line-height: 17px;
3173
+ padding: 1px 6px;
3174
+ font-size: 10.5px;
3175
+ -webkit-border-radius: 3px;
3176
+ -moz-border-radius: 3px;
3177
+ border-radius: 3px;
3150
3178
  }
3151
3179
 
3152
3180
  .btn-block {
@@ -3188,16 +3216,16 @@ input[type="button"].btn-block {
3188
3216
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3189
3217
  background-color: #006dcc;
3190
3218
  *background-color: #0044cc;
3219
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
3191
3220
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
3192
3221
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
3193
3222
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
3194
3223
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
3195
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
3196
3224
  background-repeat: repeat-x;
3197
3225
  border-color: #0044cc #0044cc #002a80;
3198
3226
  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);
3227
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
3228
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3201
3229
  }
3202
3230
 
3203
3231
  .btn-primary:hover,
@@ -3220,16 +3248,16 @@ input[type="button"].btn-block {
3220
3248
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3221
3249
  background-color: #faa732;
3222
3250
  *background-color: #f89406;
3251
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3223
3252
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3224
3253
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3225
3254
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
3226
3255
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
3227
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3228
3256
  background-repeat: repeat-x;
3229
3257
  border-color: #f89406 #f89406 #ad6704;
3230
3258
  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);
3259
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3260
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3233
3261
  }
3234
3262
 
3235
3263
  .btn-warning:hover,
@@ -3252,16 +3280,16 @@ input[type="button"].btn-block {
3252
3280
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3253
3281
  background-color: #da4f49;
3254
3282
  *background-color: #bd362f;
3283
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
3255
3284
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
3256
3285
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
3257
3286
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
3258
3287
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
3259
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
3260
3288
  background-repeat: repeat-x;
3261
3289
  border-color: #bd362f #bd362f #802420;
3262
3290
  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);
3291
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
3292
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3265
3293
  }
3266
3294
 
3267
3295
  .btn-danger:hover,
@@ -3284,16 +3312,16 @@ input[type="button"].btn-block {
3284
3312
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3285
3313
  background-color: #5bb75b;
3286
3314
  *background-color: #51a351;
3315
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
3287
3316
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
3288
3317
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
3289
3318
  background-image: -o-linear-gradient(top, #62c462, #51a351);
3290
3319
  background-image: linear-gradient(to bottom, #62c462, #51a351);
3291
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
3292
3320
  background-repeat: repeat-x;
3293
3321
  border-color: #51a351 #51a351 #387038;
3294
3322
  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);
3323
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
3324
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3297
3325
  }
3298
3326
 
3299
3327
  .btn-success:hover,
@@ -3316,16 +3344,16 @@ input[type="button"].btn-block {
3316
3344
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3317
3345
  background-color: #49afcd;
3318
3346
  *background-color: #2f96b4;
3347
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
3319
3348
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
3320
3349
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
3321
3350
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
3322
3351
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
3323
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
3324
3352
  background-repeat: repeat-x;
3325
3353
  border-color: #2f96b4 #2f96b4 #1f6377;
3326
3354
  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);
3355
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
3356
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3329
3357
  }
3330
3358
 
3331
3359
  .btn-info:hover,
@@ -3348,16 +3376,16 @@ input[type="button"].btn-block {
3348
3376
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3349
3377
  background-color: #363636;
3350
3378
  *background-color: #222222;
3379
+ background-image: -moz-linear-gradient(top, #444444, #222222);
3351
3380
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
3352
3381
  background-image: -webkit-linear-gradient(top, #444444, #222222);
3353
3382
  background-image: -o-linear-gradient(top, #444444, #222222);
3354
3383
  background-image: linear-gradient(to bottom, #444444, #222222);
3355
- background-image: -moz-linear-gradient(top, #444444, #222222);
3356
3384
  background-repeat: repeat-x;
3357
3385
  border-color: #222222 #222222 #000000;
3358
3386
  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);
3387
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
3388
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3361
3389
  }
3362
3390
 
3363
3391
  .btn-inverse:hover,
@@ -3437,10 +3465,13 @@ input[type="submit"].btn.btn-mini {
3437
3465
 
3438
3466
  .btn-group {
3439
3467
  position: relative;
3468
+ display: inline-block;
3469
+ *display: inline;
3440
3470
  *margin-left: .3em;
3441
3471
  font-size: 0;
3442
3472
  white-space: nowrap;
3443
3473
  vertical-align: middle;
3474
+ *zoom: 1;
3444
3475
  }
3445
3476
 
3446
3477
  .btn-group:first-child {
@@ -3457,14 +3488,6 @@ input[type="submit"].btn.btn-mini {
3457
3488
  font-size: 0;
3458
3489
  }
3459
3490
 
3460
- .btn-toolbar .btn-group {
3461
- display: inline-block;
3462
- *display: inline;
3463
- /* IE7 inline-block hack */
3464
-
3465
- *zoom: 1;
3466
- }
3467
-
3468
3491
  .btn-toolbar .btn + .btn,
3469
3492
  .btn-toolbar .btn-group + .btn,
3470
3493
  .btn-toolbar .btn + .btn-group {
@@ -3633,8 +3656,7 @@ input[type="submit"].btn.btn-mini {
3633
3656
  }
3634
3657
 
3635
3658
  .dropup .btn-large .caret {
3636
- border-top: 0;
3637
- border-bottom: 5px solid #000000;
3659
+ border-bottom-width: 5px;
3638
3660
  }
3639
3661
 
3640
3662
  .btn-primary .caret,
@@ -3807,7 +3829,8 @@ input[type="submit"].btn.btn-mini {
3807
3829
  background-color: #0088cc;
3808
3830
  }
3809
3831
 
3810
- .nav-list [class^="icon-"] {
3832
+ .nav-list [class^="icon-"],
3833
+ .nav-list [class*=" icon-"] {
3811
3834
  margin-right: 2px;
3812
3835
  }
3813
3836
 
@@ -4165,7 +4188,7 @@ input[type="submit"].btn.btn-mini {
4165
4188
  -webkit-border-radius: 4px;
4166
4189
  -moz-border-radius: 4px;
4167
4190
  border-radius: 4px;
4168
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
4191
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
4169
4192
  *zoom: 1;
4170
4193
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4171
4194
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
@@ -4189,6 +4212,7 @@ input[type="submit"].btn.btn-mini {
4189
4212
 
4190
4213
  .nav-collapse.collapse {
4191
4214
  height: auto;
4215
+ overflow: visible;
4192
4216
  }
4193
4217
 
4194
4218
  .navbar .brand {
@@ -4305,7 +4329,6 @@ input[type="submit"].btn.btn-mini {
4305
4329
 
4306
4330
  .navbar-static-top {
4307
4331
  position: static;
4308
- width: 100%;
4309
4332
  margin-bottom: 0;
4310
4333
  }
4311
4334
 
@@ -4354,9 +4377,9 @@ input[type="submit"].btn.btn-mini {
4354
4377
 
4355
4378
  .navbar-fixed-top .navbar-inner,
4356
4379
  .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);
4380
+ -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4381
+ -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4382
+ box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4360
4383
  }
4361
4384
 
4362
4385
  .navbar-fixed-bottom {
@@ -4364,9 +4387,9 @@ input[type="submit"].btn.btn-mini {
4364
4387
  }
4365
4388
 
4366
4389
  .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);
4390
+ -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4391
+ -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4392
+ box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4370
4393
  }
4371
4394
 
4372
4395
  .navbar .nav {
@@ -4426,16 +4449,16 @@ input[type="submit"].btn.btn-mini {
4426
4449
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4427
4450
  background-color: #ededed;
4428
4451
  *background-color: #e5e5e5;
4452
+ background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
4429
4453
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
4430
4454
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
4431
4455
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
4432
4456
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
4433
- background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
4434
4457
  background-repeat: repeat-x;
4435
4458
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
4436
4459
  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);
4460
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
4461
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
4439
4462
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4440
4463
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4441
4464
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
@@ -4572,7 +4595,7 @@ input[type="submit"].btn.btn-mini {
4572
4595
  background-image: linear-gradient(to bottom, #222222, #111111);
4573
4596
  background-repeat: repeat-x;
4574
4597
  border-color: #252525;
4575
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
4598
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
4576
4599
  }
4577
4600
 
4578
4601
  .navbar-inverse .brand,
@@ -4674,16 +4697,16 @@ input[type="submit"].btn.btn-mini {
4674
4697
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4675
4698
  background-color: #0e0e0e;
4676
4699
  *background-color: #040404;
4700
+ background-image: -moz-linear-gradient(top, #151515, #040404);
4677
4701
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
4678
4702
  background-image: -webkit-linear-gradient(top, #151515, #040404);
4679
4703
  background-image: -o-linear-gradient(top, #151515, #040404);
4680
4704
  background-image: linear-gradient(to bottom, #151515, #040404);
4681
- background-image: -moz-linear-gradient(top, #151515, #040404);
4682
4705
  background-repeat: repeat-x;
4683
4706
  border-color: #040404 #040404 #000000;
4684
4707
  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);
4708
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
4709
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
4687
4710
  }
4688
4711
 
4689
4712
  .navbar-inverse .btn-navbar:hover,
@@ -4728,7 +4751,6 @@ input[type="submit"].btn.btn-mini {
4728
4751
  }
4729
4752
 
4730
4753
  .pagination {
4731
- height: 40px;
4732
4754
  margin: 20px 0;
4733
4755
  }
4734
4756
 
@@ -4737,9 +4759,9 @@ input[type="submit"].btn.btn-mini {
4737
4759
  *display: inline;
4738
4760
  margin-bottom: 0;
4739
4761
  margin-left: 0;
4740
- -webkit-border-radius: 3px;
4741
- -moz-border-radius: 3px;
4742
- border-radius: 3px;
4762
+ -webkit-border-radius: 4px;
4763
+ -moz-border-radius: 4px;
4764
+ border-radius: 4px;
4743
4765
  *zoom: 1;
4744
4766
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4745
4767
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -4753,8 +4775,8 @@ input[type="submit"].btn.btn-mini {
4753
4775
  .pagination ul > li > a,
4754
4776
  .pagination ul > li > span {
4755
4777
  float: left;
4756
- padding: 0 14px;
4757
- line-height: 38px;
4778
+ padding: 4px 12px;
4779
+ line-height: 20px;
4758
4780
  text-decoration: none;
4759
4781
  background-color: #ffffff;
4760
4782
  border: 1px solid #dddddd;
@@ -4784,16 +4806,22 @@ input[type="submit"].btn.btn-mini {
4784
4806
  .pagination ul > li:first-child > a,
4785
4807
  .pagination ul > li:first-child > span {
4786
4808
  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;
4809
+ -webkit-border-bottom-left-radius: 4px;
4810
+ border-bottom-left-radius: 4px;
4811
+ -webkit-border-top-left-radius: 4px;
4812
+ border-top-left-radius: 4px;
4813
+ -moz-border-radius-bottomleft: 4px;
4814
+ -moz-border-radius-topleft: 4px;
4790
4815
  }
4791
4816
 
4792
4817
  .pagination ul > li:last-child > a,
4793
4818
  .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;
4819
+ -webkit-border-top-right-radius: 4px;
4820
+ border-top-right-radius: 4px;
4821
+ -webkit-border-bottom-right-radius: 4px;
4822
+ border-bottom-right-radius: 4px;
4823
+ -moz-border-radius-topright: 4px;
4824
+ -moz-border-radius-bottomright: 4px;
4797
4825
  }
4798
4826
 
4799
4827
  .pagination-centered {
@@ -4804,6 +4832,68 @@ input[type="submit"].btn.btn-mini {
4804
4832
  text-align: right;
4805
4833
  }
4806
4834
 
4835
+ .pagination-large ul > li > a,
4836
+ .pagination-large ul > li > span {
4837
+ padding: 11px 19px;
4838
+ font-size: 17.5px;
4839
+ }
4840
+
4841
+ .pagination-large ul > li:first-child > a,
4842
+ .pagination-large ul > li:first-child > span {
4843
+ -webkit-border-bottom-left-radius: 6px;
4844
+ border-bottom-left-radius: 6px;
4845
+ -webkit-border-top-left-radius: 6px;
4846
+ border-top-left-radius: 6px;
4847
+ -moz-border-radius-bottomleft: 6px;
4848
+ -moz-border-radius-topleft: 6px;
4849
+ }
4850
+
4851
+ .pagination-large ul > li:last-child > a,
4852
+ .pagination-large ul > li:last-child > span {
4853
+ -webkit-border-top-right-radius: 6px;
4854
+ border-top-right-radius: 6px;
4855
+ -webkit-border-bottom-right-radius: 6px;
4856
+ border-bottom-right-radius: 6px;
4857
+ -moz-border-radius-topright: 6px;
4858
+ -moz-border-radius-bottomright: 6px;
4859
+ }
4860
+
4861
+ .pagination-mini ul > li:first-child > a,
4862
+ .pagination-small ul > li:first-child > a,
4863
+ .pagination-mini ul > li:first-child > span,
4864
+ .pagination-small ul > li:first-child > span {
4865
+ -webkit-border-bottom-left-radius: 3px;
4866
+ border-bottom-left-radius: 3px;
4867
+ -webkit-border-top-left-radius: 3px;
4868
+ border-top-left-radius: 3px;
4869
+ -moz-border-radius-bottomleft: 3px;
4870
+ -moz-border-radius-topleft: 3px;
4871
+ }
4872
+
4873
+ .pagination-mini ul > li:last-child > a,
4874
+ .pagination-small ul > li:last-child > a,
4875
+ .pagination-mini ul > li:last-child > span,
4876
+ .pagination-small ul > li:last-child > span {
4877
+ -webkit-border-top-right-radius: 3px;
4878
+ border-top-right-radius: 3px;
4879
+ -webkit-border-bottom-right-radius: 3px;
4880
+ border-bottom-right-radius: 3px;
4881
+ -moz-border-radius-topright: 3px;
4882
+ -moz-border-radius-bottomright: 3px;
4883
+ }
4884
+
4885
+ .pagination-small ul > li > a,
4886
+ .pagination-small ul > li > span {
4887
+ padding: 2px 10px;
4888
+ font-size: 11.9px;
4889
+ }
4890
+
4891
+ .pagination-mini ul > li > a,
4892
+ .pagination-mini ul > li > span {
4893
+ padding: 1px 6px;
4894
+ font-size: 10.5px;
4895
+ }
4896
+
4807
4897
  .pager {
4808
4898
  margin: 20px 0;
4809
4899
  text-align: center;
@@ -4826,8 +4916,8 @@ input[type="submit"].btn.btn-mini {
4826
4916
  display: inline;
4827
4917
  }
4828
4918
 
4829
- .pager a,
4830
- .pager span {
4919
+ .pager li > a,
4920
+ .pager li > span {
4831
4921
  display: inline-block;
4832
4922
  padding: 5px 14px;
4833
4923
  background-color: #fff;
@@ -4837,44 +4927,29 @@ input[type="submit"].btn.btn-mini {
4837
4927
  border-radius: 15px;
4838
4928
  }
4839
4929
 
4840
- .pager a:hover {
4930
+ .pager li > a:hover {
4841
4931
  text-decoration: none;
4842
4932
  background-color: #f5f5f5;
4843
4933
  }
4844
4934
 
4845
- .pager .next a,
4846
- .pager .next span {
4935
+ .pager .next > a,
4936
+ .pager .next > span {
4847
4937
  float: right;
4848
4938
  }
4849
4939
 
4850
- .pager .previous a {
4940
+ .pager .previous > a,
4941
+ .pager .previous > span {
4851
4942
  float: left;
4852
4943
  }
4853
4944
 
4854
- .pager .disabled a,
4855
- .pager .disabled a:hover,
4856
- .pager .disabled span {
4945
+ .pager .disabled > a,
4946
+ .pager .disabled > a:hover,
4947
+ .pager .disabled > span {
4857
4948
  color: #999999;
4858
4949
  cursor: default;
4859
4950
  background-color: #fff;
4860
4951
  }
4861
4952
 
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
4953
  .modal-backdrop {
4879
4954
  position: fixed;
4880
4955
  top: 0;
@@ -4902,7 +4977,6 @@ input[type="submit"].btn.btn-mini {
4902
4977
  z-index: 1050;
4903
4978
  width: 560px;
4904
4979
  margin: -250px 0 0 -280px;
4905
- overflow: auto;
4906
4980
  background-color: #ffffff;
4907
4981
  border: 1px solid #999;
4908
4982
  border: 1px solid rgba(0, 0, 0, 0.3);
@@ -4910,6 +4984,7 @@ input[type="submit"].btn.btn-mini {
4910
4984
  -webkit-border-radius: 6px;
4911
4985
  -moz-border-radius: 6px;
4912
4986
  border-radius: 6px;
4987
+ outline: none;
4913
4988
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4914
4989
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4915
4990
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
@@ -4989,6 +5064,10 @@ input[type="submit"].btn.btn-mini {
4989
5064
  margin-left: -1px;
4990
5065
  }
4991
5066
 
5067
+ .modal-footer .btn-block + .btn-block {
5068
+ margin-left: 0;
5069
+ }
5070
+
4992
5071
  .tooltip {
4993
5072
  position: absolute;
4994
5073
  z-index: 1030;
@@ -5096,7 +5175,7 @@ input[type="submit"].btn.btn-mini {
5096
5175
  }
5097
5176
 
5098
5177
  .popover.top {
5099
- margin-bottom: 10px;
5178
+ margin-top: -10px;
5100
5179
  }
5101
5180
 
5102
5181
  .popover.right {
@@ -5108,7 +5187,7 @@ input[type="submit"].btn.btn-mini {
5108
5187
  }
5109
5188
 
5110
5189
  .popover.left {
5111
- margin-right: 10px;
5190
+ margin-left: -10px;
5112
5191
  }
5113
5192
 
5114
5193
  .popover-title {
@@ -5272,8 +5351,47 @@ a.thumbnail:hover {
5272
5351
  color: #555555;
5273
5352
  }
5274
5353
 
5354
+ .media,
5355
+ .media-body {
5356
+ overflow: hidden;
5357
+ *overflow: visible;
5358
+ zoom: 1;
5359
+ }
5360
+
5361
+ .media,
5362
+ .media .media {
5363
+ margin-top: 15px;
5364
+ }
5365
+
5366
+ .media:first-child {
5367
+ margin-top: 0;
5368
+ }
5369
+
5370
+ .media-object {
5371
+ display: block;
5372
+ }
5373
+
5374
+ .media-heading {
5375
+ margin: 0 0 5px;
5376
+ }
5377
+
5378
+ .media .pull-left {
5379
+ margin-right: 10px;
5380
+ }
5381
+
5382
+ .media .pull-right {
5383
+ margin-left: 10px;
5384
+ }
5385
+
5386
+ .media-list {
5387
+ margin-left: 0;
5388
+ list-style: none;
5389
+ }
5390
+
5275
5391
  .label,
5276
5392
  .badge {
5393
+ display: inline-block;
5394
+ padding: 2px 4px;
5277
5395
  font-size: 11.844px;
5278
5396
  font-weight: bold;
5279
5397
  line-height: 14px;
@@ -5285,14 +5403,14 @@ a.thumbnail:hover {
5285
5403
  }
5286
5404
 
5287
5405
  .label {
5288
- padding: 1px 4px 2px;
5289
5406
  -webkit-border-radius: 3px;
5290
5407
  -moz-border-radius: 3px;
5291
5408
  border-radius: 3px;
5292
5409
  }
5293
5410
 
5294
5411
  .badge {
5295
- padding: 1px 9px 2px;
5412
+ padding-right: 9px;
5413
+ padding-left: 9px;
5296
5414
  -webkit-border-radius: 9px;
5297
5415
  -moz-border-radius: 9px;
5298
5416
  border-radius: 9px;
@@ -5425,7 +5543,7 @@ a.badge:hover {
5425
5543
  -webkit-border-radius: 4px;
5426
5544
  -moz-border-radius: 4px;
5427
5545
  border-radius: 4px;
5428
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5546
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5429
5547
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5430
5548
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5431
5549
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
@@ -5446,7 +5564,7 @@ a.badge:hover {
5446
5564
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
5447
5565
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
5448
5566
  background-repeat: repeat-x;
5449
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5567
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5450
5568
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5451
5569
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5452
5570
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
@@ -5495,7 +5613,7 @@ a.badge:hover {
5495
5613
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
5496
5614
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
5497
5615
  background-repeat: repeat-x;
5498
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
5616
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
5499
5617
  }
5500
5618
 
5501
5619
  .progress-danger.progress-striped .bar,
@@ -5517,7 +5635,7 @@ a.badge:hover {
5517
5635
  background-image: -o-linear-gradient(top, #62c462, #57a957);
5518
5636
  background-image: linear-gradient(to bottom, #62c462, #57a957);
5519
5637
  background-repeat: repeat-x;
5520
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5638
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5521
5639
  }
5522
5640
 
5523
5641
  .progress-success.progress-striped .bar,
@@ -5539,7 +5657,7 @@ a.badge:hover {
5539
5657
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
5540
5658
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
5541
5659
  background-repeat: repeat-x;
5542
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5660
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5543
5661
  }
5544
5662
 
5545
5663
  .progress-info.progress-striped .bar,
@@ -5561,7 +5679,7 @@ a.badge:hover {
5561
5679
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
5562
5680
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
5563
5681
  background-repeat: repeat-x;
5564
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5682
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5565
5683
  }
5566
5684
 
5567
5685
  .progress-warning.progress-striped .bar,
@@ -5728,6 +5846,10 @@ a.badge:hover {
5728
5846
  .hero-unit {
5729
5847
  padding: 60px;
5730
5848
  margin-bottom: 30px;
5849
+ font-size: 18px;
5850
+ font-weight: 200;
5851
+ line-height: 30px;
5852
+ color: inherit;
5731
5853
  background-color: #eeeeee;
5732
5854
  -webkit-border-radius: 6px;
5733
5855
  -moz-border-radius: 6px;
@@ -5742,11 +5864,8 @@ a.badge:hover {
5742
5864
  color: inherit;
5743
5865
  }
5744
5866
 
5745
- .hero-unit p {
5746
- font-size: 18px;
5747
- font-weight: 200;
5867
+ .hero-unit li {
5748
5868
  line-height: 30px;
5749
- color: inherit;
5750
5869
  }
5751
5870
 
5752
5871
  .pull-right {