active_frontend 6.2.0 → 6.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_animation.scss +0 -2
- data/vendor/assets/stylesheets/_aside.scss +3 -3
- data/vendor/assets/stylesheets/_breadcrumb.scss +2 -2
- data/vendor/assets/stylesheets/_button.scss +196 -133
- data/vendor/assets/stylesheets/_carousel.scss +24 -24
- data/vendor/assets/stylesheets/_collapse.scss +1 -1
- data/vendor/assets/stylesheets/_datepicker.scss +31 -62
- data/vendor/assets/stylesheets/_dropdown.scss +6 -10
- data/vendor/assets/stylesheets/_footer.scss +3 -3
- data/vendor/assets/stylesheets/_form.scss +52 -71
- data/vendor/assets/stylesheets/_header.scss +79 -93
- data/vendor/assets/stylesheets/_icon.scss +2 -16
- data/vendor/assets/stylesheets/_image.scss +1 -1
- data/vendor/assets/stylesheets/_link.scss +2 -1
- data/vendor/assets/stylesheets/_list.scss +9 -10
- data/vendor/assets/stylesheets/_loader.scss +3 -11
- data/vendor/assets/stylesheets/_modal.scss +7 -7
- data/vendor/assets/stylesheets/_nav_and_tab.scss +23 -24
- data/vendor/assets/stylesheets/_navbar.scss +3 -3
- data/vendor/assets/stylesheets/_pagination.scss +17 -15
- data/vendor/assets/stylesheets/_panel.scss +6 -27
- data/vendor/assets/stylesheets/_placeholder.scss +5 -5
- data/vendor/assets/stylesheets/_popover.scss +20 -21
- data/vendor/assets/stylesheets/_progress.scss +3 -3
- data/vendor/assets/stylesheets/_reset.scss +3 -3
- data/vendor/assets/stylesheets/_spinner.scss +313 -403
- data/vendor/assets/stylesheets/_swoggle.scss +8 -10
- data/vendor/assets/stylesheets/_table.scss +4 -13
- data/vendor/assets/stylesheets/_timepicker.scss +12 -18
- data/vendor/assets/stylesheets/_tooltip.scss +7 -7
- data/vendor/assets/stylesheets/_transition.scss +2 -2
- data/vendor/assets/stylesheets/_trunk.scss +32 -51
- data/vendor/assets/stylesheets/_typeahead.scss +1 -1
- metadata +2 -2
@@ -21,17 +21,17 @@
|
|
21
21
|
cursor: pointer;
|
22
22
|
display: inline-block;
|
23
23
|
-webkit-font-smoothing: antialiased;
|
24
|
-
font-weight: bold;
|
25
24
|
font-size: 12px;
|
25
|
+
font-weight: bold;
|
26
26
|
line-height: 12px;
|
27
27
|
margin-top: -2px;
|
28
28
|
min-width: 64px;
|
29
29
|
overflow: hidden;
|
30
30
|
padding: 4px 0;
|
31
31
|
position: relative;
|
32
|
+
text-align: center;
|
32
33
|
text-rendering: geometricPrecision;
|
33
34
|
text-transform: uppercase;
|
34
|
-
text-align: center;
|
35
35
|
-webkit-transition: all 0.5s ease-in-out;
|
36
36
|
transition: all 0.5s ease-in-out;
|
37
37
|
-webkit-user-select: none;
|
@@ -45,6 +45,8 @@
|
|
45
45
|
display: inline-block;
|
46
46
|
height: 100%;
|
47
47
|
position: relative;
|
48
|
+
text-align: center;
|
49
|
+
vertical-align: middle;
|
48
50
|
}
|
49
51
|
.swoggle label {
|
50
52
|
background: rgba(255,255,255,1);
|
@@ -53,20 +55,16 @@
|
|
53
55
|
margin-top: 0;
|
54
56
|
padding-bottom: 4px;
|
55
57
|
padding-top: 3px;
|
56
|
-
text-align: center;
|
57
|
-
vertical-align: middle;
|
58
58
|
width: 20%;
|
59
59
|
z-index: 100;
|
60
60
|
}
|
61
61
|
.swoggle span {
|
62
62
|
padding-bottom: 0;
|
63
63
|
padding-top: 0;
|
64
|
-
text-align: center;
|
65
|
-
vertical-align: middle;
|
66
64
|
width: 40%;
|
67
65
|
z-index: 1;
|
68
66
|
}
|
69
|
-
.swoggle
|
67
|
+
.swoggle div {
|
70
68
|
display: inline-block;
|
71
69
|
position: relative;
|
72
70
|
-webkit-transform: translate3d(0,0,0);
|
@@ -74,8 +72,8 @@
|
|
74
72
|
top: 0;
|
75
73
|
width: 150%;
|
76
74
|
}
|
77
|
-
.swoggle.swoggle-on
|
78
|
-
.swoggle.swoggle-off
|
75
|
+
.swoggle.swoggle-on div { margin-left: 0; }
|
76
|
+
.swoggle.swoggle-off div { margin-left: -50%; }
|
79
77
|
.swoggle.swoggle-on.swoggle-black,
|
80
78
|
.swoggle.swoggle-on.swoggle-blue,
|
81
79
|
.swoggle.swoggle-on.swoggle-green,
|
@@ -116,7 +114,7 @@
|
|
116
114
|
background: rgba(255,245,0,1);
|
117
115
|
border-color: rgba(255,245,0,1);
|
118
116
|
}
|
119
|
-
.swoggle.swoggle-animate
|
117
|
+
.swoggle.swoggle-animate div {
|
120
118
|
-webkit-transition: margin-left 0.5s;
|
121
119
|
transition: margin-left 0.5s;
|
122
120
|
}
|
@@ -25,36 +25,32 @@ table {
|
|
25
25
|
}
|
26
26
|
.table th,
|
27
27
|
.table tfoot td {
|
28
|
-
background: rgba(255,255,255,1);
|
29
28
|
border-top-width: 2px;
|
30
29
|
font-size: 14px;
|
31
30
|
font-weight: bold;
|
32
31
|
padding: 7px 10px 7px 10px;
|
33
32
|
}
|
34
|
-
.table th a
|
35
|
-
.table th a:active,
|
36
|
-
.table th a:hover,
|
37
|
-
.table th a:focus { color: rgba(35,41,55,1); }
|
33
|
+
.table th a { color: rgba(35,41,55,1); }
|
38
34
|
.table th.tablespy-sort-asc:before {
|
39
35
|
content: "\f3d8";
|
40
36
|
float: right;
|
41
37
|
font-family: "Ionicons";
|
42
|
-
font-weight: normal;
|
43
38
|
font-style: normal;
|
39
|
+
font-weight: normal;
|
44
40
|
}
|
45
41
|
.table th.tablespy-sort-desc:before {
|
46
42
|
content: "\f3d0";
|
47
43
|
float: right;
|
48
44
|
font-family: "Ionicons";
|
49
|
-
font-weight: normal;
|
50
45
|
font-style: normal;
|
46
|
+
font-weight: normal;
|
51
47
|
}
|
52
48
|
.table th.tablespy-sort-none:before {
|
53
49
|
content: "\f462";
|
54
50
|
float: right;
|
55
51
|
font-family: "Ionicons";
|
56
|
-
font-weight: normal;
|
57
52
|
font-style: normal;
|
53
|
+
font-weight: normal;
|
58
54
|
}
|
59
55
|
.table th.tablespy-sort-asc,
|
60
56
|
.table th.tablespy-sort-desc,
|
@@ -122,10 +118,6 @@ table {
|
|
122
118
|
height: 300px;
|
123
119
|
overflow: auto;
|
124
120
|
}
|
125
|
-
.table .btn {
|
126
|
-
text-decoration: none !important;
|
127
|
-
text-transform: none !important;
|
128
|
-
}
|
129
121
|
|
130
122
|
/* # Media Queries
|
131
123
|
================================================== */
|
@@ -134,7 +126,6 @@ table {
|
|
134
126
|
border: 1px solid rgba(225,232,237,1);
|
135
127
|
max-height: 300px;
|
136
128
|
-webkit-overflow-scrolling: touch;
|
137
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
138
129
|
overflow: scroll;
|
139
130
|
}
|
140
131
|
.table-responsive > .table > thead > tr > th,
|
@@ -4,9 +4,7 @@
|
|
4
4
|
|
5
5
|
/* # Timepicker
|
6
6
|
================================================== */
|
7
|
-
.timepicker {
|
8
|
-
.timepicker .add-on i { display: inline-block; }
|
9
|
-
.timepicker-widget.dropdown-menu { padding: 5px 1px 5px 0; }
|
7
|
+
.timepicker-widget.dropdown-menu { padding: 5px 0; }
|
10
8
|
.timepicker-widget.dropdown-menu.open {
|
11
9
|
display: inline-block;
|
12
10
|
z-index: 1060;
|
@@ -40,23 +38,22 @@
|
|
40
38
|
}
|
41
39
|
.timepicker-widget.timepicker-orient-bottom:after {
|
42
40
|
border-bottom: 0;
|
43
|
-
border-top: 6px solid rgba(
|
41
|
+
border-top: 6px solid rgba(230,237,242,1);
|
44
42
|
bottom: -6px;
|
45
43
|
}
|
46
|
-
.timepicker-widget
|
47
|
-
.timepicker-widget input { border-radius: 3px; }
|
48
|
-
.timepicker-widget table {
|
44
|
+
.timepicker-widget > table {
|
49
45
|
margin: 0;
|
50
46
|
width: 100%;
|
51
47
|
}
|
52
|
-
.timepicker-widget table td {
|
53
|
-
text-align: center;
|
48
|
+
.timepicker-widget > table td {
|
54
49
|
height: 30px;
|
55
50
|
margin: 0;
|
51
|
+
padding: 0;
|
52
|
+
text-align: center;
|
56
53
|
}
|
57
|
-
.timepicker-widget table td:not(.separator) { min-width: 30px; }
|
58
|
-
.timepicker-widget table td span { width: 100%; }
|
59
|
-
.timepicker-widget table td a {
|
54
|
+
.timepicker-widget > table td:not(.separator) { min-width: 30px; }
|
55
|
+
.timepicker-widget > table td span { width: 100%; }
|
56
|
+
.timepicker-widget > table td > a {
|
60
57
|
color: rgba(35,41,55,1);
|
61
58
|
display: inline-block;
|
62
59
|
margin: 0;
|
@@ -64,12 +61,9 @@
|
|
64
61
|
outline: 0;
|
65
62
|
width: 100%;
|
66
63
|
}
|
67
|
-
.timepicker-widget table td a:hover
|
64
|
+
.timepicker-widget > table td > a:hover,
|
65
|
+
.timepicker-widget > table td > a:focus,
|
66
|
+
.timepicker-widget > table td > a:active {
|
68
67
|
color: $primary-color;
|
69
68
|
text-decoration: none;
|
70
|
-
}
|
71
|
-
.timepicker-widget table td input {
|
72
|
-
margin: 0;
|
73
|
-
text-align: center;
|
74
|
-
width: 25px;
|
75
69
|
}
|
@@ -8,9 +8,9 @@
|
|
8
8
|
color: rgba(255,255,255,1);
|
9
9
|
display: block;
|
10
10
|
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
|
11
|
-
font-weight: bold;
|
12
|
-
font-style: normal;
|
13
11
|
font-size: 11px;
|
12
|
+
font-style: normal;
|
13
|
+
font-weight: bold;
|
14
14
|
letter-spacing: 0;
|
15
15
|
line-height: 17px;
|
16
16
|
opacity: 0;
|
@@ -49,9 +49,9 @@
|
|
49
49
|
letter-spacing: 0;
|
50
50
|
max-width: 200px;
|
51
51
|
padding: 5px 10px;
|
52
|
+
text-align: center;
|
52
53
|
text-decoration: none;
|
53
54
|
text-transform: none;
|
54
|
-
text-align: center;
|
55
55
|
}
|
56
56
|
.tooltip-arrow {
|
57
57
|
border-color: transparent;
|
@@ -60,28 +60,28 @@
|
|
60
60
|
position: absolute;
|
61
61
|
width: 0;
|
62
62
|
}
|
63
|
-
.tooltip.top .tooltip-arrow {
|
63
|
+
.tooltip.top > .tooltip-arrow {
|
64
64
|
border-top-color: rgba(35,41,55,1);
|
65
65
|
border-width: 5px 5px 0;
|
66
66
|
bottom: 0;
|
67
67
|
left: 50%;
|
68
68
|
margin-left: -5px;
|
69
69
|
}
|
70
|
-
.tooltip.right .tooltip-arrow {
|
70
|
+
.tooltip.right > .tooltip-arrow {
|
71
71
|
border-right-color: rgba(35,41,55,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
|
-
.tooltip.left .tooltip-arrow {
|
77
|
+
.tooltip.left > .tooltip-arrow {
|
78
78
|
border-left-color: rgba(35,41,55,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
|
-
.tooltip.bottom .tooltip-arrow {
|
84
|
+
.tooltip.bottom > .tooltip-arrow {
|
85
85
|
border-bottom-color: rgba(35,41,55,1);
|
86
86
|
border-width: 0 5px 5px;
|
87
87
|
left: 50%;
|
@@ -6,7 +6,7 @@
|
|
6
6
|
================================================== */
|
7
7
|
.fade {
|
8
8
|
opacity: 0;
|
9
|
-
-webkit-transition: opacity 0.
|
10
|
-
transition: opacity 0.
|
9
|
+
-webkit-transition: opacity 0.3s linear;
|
10
|
+
transition: opacity 0.3s linear;
|
11
11
|
}
|
12
12
|
.fade.in { opacity: 1; }
|
@@ -14,68 +14,37 @@
|
|
14
14
|
z-index: 1040;
|
15
15
|
}
|
16
16
|
.trunk-buffer { padding: 30px 0; }
|
17
|
-
.trunk-nav
|
17
|
+
.trunk-nav,
|
18
|
+
.trunk-user {
|
18
19
|
list-style-type: none;
|
19
20
|
margin: 0;
|
20
21
|
padding: 0;
|
21
22
|
}
|
22
|
-
.trunk-nav > li {
|
23
|
-
float: left;
|
24
|
-
font-weight: 500;
|
25
|
-
font-size: 11px;
|
26
|
-
line-height: 11px;
|
27
|
-
margin: 5px;
|
28
|
-
width: calc(33.333333% - 10px);
|
29
|
-
}
|
30
|
-
.trunk-nav > li > a {
|
31
|
-
-webkit-appearance: none;
|
32
|
-
-moz-appearance: none;
|
33
|
-
border: 1px solid rgba(0,0,0,0.2);
|
34
|
-
border-radius: 0;
|
35
|
-
color: rgba(136,153,166,1);
|
36
|
-
cursor: pointer;
|
37
|
-
display: block;
|
38
|
-
-webkit-font-smoothing: antialiased;
|
39
|
-
font-weight: 500;
|
40
|
-
font-size: 11px;
|
41
|
-
letter-spacing: 1px;
|
42
|
-
line-height: 11px;
|
43
|
-
padding: 11px 0 9px 0;
|
44
|
-
text-align: center;
|
45
|
-
text-decoration: none;
|
46
|
-
text-rendering: geometricPrecision;
|
47
|
-
text-transform: uppercase;
|
48
|
-
-webkit-transition: all 0.3s linear;
|
49
|
-
transition: all 0.3s linear;
|
50
|
-
vertical-align: middle;
|
51
|
-
white-space: nowrap;
|
52
|
-
}
|
53
|
-
.trunk-nav > li > a.active,
|
54
|
-
.trunk-nav > li > a:active,
|
55
|
-
.trunk-nav > li > a:hover,
|
56
|
-
.trunk-nav > li > a:focus {
|
57
|
-
border-color: rgba(255,255,255,1);
|
58
|
-
color: rgba(255,255,255,1);
|
59
|
-
}
|
60
23
|
.trunk-user {
|
61
|
-
list-style-type: none;
|
62
24
|
margin: 10px auto 0 auto;
|
63
|
-
padding: 10px
|
25
|
+
padding-top: 10px;
|
64
26
|
text-align: center;
|
65
27
|
}
|
28
|
+
.trunk-nav > li,
|
66
29
|
.trunk-user > li {
|
67
|
-
display: inline-block;
|
68
30
|
font-weight: 500;
|
69
31
|
font-size: 11px;
|
70
32
|
line-height: 11px;
|
71
|
-
margin: 5px
|
33
|
+
margin: 5px;
|
34
|
+
}
|
35
|
+
.trunk-nav > li {
|
36
|
+
float: left;
|
37
|
+
width: calc(33.333333% - 10px);
|
38
|
+
}
|
39
|
+
.trunk-user > li {
|
40
|
+
display: inline-block;
|
41
|
+
margin-bottom: 0;
|
72
42
|
width: calc(45% - 30px);
|
73
43
|
}
|
44
|
+
.trunk-nav > li > a,
|
74
45
|
.trunk-user > li > a {
|
75
46
|
-webkit-appearance: none;
|
76
|
-
|
77
|
-
border: 0;
|
78
|
-
border-radius: 0;
|
47
|
+
appearance: none;
|
79
48
|
color: rgba(136,153,166,1);
|
80
49
|
cursor: pointer;
|
81
50
|
display: block;
|
@@ -84,7 +53,7 @@
|
|
84
53
|
font-size: 11px;
|
85
54
|
letter-spacing: 1px;
|
86
55
|
line-height: 11px;
|
87
|
-
padding:
|
56
|
+
padding: 11px 0 9px 0;
|
88
57
|
text-align: center;
|
89
58
|
text-decoration: none;
|
90
59
|
text-rendering: geometricPrecision;
|
@@ -94,11 +63,23 @@
|
|
94
63
|
vertical-align: middle;
|
95
64
|
white-space: nowrap;
|
96
65
|
}
|
97
|
-
.trunk-
|
98
|
-
|
66
|
+
.trunk-nav > li > a {
|
67
|
+
border: 1px solid rgba(0,0,0,0.2);
|
68
|
+
padding: 11px 0 9px 0;
|
69
|
+
}
|
70
|
+
.trunk-user > li > a { padding: 9px 0 7px 0; }
|
71
|
+
.trunk-nav > li > a:hover,
|
72
|
+
.trunk-nav > li > a:focus,
|
73
|
+
.trunk-nav > li > a:active,
|
74
|
+
.trunk-nav > li > a.active {
|
75
|
+
border-color: rgba(255,255,255,1);
|
76
|
+
color: rgba(255,255,255,1);
|
77
|
+
}
|
99
78
|
.trunk-user > li > a:hover,
|
100
|
-
.trunk-user > li > a:focus
|
101
|
-
.trunk-user
|
79
|
+
.trunk-user > li > a:focus,
|
80
|
+
.trunk-user > li > a:active,
|
81
|
+
.trunk-user > li > a.active { color: rgba(255,255,255,1); }
|
82
|
+
.trunk-user > img,
|
102
83
|
.trunk-user > li.trunk-user-placeholder {
|
103
84
|
background: rgba(136,153,166,1);
|
104
85
|
border-radius: 500px;
|
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: 6.
|
4
|
+
version: 6.3.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-
|
11
|
+
date: 2015-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|