active_frontend 3.0.4 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/lib/active_frontend/version.rb +1 -1
  3. data/vendor/assets/javascripts/chart.js +7 -7
  4. data/vendor/assets/stylesheets/ad.scss +2 -1
  5. data/vendor/assets/stylesheets/alert.scss +7 -29
  6. data/vendor/assets/stylesheets/aside.scss +8 -8
  7. data/vendor/assets/stylesheets/breadcrumb.scss +4 -4
  8. data/vendor/assets/stylesheets/button.scss +87 -47
  9. data/vendor/assets/stylesheets/code.scss +43 -37
  10. data/vendor/assets/stylesheets/datepicker.scss +11 -11
  11. data/vendor/assets/stylesheets/dropdown.scss +12 -12
  12. data/vendor/assets/stylesheets/footer.scss +10 -6
  13. data/vendor/assets/stylesheets/form.scss +33 -30
  14. data/vendor/assets/stylesheets/header.scss +32 -26
  15. data/vendor/assets/stylesheets/image.scss +1 -1
  16. data/vendor/assets/stylesheets/label_and_badge.scss +19 -19
  17. data/vendor/assets/stylesheets/link.scss +6 -6
  18. data/vendor/assets/stylesheets/list.scss +4 -4
  19. data/vendor/assets/stylesheets/loader.scss +4 -4
  20. data/vendor/assets/stylesheets/map.scss +2 -1
  21. data/vendor/assets/stylesheets/modal.scss +8 -8
  22. data/vendor/assets/stylesheets/nav_and_tab.scss +26 -25
  23. data/vendor/assets/stylesheets/navbar.scss +7 -4
  24. data/vendor/assets/stylesheets/pagination.scss +4 -4
  25. data/vendor/assets/stylesheets/panel.scss +14 -13
  26. data/vendor/assets/stylesheets/placeholder.scss +5 -5
  27. data/vendor/assets/stylesheets/popover.scss +6 -6
  28. data/vendor/assets/stylesheets/progress.scss +2 -2
  29. data/vendor/assets/stylesheets/reset.scss +2 -2
  30. data/vendor/assets/stylesheets/sidebar.scss +6 -5
  31. data/vendor/assets/stylesheets/spinner.scss +29 -29
  32. data/vendor/assets/stylesheets/swoggle.scss +13 -13
  33. data/vendor/assets/stylesheets/table.scss +17 -13
  34. data/vendor/assets/stylesheets/timepicker.scss +5 -5
  35. data/vendor/assets/stylesheets/tooltip.scss +5 -5
  36. data/vendor/assets/stylesheets/trunk.scss +9 -8
  37. data/vendor/assets/stylesheets/typeahead.scss +1 -1
  38. data/vendor/assets/stylesheets/typography.scss +10 -10
  39. metadata +2 -2
@@ -16,7 +16,7 @@ table {
16
16
  .table th,
17
17
  .table td {
18
18
  background: rgba(255,255,255,1);
19
- border-top: 1px solid rgba(243,243,243,1);
19
+ border-top: 1px solid rgba(225,232,237,1);
20
20
  font-size: 16px;
21
21
  line-height: 25px;
22
22
  padding: 9px 10px 6px 10px;
@@ -29,12 +29,12 @@ table {
29
29
  border-top-width: 2px;
30
30
  font-size: 14px;
31
31
  font-weight: bold;
32
- letter-spacing: 1px;
33
32
  padding: 7px 10px 7px 10px;
34
- text-transform: uppercase;
35
33
  }
36
- .table th a { color: rgba(34,34,34,1); }
37
- .table th a:hover { color: rgba(76,143,202,1); }
34
+ .table th a.active,
35
+ .table th a:active,
36
+ .table th a:hover,
37
+ .table th a:focus { color: rgba(42,44,48,1); }
38
38
  .table th.tablespy-sort-asc:before {
39
39
  content: "\f3d8";
40
40
  float: right;
@@ -62,10 +62,14 @@ table {
62
62
  .table th.tablespy-sort-empty:before { content: ""; }
63
63
  .table th.tablespy-sort-empty { pointer-events: none; }
64
64
  .table caption {
65
- border-bottom: 2px solid rgba(243,243,243,1);
65
+ border-bottom: 2px solid rgba(225,232,237,1);
66
66
  border-top: 0;
67
+ color: rgba(85,94,113,1);
67
68
  font-size: 15px;
69
+ font-weight: bold;
70
+ letter-spacing: 1px;
68
71
  padding: 7px 10px 7px 10px;
72
+ text-transform: uppercase;
69
73
  }
70
74
  .table caption + thead tr:first-child th,
71
75
  .table caption + thead tr:first-child td,
@@ -73,7 +77,7 @@ table {
73
77
  .table colgroup + thead tr:first-child td,
74
78
  .table thead:first-child tr:first-child th,
75
79
  .table thead:first-child tr:first-child td { border-top: 0; }
76
- .table tbody + tbody { border-top: 2px solid rgba(243,243,243,1); }
80
+ .table tbody + tbody { border-top: 2px solid rgba(225,232,237,1); }
77
81
  .table-condensed caption,
78
82
  .table-condensed th,
79
83
  .table-condensed tfoot td {
@@ -85,17 +89,17 @@ table {
85
89
  padding: 5px 5px 3px 5px;
86
90
  }
87
91
  .table-bordered {
88
- border: 1px solid rgba(243,243,243,1);
92
+ border: 1px solid rgba(225,232,237,1);
89
93
  border-collapse: separate;
90
94
  border-left: 0;
91
95
  }
92
96
  .table-bordered caption {
93
- border: 1px solid rgba(243,243,243,1);
97
+ border: 1px solid rgba(225,232,237,1);
94
98
  border-bottom-width: 2px;
95
99
  margin-bottom: -1px;
96
100
  }
97
101
  .table-bordered th,
98
- .table-bordered td { border-left: 1px solid rgba(243,243,243,1); }
102
+ .table-bordered td { border-left: 1px solid rgba(225,232,237,1); }
99
103
  .table-bordered caption + thead tr:first-child th,
100
104
  .table-bordered caption + tbody tr:first-child th,
101
105
  .table-bordered caption + tbody tr:first-child td,
@@ -106,9 +110,9 @@ table {
106
110
  .table-bordered tbody:first-child tr:first-child th,
107
111
  .table-bordered tbody:first-child tr:first-child td { border-top: 0; }
108
112
  .table-striped tbody > tr:nth-child(odd) > td,
109
- .table-striped tbody > tr:nth-child(odd) > th { background: rgba(249,249,249,1); }
113
+ .table-striped tbody > tr:nth-child(odd) > th { background: rgba(245,248,250,1); }
110
114
  .table-hover tbody tr:hover > td,
111
- .table-hover tbody tr:hover > th { background: rgba(243,243,243,1); }
115
+ .table-hover tbody tr:hover > th { background: rgba(240,243,245,1); }
112
116
  .table-unbordered,
113
117
  .table-unbordered thead,
114
118
  .table-unbordered tbody,
@@ -127,7 +131,7 @@ table {
127
131
  ================================================== */
128
132
  @media only screen and (max-width: 960px) {
129
133
  .table-responsive {
130
- border: 1px solid rgba(243,243,243,1);
134
+ border: 1px solid rgba(225,232,237,1);
131
135
  max-height: 300px;
132
136
  -webkit-overflow-scrolling: touch;
133
137
  -ms-overflow-style: -ms-autohiding-scrollbar;
@@ -12,7 +12,7 @@
12
12
  z-index: 1060;
13
13
  }
14
14
  .timepicker-widget.dropdown-menu:before {
15
- border-bottom: 7px solid rgba(249,249,249,1);
15
+ border-bottom: 7px solid rgba(230,237,242,1);
16
16
  border-right: 7px solid transparent;
17
17
  border-left: 7px solid transparent;
18
18
  content: "";
@@ -20,7 +20,7 @@
20
20
  position: absolute;
21
21
  }
22
22
  .timepicker-widget.dropdown-menu:after {
23
- border-bottom: 6px solid rgba(249,249,249,1);
23
+ border-bottom: 6px solid rgba(230,237,242,1);
24
24
  border-right: 6px solid transparent;
25
25
  border-left: 6px solid transparent;
26
26
  content: "";
@@ -35,7 +35,7 @@
35
35
  .timepicker-widget.timepicker-orient-top:after { top: -6px; }
36
36
  .timepicker-widget.timepicker-orient-bottom:before {
37
37
  border-bottom: 0;
38
- border-top: 7px solid rgba(249,249,249,1);
38
+ border-top: 7px solid rgba(230,237,242,1);
39
39
  bottom: -7px;
40
40
  }
41
41
  .timepicker-widget.timepicker-orient-bottom:after {
@@ -57,7 +57,7 @@
57
57
  .timepicker-widget table td:not(.separator) { min-width: 30px; }
58
58
  .timepicker-widget table td span { width: 100%; }
59
59
  .timepicker-widget table td a {
60
- color: rgba(27,192,109,1);
60
+ color: rgba(42,44,48,1);
61
61
  display: inline-block;
62
62
  margin: 0;
63
63
  padding: 8px 0;
@@ -65,7 +65,7 @@
65
65
  width: 100%;
66
66
  }
67
67
  .timepicker-widget table td a:hover {
68
- color: rgba(34,34,34,1);
68
+ color: rgba(91,146,250,1);
69
69
  text-decoration: none;
70
70
  }
71
71
  .timepicker-widget table td input {
@@ -43,7 +43,7 @@
43
43
  padding: 0 5px;
44
44
  }
45
45
  .tooltip-inner {
46
- background: rgba(34,34,34,1);
46
+ background: rgba(42,44,48,1);
47
47
  border-radius: 3px;
48
48
  color: rgba(255,255,255,1);
49
49
  letter-spacing: 0;
@@ -61,28 +61,28 @@
61
61
  width: 0;
62
62
  }
63
63
  .tooltip.top .tooltip-arrow {
64
- border-top-color: rgba(34,34,34,1);
64
+ border-top-color: rgba(42,44,48,1);
65
65
  border-width: 5px 5px 0;
66
66
  bottom: 0;
67
67
  left: 50%;
68
68
  margin-left: -5px;
69
69
  }
70
70
  .tooltip.right .tooltip-arrow {
71
- border-right-color: rgba(34,34,34,1);
71
+ border-right-color: rgba(42,44,48,1);
72
72
  border-width: 5px 5px 5px 0;
73
73
  left: 0;
74
74
  margin-top: -5px;
75
75
  top: 50%;
76
76
  }
77
77
  .tooltip.left .tooltip-arrow {
78
- border-left-color: rgba(34,34,34,1);
78
+ border-left-color: rgba(42,44,48,1);
79
79
  border-width: 5px 0 5px 5px;
80
80
  margin-top: -5px;
81
81
  right: 0;
82
82
  top: 50%;
83
83
  }
84
84
  .tooltip.bottom .tooltip-arrow {
85
- border-bottom-color: rgba(34,34,34,1);
85
+ border-bottom-color: rgba(42,44,48,1);
86
86
  border-width: 0 5px 5px;
87
87
  left: 50%;
88
88
  margin-left: -5px;
@@ -5,11 +5,12 @@
5
5
  /* # Trunk
6
6
  ================================================== */
7
7
  .trunk {
8
- background: rgba(12,12,12,1);
9
- border-top: 2px solid rgba(34,34,34,1);
10
- margin: 50px 0 0 0;
8
+ background: rgba(42,44,48,1);
9
+ border-bottom: 4px solid rgba(0,0,0,0.2);
10
+ left: 0;
11
11
  position: fixed;
12
- width: 100%;
12
+ right: 0;
13
+ top: 50px;
13
14
  z-index: 1040;
14
15
  }
15
16
  .trunk-buffer { padding: 30px 0; }
@@ -30,7 +31,7 @@
30
31
  -webkit-appearance: none;
31
32
  -moz-appearance: none;
32
33
  border: 1px solid rgba(53,53,53,1);
33
- color: rgba(153,153,153,1);
34
+ color: rgba(136,153,166,1);
34
35
  cursor: pointer;
35
36
  display: block;
36
37
  -webkit-font-smoothing: antialiased;
@@ -72,11 +73,11 @@
72
73
  .trunk-user > li > a {
73
74
  -webkit-appearance: none;
74
75
  -moz-appearance: none;
75
- color: rgba(153,153,153,1);
76
+ color: rgba(136,153,166,1);
76
77
  cursor: pointer;
77
78
  display: block;
78
79
  -webkit-font-smoothing: antialiased;
79
- font-weight: normal;
80
+ font-weight: 500;
80
81
  font-size: 11px;
81
82
  letter-spacing: 1px;
82
83
  line-height: 11px;
@@ -98,7 +99,7 @@
98
99
  .trunk-user > li.trunk-user-placeholder {
99
100
  background: rgba(255,255,255,1);
100
101
  border-radius: 500px;
101
- color: rgba(34,34,34,1);
102
+ color: rgba(42,44,48,1);
102
103
  display: inline-block;
103
104
  height: 40px;
104
105
  margin: 0;
@@ -5,4 +5,4 @@
5
5
  /* # Typeahead
6
6
  ================================================== */
7
7
  .typeahead { z-index: 1051; }
8
- .typeahead b { color: rgba(27,192,109,1); }
8
+ .typeahead b { color: rgba(91,146,250,1); }
@@ -57,7 +57,7 @@
57
57
  /* # Typography
58
58
  ================================================== */
59
59
  h1, h2, h3, h4, h5, h6 {
60
- color: rgba(34,34,34,1);
60
+ color: rgba(85,94,113,1);
61
61
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
62
62
  font-weight: bold;
63
63
  }
@@ -123,11 +123,11 @@ address.small {
123
123
  line-height: 22px;
124
124
  }
125
125
  blockquote {
126
- border-left: 5px solid rgba(34,34,34,1);
126
+ border-left: 5px solid rgba(91,146,250,1);
127
127
  padding-left: 10px;
128
128
  }
129
129
  blockquote p { margin-bottom: 10px; }
130
- blockquote small { color: rgba(200,200,200,1); }
130
+ blockquote small { color: rgba(134,148,160,1); }
131
131
  strong { font-weight: 500; }
132
132
 
133
133
  /* # Alignments
@@ -139,16 +139,16 @@ strong { font-weight: 500; }
139
139
 
140
140
  /* # Colors
141
141
  ================================================== */
142
- .text-black { color: rgba(34,34,34,1); }
143
- .text-blue { color: rgba(76,143,202,1); }
144
- .text-gray { color: rgba(200,200,200,1); }
142
+ .text-black { color: rgba(42,44,48,1); }
143
+ .text-blue { color: rgba(91,146,250,1); }
144
+ .text-gray { color: rgba(136,153,166,1); }
145
145
  .text-green { color: rgba(27,192,109,1); }
146
146
  .text-orange { color: rgba(255,154,46,1); }
147
- .text-purple { color: rgba(110,115,136,1); }
147
+ .text-purple { color: rgba(81,68,95,1); }
148
148
  .text-red { color: rgba(225,80,80,1); }
149
- .text-smoke { color: rgba(100,100,100,1); }
149
+ .text-smoke { color: rgba(85,94,113,1); }
150
150
  .text-white { color: rgba(255,255,255,1); }
151
- .text-yellow { color: rgba(166,165,71,1); }
151
+ .text-yellow { color: rgba(253,245,98,1); }
152
152
 
153
153
  /* # Decorations
154
154
  ================================================== */
@@ -187,5 +187,5 @@ strong { font-weight: 500; }
187
187
  ================================================== */
188
188
  .text-light { font-weight: 200; }
189
189
  .text-normal { font-weight: normal; }
190
- .text-medium { font-weight: 500; }
190
+ .text-semibold { font-weight: 500; }
191
191
  .text-bold { font-weight: bold; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-05 00:00:00.000000000 Z
11
+ date: 2015-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler