ui_alchemy-rails 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ /* Will be compiled down to a single stylesheet with your sass files */
1
2
  /*****************
2
3
  * Font Types
3
4
  *****************/
@@ -35,1112 +36,10 @@
35
36
  ************/
36
37
  /* background for header */
37
38
  /* ie9 support */
38
- /*****************
39
- * Font Types
40
- *****************/
41
- /*****************
42
- * Static
43
- *****************/
44
- /*****************
45
- * Responsive
46
- *****************/
47
- /*****************
48
- * Elements - Global
49
- *****************/
50
- /********
51
- * Images
52
- *********/
53
- /*************
54
- * Base Colors
55
- **************/
56
- /****************
57
- * Palette Colors
58
- *****************/
59
- /* Proposed colour palette
60
- ===========================*/
61
- /* Generic default tone for non interactive elements */
62
- /* Favorite greys for warm interactive elements */
63
- /* Red Hat toners */
64
- /* Red Hat Official */
65
- /* Red Hat Apps - Web Extended
66
- ================================*/
67
- /* Orange (the letter o) */
68
- /* Green */
69
- /* Red */
70
- /************
71
- * Theme color
72
- ************/
73
- /* background for header */
74
- /* ie9 support */
75
- /*
76
- =======================================
77
- FORMS
78
- =======================================
79
- */
80
- /* line 11, ../../app/components/alchemy-forms/forms.scss */
81
- .form {
82
- width: 100%;
83
- display: block;
84
- line-height: 1;
85
- color: #3c3c3c;
86
- }
87
- /* line 18, ../../app/components/alchemy-forms/forms.scss */
88
- .form .control_group,
89
- .form .control-group {
90
- padding: 5px 8px;
91
- position: relative;
92
- white-space: nowrap;
93
- }
94
- /* line 24, ../../app/components/alchemy-forms/forms.scss */
95
- .form .control_group .label,
96
- .form .control_group .control-label,
97
- .form .control-group .label,
98
- .form .control-group .control-label {
99
- width: 200px;
100
- float: left;
101
- text-align: right;
102
- position: relative;
103
- padding: 0;
104
- }
105
- /* line 32, ../../app/components/alchemy-forms/forms.scss */
106
- .form .control_group .input,
107
- .form .control-group .input {
108
- margin-left: 200px;
109
- position: relative;
110
- min-height: 2.5em;
111
- }
112
- /* line 39, ../../app/components/alchemy-forms/forms.scss */
113
- .form fieldset {
114
- border: 1px solid #e2e2e2;
115
- -webkit-border-radius: 5px;
116
- -moz-border-radius: 5px;
117
- -ms-border-radius: 5px;
118
- -o-border-radius: 5px;
119
- border-radius: 5px;
120
- padding: 0;
121
- margin: 0 0 10px;
122
- background: #fdfdfd;
123
- }
124
- /* line 46, ../../app/components/alchemy-forms/forms.scss */
125
- .form fieldset legend {
126
- width: auto;
127
- margin-left: 10px;
128
- padding: 3px 5px;
129
- color: #b1b1b1;
130
- background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
131
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(90%, rgba(255, 255, 255, 0)));
132
- background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
133
- background: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
134
- background: -o-linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
135
- background: linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
136
- }
137
-
138
- /*
139
- =======================================
140
- INPUTS
141
- =======================================
142
- */
143
- /* general */
144
- /* line 64, ../../app/components/alchemy-forms/forms.scss */
145
- .form {
146
- /* general styling of fields */
147
- /* placeholder for various browsers
148
- (needs to be separate) */
149
- /* remove placeholder on focus
150
- (needs to be separate) */
151
- /* required field */
152
- /* informative values */
153
- /* readonly field */
154
- /* disabled field */
155
- /* warning field */
156
- /* error field */
157
- /* checking items */
158
- }
159
- /* line 67, ../../app/components/alchemy-forms/forms.scss */
160
- .form .label label,
161
- .form .control-label label {
162
- line-height: 2.5;
163
- display: inline-block;
164
- padding: 0 20px 0 3px;
165
- }
166
- /* line 77, ../../app/components/alchemy-forms/forms.scss */
167
- .form input,
168
- .form select,
169
- .form textarea {
170
- font-family: "Liberation Sans", sans-serif;
171
- }
172
- /* line 82, ../../app/components/alchemy-forms/forms.scss */
173
- .form input {
174
- line-height: 1.3;
175
- }
176
- /* line 93, ../../app/components/alchemy-forms/forms.scss */
177
- .form input[type="text"],
178
- .form input[type="password"],
179
- .form input[type="email"],
180
- .form input[type="url"],
181
- .form input[type="search"],
182
- .form input[type="date"],
183
- .form input[type="number"],
184
- .form textarea {
185
- width: 280px;
186
- padding: 6px 10px;
187
- color: inherit;
188
- outline: none;
189
- border: 1px solid #c8c8c8;
190
- margin-bottom: 7px;
191
- -webkit-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
192
- -moz-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
193
- box-shadow: 0 1px 2px 0 #d5d5d5 inset;
194
- -webkit-border-radius: 3px;
195
- -moz-border-radius: 3px;
196
- -ms-border-radius: 3px;
197
- -o-border-radius: 3px;
198
- border-radius: 3px;
199
- }
200
- /* line 103, ../../app/components/alchemy-forms/forms.scss */
201
- .form input[type="text"]:hover,
202
- .form input[type="password"]:hover,
203
- .form input[type="email"]:hover,
204
- .form input[type="url"]:hover,
205
- .form input[type="search"]:hover,
206
- .form input[type="date"]:hover,
207
- .form input[type="number"]:hover,
208
- .form textarea:hover {
209
- border-color: #9a9a9a;
210
- }
211
- /* line 107, ../../app/components/alchemy-forms/forms.scss */
212
- .form input[type="text"]:focus,
213
- .form input[type="password"]:focus,
214
- .form input[type="email"]:focus,
215
- .form input[type="url"]:focus,
216
- .form input[type="search"]:focus,
217
- .form input[type="date"]:focus,
218
- .form input[type="number"]:focus,
219
- .form textarea:focus {
220
- border-color: #35b4ee;
221
- -webkit-box-shadow: 0 0 2px #35b4ee;
222
- -moz-box-shadow: 0 0 2px #35b4ee;
223
- box-shadow: 0 0 2px #35b4ee;
224
- -webkit-transition: all 0.17s linear;
225
- -moz-transition: all 0.17s linear;
226
- -o-transition: all 0.17s linear;
227
- transition: all 0.17s linear;
228
- }
229
- /* line 115, ../../app/components/alchemy-forms/forms.scss */
230
- .form input[type="file"],
231
- .form input[type="range"] {
232
- width: auto;
233
- max-width: 290px;
234
- padding: 6px 0;
235
- margin-bottom: 7px;
236
- }
237
- /* line 122, ../../app/components/alchemy-forms/forms.scss */
238
- .form input[type="range"] {
239
- width: 290px;
240
- padding-top: 4px;
241
- }
242
- /* line 127, ../../app/components/alchemy-forms/forms.scss */
243
- .form input[type="number"] {
244
- width: 50px;
245
- text-align: left;
246
- padding: 4px 10px;
247
- }
248
- /* line 133, ../../app/components/alchemy-forms/forms.scss */
249
- .form select {
250
- min-width: 186.66667px;
251
- width: auto;
252
- max-width: 270px;
253
- padding: 4px 0 4px 10px;
254
- margin-bottom: 7px;
255
- position: relative;
256
- top: 2px;
257
- font-size: 100%;
258
- color: #3c3c3c;
259
- }
260
- /* line 144, ../../app/components/alchemy-forms/forms.scss */
261
- .form select[multiple="multiple"] {
262
- background: white;
263
- height: auto;
264
- line-height: 1.5;
265
- border: 1px solid #c8c8c8;
266
- }
267
- /* line 152, ../../app/components/alchemy-forms/forms.scss */
268
- .form textarea {
269
- height: auto;
270
- resize: none;
271
- overflow: auto;
272
- }
273
- /* line 160, ../../app/components/alchemy-forms/forms.scss */
274
- .form input::-webkit-input-placeholder {
275
- color: #c8c8c8;
276
- font-style: italic;
277
- }
278
- /* line 165, ../../app/components/alchemy-forms/forms.scss */
279
- .form input:-moz-placeholder {
280
- color: #c8c8c8;
281
- font-style: italic;
282
- }
283
- /* line 172, ../../app/components/alchemy-forms/forms.scss */
284
- .form input:focus::-webkit-input-placeholder {
285
- color: rgba(255, 255, 255, 0);
286
- }
287
- /* line 176, ../../app/components/alchemy-forms/forms.scss */
288
- .form input:focus:-moz-placeholder {
289
- color: rgba(255, 255, 255, 0);
290
- }
291
- /* line 183, ../../app/components/alchemy-forms/forms.scss */
292
- .form .required .label,
293
- .form .required .control-label {
294
- position: relative;
295
- }
296
- /* line 186, ../../app/components/alchemy-forms/forms.scss */
297
- .form .required .label:after,
298
- .form .required .control-label:after {
299
- display: inline-block;
300
- position: absolute;
301
- right: 11px;
302
- top: 4px;
303
- font-size: 125%;
304
- font-weight: bold;
305
- content: '*';
306
- color: #139edd;
307
- }
308
- /* line 200, ../../app/components/alchemy-forms/forms.scss */
309
- .form .required.warning .label:after,
310
- .form .required.warning .control-label:after {
311
- color: #ff860e;
312
- }
313
- /* line 207, ../../app/components/alchemy-forms/forms.scss */
314
- .form .required.error .label:after,
315
- .form .required.error .control-label:after {
316
- color: #c81e28;
317
- }
318
- /* line 214, ../../app/components/alchemy-forms/forms.scss */
319
- .form .value {
320
- display: inline-block;
321
- width: 280px;
322
- padding: 8px 0;
323
- margin-bottom: 7px;
324
- line-height: 1.3;
325
- font-size: 100%;
326
- color: #a7a7a7;
327
- }
328
- /* line 227, ../../app/components/alchemy-forms/forms.scss */
329
- .form .readonly input,
330
- .form input[readonly="readonly"],
331
- .form textarea[readonly="readonly"] {
332
- color: #a7a7a7;
333
- }
334
- /* line 231, ../../app/components/alchemy-forms/forms.scss */
335
- .form .readonly input:hover, .form .readonly input:focus,
336
- .form input[readonly="readonly"]:hover,
337
- .form input[readonly="readonly"]:focus,
338
- .form textarea[readonly="readonly"]:hover,
339
- .form textarea[readonly="readonly"]:focus {
340
- border: 1px solid #c8c8c8;
341
- -webkit-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
342
- -moz-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
343
- box-shadow: 0 1px 2px 0 #d5d5d5 inset;
344
- }
345
- /* line 239, ../../app/components/alchemy-forms/forms.scss */
346
- .form .disabled label {
347
- color: #a2a2a2;
348
- }
349
- /* line 245, ../../app/components/alchemy-forms/forms.scss */
350
- .form input[disabled="disabled"],
351
- .form textarea[disabled="disabled"] {
352
- color: #a2a2a2;
353
- background: #f7f7f6;
354
- border: 1px solid #c8c8c8;
355
- }
356
- /* line 251, ../../app/components/alchemy-forms/forms.scss */
357
- .form input[disabled="disabled"]:hover, .form input[disabled="disabled"]:focus,
358
- .form textarea[disabled="disabled"]:hover,
359
- .form textarea[disabled="disabled"]:focus {
360
- border: 1px solid #c8c8c8;
361
- -webkit-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
362
- -moz-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
363
- box-shadow: 0 1px 2px 0 #d5d5d5 inset;
364
- }
365
- /* line 257, ../../app/components/alchemy-forms/forms.scss */
366
- .form select[disabled="disabled"] {
367
- color: #a2a2a2;
368
- }
369
- /* line 261, ../../app/components/alchemy-forms/forms.scss */
370
- .form input[type="file"][disabled="disabled"] {
371
- color: #a2a2a2;
372
- border: 0 none;
373
- -webkit-box-shadow: none;
374
- -moz-box-shadow: none;
375
- box-shadow: none;
376
- }
377
- /* line 2, ../../app/components/alchemy-forms/_forms_mixins.scss */
378
- .form .warning .label {
379
- color: #ff860e;
380
- }
381
- /* line 6, ../../app/components/alchemy-forms/_forms_mixins.scss */
382
- .form .warning input {
383
- border-color: #ff860e;
384
- }
385
- /* line 9, ../../app/components/alchemy-forms/_forms_mixins.scss */
386
- .form .warning input:hover {
387
- border-color: #d06700;
388
- }
389
- /* line 13, ../../app/components/alchemy-forms/_forms_mixins.scss */
390
- .form .warning input:focus {
391
- border-color: #ff860e;
392
- -webkit-box-shadow: 0 0 2px #ff860e;
393
- -moz-box-shadow: 0 0 2px #ff860e;
394
- box-shadow: 0 0 2px #ff860e;
395
- }
396
- /* line 2, ../../app/components/alchemy-forms/_forms_mixins.scss */
397
- .form .error .label {
398
- color: #c81e28;
399
- }
400
- /* line 6, ../../app/components/alchemy-forms/_forms_mixins.scss */
401
- .form .error input {
402
- border-color: #c81e28;
403
- }
404
- /* line 9, ../../app/components/alchemy-forms/_forms_mixins.scss */
405
- .form .error input:hover {
406
- border-color: #93161d;
407
- }
408
- /* line 13, ../../app/components/alchemy-forms/_forms_mixins.scss */
409
- .form .error input:focus {
410
- border-color: #c81e28;
411
- -webkit-box-shadow: 0 0 2px #c81e28;
412
- -moz-box-shadow: 0 0 2px #c81e28;
413
- box-shadow: 0 0 2px #c81e28;
414
- }
415
- /* line 280, ../../app/components/alchemy-forms/forms.scss */
416
- .form .checkbox .control,
417
- .form .radio .control {
418
- display: block;
419
- padding: 1px 0 5px 0;
420
- }
421
- /* line 284, ../../app/components/alchemy-forms/forms.scss */
422
- .form .checkbox .control label,
423
- .form .radio .control label {
424
- padding-right: 15px;
425
- }
426
- /* line 289, ../../app/components/alchemy-forms/forms.scss */
427
- .form .checkbox > label + .control,
428
- .form .radio > label + .control {
429
- display: inline-block;
430
- }
431
- /* line 293, ../../app/components/alchemy-forms/forms.scss */
432
- .form .checkbox.horizontal .control,
433
- .form .radio.horizontal .control {
434
- display: inline-block;
435
- margin: 0 5px 0 0;
436
- }
437
- /* line 299, ../../app/components/alchemy-forms/forms.scss */
438
- .form .checkbox:not(.inline) label,
439
- .form .radio:not(.inline) label {
440
- line-height: 2;
441
- }
442
- /* line 305, ../../app/components/alchemy-forms/forms.scss */
443
- .form .checkbox input[type="radio"],
444
- .form .checkbox input[type="checkbox"],
445
- .form .radio input[type="radio"],
446
- .form .radio input[type="checkbox"] {
447
- margin: 0 2px 0 0;
448
- position: relative;
449
- top: 1px;
450
- }
451
- /* line 312, ../../app/components/alchemy-forms/forms.scss */
452
- .form .checkbox.inline .control,
453
- .form .radio.inline .control {
454
- display: inline-block;
455
- margin-left: 15px;
456
- }
457
-
458
- /*
459
- =======================================
460
- MESSAGES
461
- =======================================
462
- */
463
- /* line 326, ../../app/components/alchemy-forms/forms.scss */
464
- .form {
465
- /* field validations */
466
- /* success message */
467
- /* warning message */
468
- /* error message */
469
- }
470
- /* line 330, ../../app/components/alchemy-forms/forms.scss */
471
- .form span {
472
- display: inline-block;
473
- max-width: 280px;
474
- line-height: 1.1;
475
- vertical-align: middle;
476
- font-size: 90%;
477
- white-space: normal;
478
- }
479
- /* line 343, ../../app/components/alchemy-forms/forms.scss */
480
- .form .help i {
481
- display: inline-block;
482
- position: relative;
483
- height: 13px;
484
- width: 13px;
485
- padding-top: 1px;
486
- text-align: center;
487
- color: #a2a2a2;
488
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
489
- -webkit-border-radius: 50%;
490
- -moz-border-radius: 50%;
491
- -ms-border-radius: 50%;
492
- -o-border-radius: 50%;
493
- border-radius: 50%;
494
- border: 1px solid #e2e2e2;
495
- background: #f7f7f6 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
496
- background: #f7f7f6 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededec));
497
- background: #f7f7f6 -webkit-linear-gradient(#ffffff, #ededec);
498
- background: #f7f7f6 -moz-linear-gradient(#ffffff, #ededec);
499
- background: #f7f7f6 -o-linear-gradient(#ffffff, #ededec);
500
- background: #f7f7f6 linear-gradient(#ffffff, #ededec);
501
- cursor: default;
502
- }
503
- /* line 359, ../../app/components/alchemy-forms/forms.scss */
504
- .form .help i:hover {
505
- color: white;
506
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
507
- border-color: #585854;
508
- background: #585854 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwNjA1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
509
- background: #585854 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d67), color-stop(100%, #60605b));
510
- background: #585854 -webkit-linear-gradient(#6d6d67, #60605b);
511
- background: #585854 -moz-linear-gradient(#6d6d67, #60605b);
512
- background: #585854 -o-linear-gradient(#6d6d67, #60605b);
513
- background: #585854 linear-gradient(#6d6d67, #60605b);
514
- }
515
- /* line 369, ../../app/components/alchemy-forms/forms.scss */
516
- .form .help i:after {
517
- display: none;
518
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
519
- opacity: 0.97;
520
- content: "";
521
- height: 0;
522
- width: 0;
523
- border-style: solid;
524
- border-width: 0 9px 8px 9px;
525
- border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #6d6d67;
526
- position: absolute;
527
- bottom: -11px;
528
- left: -2px;
529
- z-index: 2;
530
- }
531
- /* line 385, ../../app/components/alchemy-forms/forms.scss */
532
- .form .help span {
533
- display: none;
534
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
535
- opacity: 0.97;
536
- position: absolute;
537
- left: 5px;
538
- top: 33px;
539
- z-index: 1;
540
- width: 160px;
541
- padding: 7px 10px 9px 10px;
542
- margin: 0;
543
- -webkit-border-radius: 3px;
544
- -moz-border-radius: 3px;
545
- -ms-border-radius: 3px;
546
- -o-border-radius: 3px;
547
- border-radius: 3px;
548
- background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2NyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjNTg1ODU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
549
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d67), color-stop(20%, #585854));
550
- background: -webkit-linear-gradient(#6d6d67, #585854 20%);
551
- background: -moz-linear-gradient(#6d6d67, #585854 20%);
552
- background: -o-linear-gradient(#6d6d67, #585854 20%);
553
- background: linear-gradient(#6d6d67, #585854 20%);
554
- /* general */
555
- *zoom: 1;
556
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF585854', endColorstr='#FF585854');
557
- /* IE */
558
- background-color: #585854;
559
- /* fallback */
560
- *zoom: 1;
561
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6D6D67', endColorstr='#FF585854');
562
- color: white;
563
- border-color: #585854;
564
- text-align: left;
565
- line-height: 1.2;
566
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
567
- -webkit-box-shadow: 0 1px 3px #fbfbfb;
568
- -moz-box-shadow: 0 1px 3px #fbfbfb;
569
- box-shadow: 0 1px 3px #fbfbfb;
570
- }
571
- /* line 407, ../../app/components/alchemy-forms/forms.scss */
572
- .form .help i:hover:after {
573
- display: block;
574
- }
575
- /* line 411, ../../app/components/alchemy-forms/forms.scss */
576
- .form .help i:hover ~ span {
577
- display: block;
578
- }
579
- /* line 419, ../../app/components/alchemy-forms/forms.scss */
580
- .form .note {
581
- display: block;
582
- font-size: 85%;
583
- color: #a2a2a2;
584
- margin: 0 0 5px 10px;
585
- }
586
- /* line 425, ../../app/components/alchemy-forms/forms.scss */
587
- .form .note strong {
588
- font-weight: bold;
589
- font-size: 110%;
590
- }
591
- /* line 434, ../../app/components/alchemy-forms/forms.scss */
592
- .form .hint,
593
- .form .message {
594
- position: relative;
595
- left: 0;
596
- color: #6f6f6f;
597
- padding: 9px 10px 7px 10px;
598
- margin-left: 10px;
599
- background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
600
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
601
- background: -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
602
- background: -moz-linear-gradient(#ffffff, #f7f7f6 30%);
603
- background: -o-linear-gradient(#ffffff, #f7f7f6 30%);
604
- background: linear-gradient(#ffffff, #f7f7f6 30%);
605
- /* general */
606
- *zoom: 1;
607
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F6', endColorstr='#FFF7F7F6');
608
- /* IE */
609
- background-color: #f7f7f6;
610
- /* fallback */
611
- *zoom: 1;
612
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F6');
613
- -webkit-border-radius: 3px;
614
- -moz-border-radius: 3px;
615
- -ms-border-radius: 3px;
616
- -o-border-radius: 3px;
617
- border-radius: 3px;
618
- border: 1px solid #e2e2e2;
619
- -webkit-box-shadow: #fbfbfb 0 1px 3px;
620
- -moz-box-shadow: #fbfbfb 0 1px 3px;
621
- box-shadow: #fbfbfb 0 1px 3px;
622
- vertical-align: top;
623
- }
624
- /* line 448, ../../app/components/alchemy-forms/forms.scss */
625
- .form .hint:before, .form .hint:after,
626
- .form .message:before,
627
- .form .message:after {
628
- content: "";
629
- display: block;
630
- height: 0;
631
- width: 0;
632
- border-style: solid;
633
- border-width: 8px 8px 8px 0;
634
- border-color: rgba(255, 255, 255, 0) #f7f7f6 rgba(255, 255, 255, 0);
635
- position: absolute;
636
- top: 14px;
637
- left: -8px;
638
- margin-top: -8px;
639
- z-index: 2;
640
- }
641
- /* line 463, ../../app/components/alchemy-forms/forms.scss */
642
- .form .hint:after,
643
- .form .message:after {
644
- border-right-color: #e2e2e2;
645
- left: -9px;
646
- z-index: 1;
647
- }
648
- /* line 470, ../../app/components/alchemy-forms/forms.scss */
649
- .form .hint {
650
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
651
- opacity: 0;
652
- position: absolute;
653
- top: 0;
654
- left: 320px;
655
- }
656
- /* line 476, ../../app/components/alchemy-forms/forms.scss */
657
- .form .hint.always_visible {
658
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
659
- opacity: 1;
660
- position: relative;
661
- left: 0;
662
- }
663
- /* line 483, ../../app/components/alchemy-forms/forms.scss */
664
- .form .message ~ .hint {
665
- display: none;
666
- }
667
- /* line 489, ../../app/components/alchemy-forms/forms.scss */
668
- .form .control_group input:focus ~ .hint,
669
- .form .control-group input:focus ~ .hint {
670
- -webkit-transition: all 0.29s ease;
671
- -moz-transition: all 0.29s ease;
672
- -o-transition: all 0.29s ease;
673
- transition: all 0.29s ease;
674
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
675
- opacity: 1;
676
- left: 305px;
677
- }
678
- /* line 494, ../../app/components/alchemy-forms/forms.scss */
679
- .form .control_group input:focus ~ .hint.always_visible,
680
- .form .control-group input:focus ~ .hint.always_visible {
681
- left: 0;
682
- }
683
- /* line 504, ../../app/components/alchemy-forms/forms.scss */
684
- .form .success .message,
685
- .form .warning .message,
686
- .form .error .message {
687
- padding-left: 29px;
688
- max-width: 261px;
689
- }
690
- /* line 511, ../../app/components/alchemy-forms/forms.scss */
691
- .form .success .message {
692
- background: #f7f7f6 url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px;
693
- background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
694
- background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
695
- background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
696
- background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
697
- background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -o-linear-gradient(#ffffff, #f7f7f6 30%);
698
- background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
699
- *zoom: 1;
700
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
701
- }
702
- /* line 520, ../../app/components/alchemy-forms/forms.scss */
703
- .form .warning .message {
704
- background: #f7f7f6 url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px;
705
- background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
706
- background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
707
- background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
708
- background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
709
- background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -o-linear-gradient(#ffffff, #f7f7f6 30%);
710
- background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
711
- *zoom: 1;
712
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
713
- }
714
- /* line 529, ../../app/components/alchemy-forms/forms.scss */
715
- .form .error .message {
716
- background: #f7f7f6 url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px;
717
- background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
718
- background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
719
- background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
720
- background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
721
- background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -o-linear-gradient(#ffffff, #f7f7f6 30%);
722
- background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
723
- *zoom: 1;
724
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
725
- }
726
-
727
- /*
728
- =======================================
729
- RESPONSIVE
730
- =======================================
731
- */
732
- /* line 5, ../../app/components/alchemy-forms/_forms_responsive.scss */
733
- .form.labels_top .control_group .input,
734
- .form.labels_top .control-group .input {
735
- margin: 0 0 5px 0;
736
- }
737
- /* line 10, ../../app/components/alchemy-forms/_forms_responsive.scss */
738
- .form.labels_top .control_group .label,
739
- .form.labels_top .control_group .control-label,
740
- .form.labels_top .control-group .label,
741
- .form.labels_top .control-group .control-label {
742
- float: none;
743
- text-align: left;
744
- display: inline-block;
745
- width: auto;
746
- }
747
- /* line 16, ../../app/components/alchemy-forms/_forms_responsive.scss */
748
- .form.labels_top .control_group .label label,
749
- .form.labels_top .control_group .control-label label,
750
- .form.labels_top .control-group .label label,
751
- .form.labels_top .control-group .control-label label {
752
- padding: 0 8px 0 0;
753
- line-height: 1.8;
754
- }
755
- /* line 22, ../../app/components/alchemy-forms/_forms_responsive.scss */
756
- .form.labels_top .control_group .label.help i,
757
- .form.labels_top .control_group .control-label.help i,
758
- .form.labels_top .control-group .label.help i,
759
- .form.labels_top .control-group .control-label.help i {
760
- position: absolute;
761
- right: -13px;
762
- top: 2px;
763
- }
764
- /* line 28, ../../app/components/alchemy-forms/_forms_responsive.scss */
765
- .form.labels_top .control_group .label.help span,
766
- .form.labels_top .control_group .control-label.help span,
767
- .form.labels_top .control-group .label.help span,
768
- .form.labels_top .control-group .control-label.help span {
769
- left: 60%;
770
- top: 27px;
771
- }
772
- /* line 37, ../../app/components/alchemy-forms/_forms_responsive.scss */
773
- .form.labels_top fieldset legend {
774
- margin-left: 3px;
775
- }
776
- /* line 42, ../../app/components/alchemy-forms/_forms_responsive.scss */
777
- .form.labels_top .value {
778
- padding-top: 2px;
779
- }
780
- /* line 49, ../../app/components/alchemy-forms/_forms_responsive.scss */
781
- .form.labels_top .required .label:after,
782
- .form.labels_top .required .control-label:after {
783
- right: 0;
784
- top: 0;
785
- }
786
- /* line 55, ../../app/components/alchemy-forms/_forms_responsive.scss */
787
- .form.labels_top .required .label.help i,
788
- .form.labels_top .required .control-label.help i {
789
- right: -19px;
790
- }
791
-
792
- /* line 67, ../../app/components/alchemy-forms/_forms_responsive.scss */
793
- .form.messages_bottom .note {
794
- display: block;
795
- padding: 10px 10px 6px 10px;
796
- margin: 0;
797
- border: 1px solid #e2e2e2;
798
- border-top-width: 0;
799
- -webkit-border-radius: 0 0 3px 3px;
800
- -moz-border-radius: 0 0 3px 3px;
801
- -ms-border-radius: 0 0 3px 3px;
802
- -o-border-radius: 0 0 3px 3px;
803
- border-radius: 0 0 3px 3px;
804
- position: relative;
805
- top: -10px;
806
- }
807
- /* line 79, ../../app/components/alchemy-forms/_forms_responsive.scss */
808
- .form.messages_bottom .hint ~ .note,
809
- .form.messages_bottom .message ~ .note {
810
- background: white;
811
- top: -4px;
812
- padding-top: 7px;
813
- border-top-width: 1px;
814
- }
815
- /* line 86, ../../app/components/alchemy-forms/_forms_responsive.scss */
816
- .form.messages_bottom .message ~ .hint {
817
- display: none;
818
- }
819
- /* line 91, ../../app/components/alchemy-forms/_forms_responsive.scss */
820
- .form.messages_bottom .hint,
821
- .form.messages_bottom .message {
822
- display: block;
823
- position: relative;
824
- left: 0;
825
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
826
- opacity: 1;
827
- margin: 3px 0 0 0;
828
- }
829
- /* line 99, ../../app/components/alchemy-forms/_forms_responsive.scss */
830
- .form.messages_bottom .hint:before, .form.messages_bottom .hint:after,
831
- .form.messages_bottom .message:before,
832
- .form.messages_bottom .message:after {
833
- border-width: 0 8px 8px 8px;
834
- border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
835
- top: 0;
836
- left: auto;
837
- right: 20px;
838
- }
839
- /* line 107, ../../app/components/alchemy-forms/_forms_responsive.scss */
840
- .form.messages_bottom .hint:after,
841
- .form.messages_bottom .message:after {
842
- top: -1px;
843
- left: auto;
844
- border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e2e2e2;
845
- }
846
- /* line 113, ../../app/components/alchemy-forms/_forms_responsive.scss */
847
- .form.messages_bottom .hint:hover,
848
- .form.messages_bottom .message:hover {
849
- left: 0;
850
- }
851
- /* line 120, ../../app/components/alchemy-forms/_forms_responsive.scss */
852
- .form.messages_bottom .control_group input:focus ~ .hint,
853
- .form.messages_bottom .control-group input:focus ~ .hint {
854
- left: 0;
855
- }
856
- /* line 128, ../../app/components/alchemy-forms/_forms_responsive.scss */
857
- .form.messages_bottom .success .message,
858
- .form.messages_bottom .warning .message,
859
- .form.messages_bottom .error .message {
860
- display: block;
861
- margin: 3px 0 0 0;
862
- }
863
- /* line 132, ../../app/components/alchemy-forms/_forms_responsive.scss */
864
- .form.messages_bottom .success .message ~ .hint,
865
- .form.messages_bottom .warning .message ~ .hint,
866
- .form.messages_bottom .error .message ~ .hint {
867
- margin: 0;
868
- position: relative;
869
- top: -2px;
870
- -webkit-border-radius: 0 0 3px 3px;
871
- -moz-border-radius: 0 0 3px 3px;
872
- -ms-border-radius: 0 0 3px 3px;
873
- -o-border-radius: 0 0 3px 3px;
874
- border-radius: 0 0 3px 3px;
875
- }
876
- /* line 139, ../../app/components/alchemy-forms/_forms_responsive.scss */
877
- .form.messages_bottom .success .message ~ .hint:before, .form.messages_bottom .success .message ~ .hint:after,
878
- .form.messages_bottom .warning .message ~ .hint:before,
879
- .form.messages_bottom .warning .message ~ .hint:after,
880
- .form.messages_bottom .error .message ~ .hint:before,
881
- .form.messages_bottom .error .message ~ .hint:after {
882
- display: none;
883
- }
884
-
885
- @media screen and (max-width: 1024px) {
886
- /* line 5, ../../app/components/alchemy-forms/_forms_responsive.scss */
887
- .form .control_group .input,
888
- .form .control-group .input {
889
- margin: 0 0 5px 0;
890
- }
891
- /* line 10, ../../app/components/alchemy-forms/_forms_responsive.scss */
892
- .form .control_group .label,
893
- .form .control_group .control-label,
894
- .form .control-group .label,
895
- .form .control-group .control-label {
896
- float: none;
897
- text-align: left;
898
- display: inline-block;
899
- width: auto;
900
- }
901
- /* line 16, ../../app/components/alchemy-forms/_forms_responsive.scss */
902
- .form .control_group .label label,
903
- .form .control_group .control-label label,
904
- .form .control-group .label label,
905
- .form .control-group .control-label label {
906
- padding: 0 8px 0 0;
907
- line-height: 1.8;
908
- }
909
- /* line 22, ../../app/components/alchemy-forms/_forms_responsive.scss */
910
- .form .control_group .label.help i,
911
- .form .control_group .control-label.help i,
912
- .form .control-group .label.help i,
913
- .form .control-group .control-label.help i {
914
- position: absolute;
915
- right: -13px;
916
- top: 2px;
917
- }
918
- /* line 28, ../../app/components/alchemy-forms/_forms_responsive.scss */
919
- .form .control_group .label.help span,
920
- .form .control_group .control-label.help span,
921
- .form .control-group .label.help span,
922
- .form .control-group .control-label.help span {
923
- left: 60%;
924
- top: 27px;
925
- }
926
- /* line 37, ../../app/components/alchemy-forms/_forms_responsive.scss */
927
- .form fieldset legend {
928
- margin-left: 3px;
929
- }
930
- /* line 42, ../../app/components/alchemy-forms/_forms_responsive.scss */
931
- .form .value {
932
- padding-top: 2px;
933
- }
934
- /* line 49, ../../app/components/alchemy-forms/_forms_responsive.scss */
935
- .form .required .label:after,
936
- .form .required .control-label:after {
937
- right: 0;
938
- top: 0;
939
- }
940
- /* line 55, ../../app/components/alchemy-forms/_forms_responsive.scss */
941
- .form .required .label.help i,
942
- .form .required .control-label.help i {
943
- right: -19px;
944
- }
945
- }
946
- @media screen and (max-width: 768px) {
947
- /* line 5, ../../app/components/alchemy-forms/_forms_responsive.scss */
948
- .form .control_group .input,
949
- .form .control-group .input {
950
- margin: 0 0 5px 0;
951
- }
952
- /* line 10, ../../app/components/alchemy-forms/_forms_responsive.scss */
953
- .form .control_group .label,
954
- .form .control_group .control-label,
955
- .form .control-group .label,
956
- .form .control-group .control-label {
957
- float: none;
958
- text-align: left;
959
- display: inline-block;
960
- width: auto;
961
- }
962
- /* line 16, ../../app/components/alchemy-forms/_forms_responsive.scss */
963
- .form .control_group .label label,
964
- .form .control_group .control-label label,
965
- .form .control-group .label label,
966
- .form .control-group .control-label label {
967
- padding: 0 8px 0 0;
968
- line-height: 1.8;
969
- }
970
- /* line 22, ../../app/components/alchemy-forms/_forms_responsive.scss */
971
- .form .control_group .label.help i,
972
- .form .control_group .control-label.help i,
973
- .form .control-group .label.help i,
974
- .form .control-group .control-label.help i {
975
- position: absolute;
976
- right: -13px;
977
- top: 2px;
978
- }
979
- /* line 28, ../../app/components/alchemy-forms/_forms_responsive.scss */
980
- .form .control_group .label.help span,
981
- .form .control_group .control-label.help span,
982
- .form .control-group .label.help span,
983
- .form .control-group .control-label.help span {
984
- left: 60%;
985
- top: 27px;
986
- }
987
- /* line 37, ../../app/components/alchemy-forms/_forms_responsive.scss */
988
- .form fieldset legend {
989
- margin-left: 3px;
990
- }
991
- /* line 42, ../../app/components/alchemy-forms/_forms_responsive.scss */
992
- .form .value {
993
- padding-top: 2px;
994
- }
995
- /* line 49, ../../app/components/alchemy-forms/_forms_responsive.scss */
996
- .form .required .label:after,
997
- .form .required .control-label:after {
998
- right: 0;
999
- top: 0;
1000
- }
1001
- /* line 55, ../../app/components/alchemy-forms/_forms_responsive.scss */
1002
- .form .required .label.help i,
1003
- .form .required .control-label.help i {
1004
- right: -19px;
1005
- }
1006
- /* line 67, ../../app/components/alchemy-forms/_forms_responsive.scss */
1007
- .form .note {
1008
- display: block;
1009
- padding: 10px 10px 6px 10px;
1010
- margin: 0;
1011
- border: 1px solid #e2e2e2;
1012
- border-top-width: 0;
1013
- -webkit-border-radius: 0 0 3px 3px;
1014
- -moz-border-radius: 0 0 3px 3px;
1015
- -ms-border-radius: 0 0 3px 3px;
1016
- -o-border-radius: 0 0 3px 3px;
1017
- border-radius: 0 0 3px 3px;
1018
- position: relative;
1019
- top: -10px;
1020
- }
1021
- /* line 79, ../../app/components/alchemy-forms/_forms_responsive.scss */
1022
- .form .hint ~ .note,
1023
- .form .message ~ .note {
1024
- background: white;
1025
- top: -4px;
1026
- padding-top: 7px;
1027
- border-top-width: 1px;
1028
- }
1029
- /* line 86, ../../app/components/alchemy-forms/_forms_responsive.scss */
1030
- .form .message ~ .hint {
1031
- display: none;
1032
- }
1033
- /* line 91, ../../app/components/alchemy-forms/_forms_responsive.scss */
1034
- .form .hint,
1035
- .form .message {
1036
- display: block;
1037
- position: relative;
1038
- left: 0;
1039
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
1040
- opacity: 1;
1041
- margin: 3px 0 0 0;
1042
- }
1043
- /* line 99, ../../app/components/alchemy-forms/_forms_responsive.scss */
1044
- .form .hint:before, .form .hint:after,
1045
- .form .message:before,
1046
- .form .message:after {
1047
- border-width: 0 8px 8px 8px;
1048
- border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
1049
- top: 0;
1050
- left: auto;
1051
- right: 20px;
1052
- }
1053
- /* line 107, ../../app/components/alchemy-forms/_forms_responsive.scss */
1054
- .form .hint:after,
1055
- .form .message:after {
1056
- top: -1px;
1057
- left: auto;
1058
- border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e2e2e2;
1059
- }
1060
- /* line 113, ../../app/components/alchemy-forms/_forms_responsive.scss */
1061
- .form .hint:hover,
1062
- .form .message:hover {
1063
- left: 0;
1064
- }
1065
- /* line 120, ../../app/components/alchemy-forms/_forms_responsive.scss */
1066
- .form .control_group input:focus ~ .hint,
1067
- .form .control-group input:focus ~ .hint {
1068
- left: 0;
1069
- }
1070
- /* line 128, ../../app/components/alchemy-forms/_forms_responsive.scss */
1071
- .form .success .message,
1072
- .form .warning .message,
1073
- .form .error .message {
1074
- display: block;
1075
- margin: 3px 0 0 0;
1076
- }
1077
- /* line 132, ../../app/components/alchemy-forms/_forms_responsive.scss */
1078
- .form .success .message ~ .hint,
1079
- .form .warning .message ~ .hint,
1080
- .form .error .message ~ .hint {
1081
- margin: 0;
1082
- position: relative;
1083
- top: -2px;
1084
- -webkit-border-radius: 0 0 3px 3px;
1085
- -moz-border-radius: 0 0 3px 3px;
1086
- -ms-border-radius: 0 0 3px 3px;
1087
- -o-border-radius: 0 0 3px 3px;
1088
- border-radius: 0 0 3px 3px;
1089
- }
1090
- /* line 139, ../../app/components/alchemy-forms/_forms_responsive.scss */
1091
- .form .success .message ~ .hint:before, .form .success .message ~ .hint:after,
1092
- .form .warning .message ~ .hint:before,
1093
- .form .warning .message ~ .hint:after,
1094
- .form .error .message ~ .hint:before,
1095
- .form .error .message ~ .hint:after {
1096
- display: none;
1097
- }
1098
- }
1099
- /*
1100
- =======================================
1101
- IE tweaks
1102
- =======================================
1103
- */
1104
- /* line 4, ../../app/components/alchemy-forms/_forms_ie.scss */
1105
- .ie8 .form .help i:hover:after {
1106
- display: none;
1107
- }
1108
- /* line 8, ../../app/components/alchemy-forms/_forms_ie.scss */
1109
- .ie8 .form .help span {
1110
- top: 25px;
1111
- }
1112
- /* line 15, ../../app/components/alchemy-forms/_forms_ie.scss */
1113
- .ie8 .form.labels_top .help span {
1114
- top: 20px;
1115
- }
1116
- /* line 24, ../../app/components/alchemy-forms/_forms_ie.scss */
1117
- .ie8 .form .hint:before, .ie8 .form .hint:after,
1118
- .ie8 .form .message:before,
1119
- .ie8 .form .message:after {
1120
- display: none;
1121
- }
1122
- /* line 29, ../../app/components/alchemy-forms/_forms_ie.scss */
1123
- .ie8 .form .hint {
1124
- display: none;
1125
- }
1126
- /* line 32, ../../app/components/alchemy-forms/_forms_ie.scss */
1127
- .ie8 .form .hint.always_visible {
1128
- display: inline-block;
1129
- }
1130
- /* line 37, ../../app/components/alchemy-forms/_forms_ie.scss */
1131
- .ie8 .form .control_group input:focus ~ .hint {
1132
- display: block;
1133
- }
1134
- /* line 40, ../../app/components/alchemy-forms/_forms_ie.scss */
1135
- .ie8 .form .control_group input:focus ~ .hint.always_visible {
1136
- display: inline-block;
1137
- }
1138
-
1139
- /* Will be compiled down to a single stylesheet with your sass files */
1140
39
  /* line 5, ../../component/styles/tables.scss */
1141
40
  .table {
1142
41
  width: 100%;
1143
- border: 1px solid #cccccc !important;
42
+ border: 1px solid #CCC !important;
1144
43
  }
1145
44
  /* line 10, ../../component/styles/tables.scss */
1146
45
  .table td, .table th {
@@ -1153,7 +52,7 @@
1153
52
  /* line 18, ../../component/styles/tables.scss */
1154
53
  .table tr.active {
1155
54
  background: #139edd !important;
1156
- color: white !important;
55
+ color: #FFF !important;
1157
56
  }
1158
57
 
1159
58
  /* line 24, ../../component/styles/tables.scss */
@@ -1168,7 +67,7 @@
1168
67
  overflow: auto;
1169
68
  padding: 10px 12px 4px 12px;
1170
69
  box-sizing: border-box;
1171
- border: 1px solid #cccccc;
70
+ border: 1px solid #CCC;
1172
71
  border-radius: 5px 5px 0 0;
1173
72
  }
1174
73
 
@@ -1180,12 +79,12 @@
1180
79
  /* line 44, ../../component/styles/tables.scss */
1181
80
  .stable tr:last-child {
1182
81
  border-collapse: separate !important;
1183
- border-bottom: 1px solid #cccccc;
82
+ border-bottom: 1px solid #CCC;
1184
83
  }
1185
84
  /* line 48, ../../component/styles/tables.scss */
1186
85
  .stable tr:last-child td {
1187
86
  border-collapse: separate !important;
1188
- border-bottom: 1px solid #cccccc;
87
+ border-bottom: 1px solid #CCC;
1189
88
  }
1190
89
 
1191
90
  @media (min-width: 480px) {
@@ -1205,23 +104,23 @@
1205
104
  /* line 66, ../../component/styles/tables.scss */
1206
105
  .stable td, .stable th {
1207
106
  text-align: left;
1208
- border-bottom: 1px solid #eeeeee;
107
+ border-bottom: 1px solid #eee;
1209
108
  border-bottom-color: rgba(0, 0, 0, 0.033);
1210
109
  padding: .66666em;
1211
- transition: padding 0.1s ease;
110
+ transition: padding .1s ease;
1212
111
  }
1213
112
  /* line 74, ../../component/styles/tables.scss */
1214
113
  .stable th {
1215
114
  color: #555;
1216
115
  color: rgba(0, 0, 0, 0.75);
1217
- transition: all 0.5s ease;
116
+ transition: all .5s ease;
1218
117
  }
1219
118
  }
1220
119
  /* line 82, ../../component/styles/tables.scss */
1221
120
  .stable.focus th {
1222
121
  color: #555;
1223
122
  color: rgba(0, 0, 0, 0.75);
1224
- transition: all 0.5s ease;
123
+ transition: all .5s ease;
1225
124
  }
1226
125
  /* line 86, ../../component/styles/tables.scss */
1227
126
  .stable.focus tr:hover td,
@@ -1240,7 +139,7 @@
1240
139
  }
1241
140
  /* line 98, ../../component/styles/tables.scss */
1242
141
  .stable.focus.focus:hover th {
1243
- transition: all 0.5s ease 0.5s;
142
+ transition: all .5s ease .5s;
1244
143
  color: #555;
1245
144
  color: rgba(0, 0, 0, 0.75);
1246
145
  }
@@ -1370,76 +269,3 @@
1370
269
  z-index: 2;
1371
270
  position: relative;
1372
271
  }
1373
-
1374
- /* line 5, ../../app/styles/example.scss */
1375
- .fl {
1376
- float: left;
1377
- }
1378
-
1379
- /* line 6, ../../app/styles/example.scss */
1380
- .fr {
1381
- float: right;
1382
- }
1383
-
1384
- /*
1385
- Syntax error: Undefined variable: "$primary_color".
1386
- on line 3 of /home/ehelms/workspace/alchemy-tables/component/styles/tables.scss
1387
- from line 3 of /home/ehelms/workspace/alchemy-tables/app/styles/main.scss
1388
-
1389
- 1: /home/ehelms/workspace/alchemy-tables/app/styles/main.scss
1390
-
1391
- Backtrace:
1392
- /home/ehelms/workspace/alchemy-tables/component/styles/tables.scss:3
1393
- /home/ehelms/workspace/alchemy-tables/app/styles/main.scss:3
1394
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/script/variable.rb:49:in `_perform'
1395
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/script/node.rb:40:in `perform'
1396
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:327:in `visit_variable'
1397
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `visit'
1398
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:100:in `visit'
1399
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:227:in `block in visit_import'
1400
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:227:in `map'
1401
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:227:in `visit_import'
1402
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `visit'
1403
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:100:in `visit'
1404
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
1405
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:53:in `map'
1406
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:53:in `visit_children'
1407
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
1408
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
1409
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
1410
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `block in visit'
1411
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
1412
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `visit'
1413
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:100:in `visit'
1414
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:7:in `visit'
1415
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/root_node.rb:20:in `render'
1416
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/engine.rb:315:in `_render'
1417
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/engine.rb:262:in `render'
1418
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:140:in `block (2 levels) in compile'
1419
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:126:in `timed'
1420
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:139:in `block in compile'
1421
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/logger.rb:45:in `red'
1422
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:138:in `compile'
1423
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:118:in `compile_if_required'
1424
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:103:in `block (2 levels) in run'
1425
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:101:in `each'
1426
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:101:in `block in run'
1427
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:126:in `timed'
1428
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:100:in `run'
1429
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/commands/update_project.rb:45:in `perform'
1430
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/commands/base.rb:18:in `execute'
1431
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/commands/project_base.rb:19:in `execute'
1432
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:43:in `perform!'
1433
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:15:in `run!'
1434
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/bin/compass:30:in `block in <top (required)>'
1435
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/bin/compass:44:in `call'
1436
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/bin/compass:44:in `<top (required)>'
1437
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/compass:19:in `load'
1438
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/compass:19:in `<main>'
1439
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/ruby_noexec_wrapper:14:in `eval'
1440
- /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/ruby_noexec_wrapper:14:in `<main>'
1441
- */
1442
- body:before {
1443
- white-space: pre;
1444
- font-family: monospace;
1445
- content: "Syntax error: Undefined variable: \"$primary_color\".\A on line 3 of /home/ehelms/workspace/alchemy-tables/component/styles/tables.scss\A from line 3 of /home/ehelms/workspace/alchemy-tables/app/styles/main.scss\A \A 1: /home/ehelms/workspace/alchemy-tables/app/styles/main.scss"; }