quantum 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/quantum/version.rb +1 -1
- data/vendor/assets/stylesheets/alert.css.scss +1 -1
- data/vendor/assets/stylesheets/breadcrumb.css.scss +1 -1
- data/vendor/assets/stylesheets/button.css.scss +16 -17
- data/vendor/assets/stylesheets/dropdown.css.scss +1 -1
- data/vendor/assets/stylesheets/footer.css.scss +4 -4
- data/vendor/assets/stylesheets/form.css.scss +14 -5
- data/vendor/assets/stylesheets/header.css.scss +5 -7
- data/vendor/assets/stylesheets/icon.css.scss +12 -12
- data/vendor/assets/stylesheets/label_and_badge.css.scss +1 -1
- data/vendor/assets/stylesheets/list.css.scss +10 -3
- data/vendor/assets/stylesheets/modal.css.scss +2 -2
- data/vendor/assets/stylesheets/placeholder.css.scss +13 -0
- data/vendor/assets/stylesheets/popover.css.scss +2 -2
- data/vendor/assets/stylesheets/reset.css.scss +0 -2
- data/vendor/assets/stylesheets/tab.css.scss +3 -3
- data/vendor/assets/stylesheets/table.css.scss +4 -4
- data/vendor/assets/stylesheets/tooltip.css.scss +1 -1
- data/vendor/assets/stylesheets/trunk.css.scss +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc8a85bc27fe179ed1cac2dccd629642de3baec5
|
|
4
|
+
data.tar.gz: 803857f6876c65e16641eed39dae5467c8d29eb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9db017f2ce8cd732aa84625cda76317dbe9b349dbcebe5acb752d7fd469ff10143ab193cdc83a00646c9b21a2a55834e0e5f00d71f41b1afde6a6f6dcc333f60
|
|
7
|
+
data.tar.gz: 95623a1207a72d3b4f2a71887d51d395abc6cbcc2ef8379fa22b7a6b75f75b7c6d482801f9bfc75c9e2989973ec89ab07e1391a14fab3197ef06ba486d01a194
|
data/lib/quantum/version.rb
CHANGED
|
@@ -26,11 +26,10 @@
|
|
|
26
26
|
border-radius: 2px;
|
|
27
27
|
color: rgba(43,50,53,0.9);
|
|
28
28
|
display: inline-block;
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 13px;
|
|
30
30
|
-webkit-font-smoothing: antialiased;
|
|
31
31
|
font-weight: bold;
|
|
32
|
-
|
|
33
|
-
line-height: 12.5px;
|
|
32
|
+
line-height: 13px;
|
|
34
33
|
margin: 0;
|
|
35
34
|
padding: 14px 20px 12px 20px;
|
|
36
35
|
text-align: center;
|
|
@@ -50,18 +49,18 @@
|
|
|
50
49
|
/* #Button Sizes
|
|
51
50
|
================================================== */
|
|
52
51
|
.btn-large {
|
|
53
|
-
font-size:
|
|
54
|
-
line-height:
|
|
52
|
+
font-size: 15px;
|
|
53
|
+
line-height: 15px;
|
|
55
54
|
padding: 17px 30px 15px 30px;
|
|
56
55
|
}
|
|
57
56
|
.btn-small {
|
|
58
|
-
font-size:
|
|
59
|
-
line-height:
|
|
57
|
+
font-size: 11px;
|
|
58
|
+
line-height: 11px;
|
|
60
59
|
padding: 8px 15px 7px 15px;
|
|
61
60
|
}
|
|
62
61
|
.btn-mini {
|
|
63
|
-
font-size:
|
|
64
|
-
line-height:
|
|
62
|
+
font-size: 9px;
|
|
63
|
+
line-height: 9px;
|
|
65
64
|
padding: 6px 10px;
|
|
66
65
|
}
|
|
67
66
|
.btn-block,
|
|
@@ -130,23 +129,23 @@ input.btn-block {
|
|
|
130
129
|
/* #Button Icons
|
|
131
130
|
================================================== */
|
|
132
131
|
.btn-icon {
|
|
133
|
-
font-size:
|
|
134
|
-
line-height:
|
|
132
|
+
font-size: 17px;
|
|
133
|
+
line-height: 17px;
|
|
135
134
|
padding: 12px 12px 10px 12px;
|
|
136
135
|
}
|
|
137
136
|
.btn-large.btn-icon {
|
|
138
|
-
font-size:
|
|
139
|
-
line-height:
|
|
137
|
+
font-size: 23px;
|
|
138
|
+
line-height: 23px;
|
|
140
139
|
padding: 13px 14px 11px 14px;
|
|
141
140
|
}
|
|
142
141
|
.btn-small.btn-icon {
|
|
143
|
-
font-size:
|
|
144
|
-
line-height:
|
|
142
|
+
font-size: 14px;
|
|
143
|
+
line-height: 14px;
|
|
145
144
|
padding: 7px 9px 5px 9px;
|
|
146
145
|
}
|
|
147
146
|
.btn-mini.btn-icon {
|
|
148
|
-
font-size:
|
|
149
|
-
line-height:
|
|
147
|
+
font-size: 11px;
|
|
148
|
+
line-height: 11px;
|
|
150
149
|
padding: 6px 7px 4px 7px;
|
|
151
150
|
}
|
|
152
151
|
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
.footer ul { list-style-type: none; }
|
|
31
31
|
.footer li {
|
|
32
32
|
color: rgba(255,255,255,1);
|
|
33
|
-
font-size:
|
|
33
|
+
font-size: 15px;
|
|
34
34
|
text-shadow: 0 1px 0 rgba(0,0,0,1);
|
|
35
35
|
}
|
|
36
36
|
.footer small {
|
|
37
37
|
border-top: 1px solid rgba(58,62,64,1);
|
|
38
38
|
display: block;
|
|
39
|
-
font-size:
|
|
39
|
+
font-size: 12px;
|
|
40
40
|
margin-top: 48px;
|
|
41
41
|
padding-top: 48px;
|
|
42
42
|
text-align: center;
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
}
|
|
64
64
|
.footer-alt li {
|
|
65
65
|
display: inline-block;
|
|
66
|
-
font-size:
|
|
66
|
+
font-size: 13px;
|
|
67
67
|
margin-right: 20px;
|
|
68
68
|
}
|
|
69
69
|
.footer-alt li:last-child { margin-right: 0; }
|
|
70
70
|
.footer-alt small {
|
|
71
71
|
display: inline-block;
|
|
72
72
|
float: right;
|
|
73
|
-
font-size:
|
|
73
|
+
font-size: 13px;
|
|
74
74
|
opacity: 0.8;
|
|
75
75
|
text-align: center;
|
|
76
76
|
}
|
|
@@ -9,8 +9,9 @@ fieldset { border: 0; }
|
|
|
9
9
|
legend {
|
|
10
10
|
border: 0;
|
|
11
11
|
border-bottom: 1px solid rgba(217,222,225,1);
|
|
12
|
+
color: rgba(43,50,53,1);
|
|
12
13
|
display: block;
|
|
13
|
-
font-size:
|
|
14
|
+
font-size: 16px;
|
|
14
15
|
font-weight: bold;
|
|
15
16
|
line-height: 25px;
|
|
16
17
|
margin-bottom: 20px;
|
|
@@ -18,8 +19,9 @@ legend {
|
|
|
18
19
|
width: 100%;
|
|
19
20
|
}
|
|
20
21
|
label {
|
|
22
|
+
color: rgba(43,50,53,1);
|
|
21
23
|
display: block;
|
|
22
|
-
font-size:
|
|
24
|
+
font-size: 14px;
|
|
23
25
|
font-weight: bold;
|
|
24
26
|
margin: 5px 0 10px 0;
|
|
25
27
|
}
|
|
@@ -47,7 +49,7 @@ input[type="color"],
|
|
|
47
49
|
-moz-box-sizing: border-box;
|
|
48
50
|
box-sizing: border-box;
|
|
49
51
|
display: block;
|
|
50
|
-
font-size:
|
|
52
|
+
font-size: 16px;
|
|
51
53
|
margin: -5px 0 10px 0;
|
|
52
54
|
padding: 13px 0 10px 0;
|
|
53
55
|
text-indent: 10px;
|
|
@@ -107,7 +109,8 @@ select {
|
|
|
107
109
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7f9', endColorstr='#ebecef',GradientType=0);
|
|
108
110
|
border: 1px solid rgba(217,222,225,1);
|
|
109
111
|
border-radius: 2px;
|
|
110
|
-
|
|
112
|
+
color: rgba(43,50,53,1);
|
|
113
|
+
font-size: 100%;
|
|
111
114
|
margin-bottom: 15px;
|
|
112
115
|
padding: 13px 0 10px 15px;
|
|
113
116
|
text-indent: 0;
|
|
@@ -186,9 +189,15 @@ select:focus:invalid:focus { border-color: rgba(237,76,42,1); }
|
|
|
186
189
|
.form-help-block {
|
|
187
190
|
color: rgba(171,171,171,1);
|
|
188
191
|
display: block;
|
|
189
|
-
font-size:
|
|
192
|
+
font-size: 12px;
|
|
190
193
|
margin: -5px 0 15px 0;
|
|
191
194
|
}
|
|
195
|
+
.form-footer {
|
|
196
|
+
border-top: 1px solid rgba(236,238,241,1);
|
|
197
|
+
margin-top: 30px;
|
|
198
|
+
padding: 20px 0 0 0;
|
|
199
|
+
}
|
|
200
|
+
.form-footer li:first-child { margin-top: 10px; }
|
|
192
201
|
|
|
193
202
|
/* #Media Queries
|
|
194
203
|
================================================== */
|
|
@@ -33,15 +33,13 @@
|
|
|
33
33
|
float: left;
|
|
34
34
|
margin: 13px 0 0 30px;
|
|
35
35
|
}
|
|
36
|
-
.header-search input {
|
|
37
|
-
margin: 0;
|
|
38
|
-
width: 280px;
|
|
39
|
-
}
|
|
40
36
|
.header-search input {
|
|
41
37
|
background-color: transparent;
|
|
42
38
|
border-color: rgba(255,255,255,0.25);
|
|
43
39
|
color: rgba(255,255,255,1);
|
|
44
40
|
font-weight: 200;
|
|
41
|
+
margin: 0;
|
|
42
|
+
width: 280px;
|
|
45
43
|
}
|
|
46
44
|
.header-search input:-moz-placeholder { color: rgba(255,255,255,0.40); }
|
|
47
45
|
.header-search input:-ms-input-placeholder { color: rgba(255,255,255,0.40); }
|
|
@@ -55,7 +53,7 @@
|
|
|
55
53
|
.header-nav li {
|
|
56
54
|
color: rgba(255,255,255,1);
|
|
57
55
|
display: inline-block;
|
|
58
|
-
font-size:
|
|
56
|
+
font-size: 13px;
|
|
59
57
|
font-weight: bold;
|
|
60
58
|
margin-left: 25px;
|
|
61
59
|
text-shadow: 0 1px 0 rgba(0,0,0,1);
|
|
@@ -79,7 +77,7 @@
|
|
|
79
77
|
.header-nav li.bordered a:hover { border-color: rgba(255,255,255,1); }
|
|
80
78
|
.header-nav .dropdown-menu li {
|
|
81
79
|
display: block;
|
|
82
|
-
font-size:
|
|
80
|
+
font-size: 12px;
|
|
83
81
|
margin-left: 0;
|
|
84
82
|
}
|
|
85
83
|
.header-nav .dropdown-menu li a {
|
|
@@ -118,7 +116,7 @@
|
|
|
118
116
|
border-radius: 2px;
|
|
119
117
|
color: rgba(255,255,255,1);
|
|
120
118
|
float: right;
|
|
121
|
-
font-size:
|
|
119
|
+
font-size: 18px;
|
|
122
120
|
margin-top: 8px;
|
|
123
121
|
opacity: 0.85;
|
|
124
122
|
padding: 6px 14px 4px 14px;
|
|
@@ -98,28 +98,28 @@ ul.icons li [class*=" icon-"] { width: .75em; }
|
|
|
98
98
|
[class^="icon-"].pull-right,
|
|
99
99
|
[class*=" icon-"].pull-right { margin-left: .35em; }
|
|
100
100
|
.icon-spin {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
@-moz-keyframes spin {
|
|
108
|
-
0% { -moz-transform: rotate(0deg); }
|
|
109
|
-
100% { -moz-transform: rotate(359deg); }
|
|
101
|
+
-webkit-animation: spin 2s infinite linear;
|
|
102
|
+
-moz-animation: spin 2s infinite linear;
|
|
103
|
+
-o-animation: spin 2s infinite linear;
|
|
104
|
+
animation: spin 2s infinite linear;
|
|
105
|
+
display: inline-block;
|
|
110
106
|
}
|
|
111
107
|
@-webkit-keyframes spin {
|
|
112
108
|
0% { -webkit-transform: rotate(0deg); }
|
|
113
109
|
100% { -webkit-transform: rotate(359deg); }
|
|
114
110
|
}
|
|
115
|
-
@-
|
|
116
|
-
0% { -
|
|
117
|
-
100% { -
|
|
111
|
+
@-moz-keyframes spin {
|
|
112
|
+
0% { -moz-transform: rotate(0deg); }
|
|
113
|
+
100% { -moz-transform: rotate(359deg); }
|
|
118
114
|
}
|
|
119
115
|
@-ms-keyframes spin {
|
|
120
116
|
0% { -ms-transform: rotate(0deg); }
|
|
121
117
|
100% { -ms-transform: rotate(359deg); }
|
|
122
118
|
}
|
|
119
|
+
@-o-keyframes spin {
|
|
120
|
+
0% { -o-transform: rotate(0deg); }
|
|
121
|
+
100% { -o-transform: rotate(359deg); }
|
|
122
|
+
}
|
|
123
123
|
@keyframes spin {
|
|
124
124
|
0% { transform: rotate(0deg); }
|
|
125
125
|
100% { transform: rotate(359deg); }
|
|
@@ -5,23 +5,30 @@
|
|
|
5
5
|
/* #List
|
|
6
6
|
================================================== */
|
|
7
7
|
ul, ol {
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: 16px;
|
|
9
9
|
line-height: 25px;
|
|
10
10
|
}
|
|
11
11
|
ul { padding-left: 17px; }
|
|
12
12
|
ol { padding-left: 23px; }
|
|
13
13
|
ul.list-small,
|
|
14
14
|
ol.list-small {
|
|
15
|
-
font-size:
|
|
15
|
+
font-size: 14px;
|
|
16
16
|
line-height: 22px;
|
|
17
17
|
}
|
|
18
18
|
ul.list-unstyled {
|
|
19
19
|
list-style-type: none;
|
|
20
20
|
padding: 0;
|
|
21
21
|
}
|
|
22
|
+
ul.list-inline li,
|
|
23
|
+
ol.list-inline li {
|
|
24
|
+
display: inline-block;
|
|
25
|
+
margin-right: 10px;
|
|
26
|
+
}
|
|
27
|
+
ul.list-inline li:last-child,
|
|
28
|
+
ol.list-inline li:last-child { margin-right: 0; }
|
|
22
29
|
dl dt,
|
|
23
30
|
dl dd {
|
|
24
|
-
font-size:
|
|
31
|
+
font-size: 16px;
|
|
25
32
|
line-height: 25px;
|
|
26
33
|
}
|
|
27
34
|
dl dt {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* Table of Contents
|
|
2
|
+
==================================================
|
|
3
|
+
#Placeholder */
|
|
4
|
+
|
|
5
|
+
/* #Placeholder
|
|
6
|
+
================================================== */
|
|
7
|
+
.placeholder i {
|
|
8
|
+
font-size: 156px;
|
|
9
|
+
}
|
|
10
|
+
.placeholder i.text-center {
|
|
11
|
+
display: block;
|
|
12
|
+
text-align: center;
|
|
13
|
+
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
background-color: rgba(236,238,241,1);
|
|
27
27
|
border-bottom: 1px solid rgba(217,222,225,1);
|
|
28
28
|
color: rgba(43,50,53,1);
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 14px;
|
|
30
30
|
line-height: 18px;
|
|
31
31
|
margin: 0;
|
|
32
32
|
padding: 10px 15px 8px 15px;
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
.popover-title:empty { display: none; }
|
|
35
35
|
.popover-content {
|
|
36
36
|
background-color: rgba(255,255,255,1);
|
|
37
|
-
font-size:
|
|
37
|
+
font-size: 14px;
|
|
38
38
|
line-height: 20px;
|
|
39
39
|
padding: 10px 15px;
|
|
40
40
|
}
|
|
@@ -43,10 +43,8 @@ body {
|
|
|
43
43
|
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
|
|
44
44
|
-webkit-font-smoothing: antialiased;
|
|
45
45
|
font-smooth: always;
|
|
46
|
-
margin: 0;
|
|
47
46
|
-webkit-overflow-scrolling: touch;
|
|
48
47
|
overflow-scrolling: touch;
|
|
49
|
-
padding: 0;
|
|
50
48
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
51
49
|
tap-highlight-color: rgba(0,0,0,0);
|
|
52
50
|
text-rendering: optimizeLegibility;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
.nav > li > a {
|
|
13
13
|
color: rgba(171,171,171,1);
|
|
14
14
|
display: block;
|
|
15
|
-
font-size:
|
|
15
|
+
font-size: 14px;
|
|
16
16
|
font-weight: bold;
|
|
17
|
-
line-height:
|
|
17
|
+
line-height: 14px;
|
|
18
18
|
}
|
|
19
19
|
.nav > li > a:hover,
|
|
20
20
|
.nav > li > a:focus {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
background-color: rgba(43,50,53,1);
|
|
28
28
|
color: rgba(255,255,255,1);
|
|
29
29
|
display: block;
|
|
30
|
-
font-size:
|
|
30
|
+
font-size: 14px;
|
|
31
31
|
font-weight: bold;
|
|
32
32
|
line-height: 20px;
|
|
33
33
|
padding: 10px 15px;
|
|
@@ -14,7 +14,7 @@ table {
|
|
|
14
14
|
.table th,
|
|
15
15
|
.table td {
|
|
16
16
|
border-top: 1px solid rgba(217,222,225,1);
|
|
17
|
-
font-size:
|
|
17
|
+
font-size: 16px;
|
|
18
18
|
line-height: 25px;
|
|
19
19
|
padding: 9px 10px 6px 10px;
|
|
20
20
|
text-align: left;
|
|
@@ -23,7 +23,7 @@ table {
|
|
|
23
23
|
.table th {
|
|
24
24
|
background-color: rgba(236,238,241,1);
|
|
25
25
|
color: rgba(43,50,53,1);
|
|
26
|
-
font-size:
|
|
26
|
+
font-size: 14px;
|
|
27
27
|
font-weight: bold;
|
|
28
28
|
}
|
|
29
29
|
.table th a { color: rgba(43,50,53,1); }
|
|
@@ -39,10 +39,10 @@ table {
|
|
|
39
39
|
.table .table { background-color: rgba(255,255,255,1); }
|
|
40
40
|
.table-condensed th,
|
|
41
41
|
.table-condensed td {
|
|
42
|
-
font-size:
|
|
42
|
+
font-size: 14px;
|
|
43
43
|
padding: 5px 5px 3px 5px;
|
|
44
44
|
}
|
|
45
|
-
.table-condensed th { font-size:
|
|
45
|
+
.table-condensed th { font-size: 12px; }
|
|
46
46
|
.table-bordered {
|
|
47
47
|
border: 1px solid rgba(217,222,225,1);
|
|
48
48
|
border-collapse: separate;
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
border-radius: 3px;
|
|
29
29
|
color: rgba(255,255,255,0.8);
|
|
30
30
|
display: block;
|
|
31
|
-
font-size:
|
|
31
|
+
font-size: 13px;
|
|
32
32
|
font-weight: bold;
|
|
33
33
|
letter-spacing: 1px;
|
|
34
|
-
line-height:
|
|
34
|
+
line-height: 13px;
|
|
35
35
|
padding: 12px 15px 10px 0;
|
|
36
36
|
text-shadow: 0 1px 0 rgba(0,0,0,1);
|
|
37
37
|
}
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
border-radius: 3px;
|
|
55
55
|
color: rgba(255,255,255,0.8);
|
|
56
56
|
display: block;
|
|
57
|
-
font-size:
|
|
57
|
+
font-size: 13px;
|
|
58
58
|
font-weight: bold;
|
|
59
59
|
padding: 5px 0 3px 0;
|
|
60
60
|
text-align: center;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quantum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -116,6 +116,7 @@ files:
|
|
|
116
116
|
- vendor/assets/stylesheets/map.css.scss
|
|
117
117
|
- vendor/assets/stylesheets/modal.css.scss
|
|
118
118
|
- vendor/assets/stylesheets/pagination.css.scss
|
|
119
|
+
- vendor/assets/stylesheets/placeholder.css.scss
|
|
119
120
|
- vendor/assets/stylesheets/popover.css.scss
|
|
120
121
|
- vendor/assets/stylesheets/progress.css.scss
|
|
121
122
|
- vendor/assets/stylesheets/reset.css.scss
|
|
@@ -146,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
147
|
version: '0'
|
|
147
148
|
requirements: []
|
|
148
149
|
rubyforge_project:
|
|
149
|
-
rubygems_version: 2.1.
|
|
150
|
+
rubygems_version: 2.1.10
|
|
150
151
|
signing_key:
|
|
151
152
|
specification_version: 4
|
|
152
153
|
summary: Quantum Responsive Web Framework
|