wpa_cli_web 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. data/.bowerrc +3 -0
  2. data/lib/wpa_cli_web.rb +19 -31
  3. data/lib/wpa_cli_web/public/bower_components/house-style/.bower.json +14 -0
  4. data/lib/wpa_cli_web/public/bower_components/house-style/.bowerrc +3 -0
  5. data/lib/wpa_cli_web/public/bower_components/house-style/.gitignore +2 -0
  6. data/lib/wpa_cli_web/public/bower_components/house-style/Gemfile +6 -0
  7. data/lib/wpa_cli_web/public/bower_components/house-style/Gruntfile.js +99 -0
  8. data/lib/wpa_cli_web/public/bower_components/house-style/Guardfile +19 -0
  9. data/lib/wpa_cli_web/public/bower_components/house-style/bower.json +7 -0
  10. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/LICENSE.md +19 -0
  11. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/README.md +49 -0
  12. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/bower.json +23 -0
  13. data/lib/wpa_cli_web/public/bower_components/house-style/bower_components/normalize-css/normalize.css +396 -0
  14. data/lib/wpa_cli_web/public/bower_components/house-style/house-style.css +860 -0
  15. data/lib/wpa_cli_web/public/bower_components/house-style/house-style.min.css +1 -0
  16. data/lib/wpa_cli_web/public/bower_components/house-style/modules/base/base.css +37 -0
  17. data/lib/wpa_cli_web/public/bower_components/house-style/modules/button/button.css +26 -0
  18. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/grid.css +151 -0
  19. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/grid.png +0 -0
  20. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/images.html +208 -0
  21. data/lib/wpa_cli_web/public/bower_components/house-style/modules/grid/index.html +141 -0
  22. data/lib/wpa_cli_web/public/bower_components/house-style/modules/loading/index.html +22 -0
  23. data/lib/wpa_cli_web/public/bower_components/house-style/modules/loading/loading.css +41 -0
  24. data/lib/wpa_cli_web/public/bower_components/house-style/modules/loading/spinner.svg +11 -0
  25. data/lib/wpa_cli_web/public/bower_components/house-style/modules/masthead/bbc-blocks-white.png +0 -0
  26. data/lib/wpa_cli_web/public/bower_components/house-style/modules/masthead/index.html +20 -0
  27. data/lib/wpa_cli_web/public/bower_components/house-style/modules/masthead/masthead.css +23 -0
  28. data/lib/wpa_cli_web/public/bower_components/house-style/modules/panel/panel.css +71 -0
  29. data/lib/wpa_cli_web/public/bower_components/house-style/modules/project-header/index.html +22 -0
  30. data/lib/wpa_cli_web/public/bower_components/house-style/modules/project-header/project-header.css +37 -0
  31. data/lib/wpa_cli_web/public/bower_components/house-style/modules/table/index.html +26 -0
  32. data/lib/wpa_cli_web/public/bower_components/house-style/modules/table/table.css +6 -0
  33. data/lib/wpa_cli_web/public/bower_components/house-style/modules/transitions/transitions.css +11 -0
  34. data/lib/wpa_cli_web/public/bower_components/house-style/package.json +21 -0
  35. data/lib/wpa_cli_web/public/bower_components/house-style/vendor/prefixfree.min.js +5 -0
  36. data/lib/wpa_cli_web/public/bower_components/normalize-css/.bower.json +21 -0
  37. data/lib/wpa_cli_web/public/bower_components/normalize-css/LICENSE.md +19 -0
  38. data/lib/wpa_cli_web/public/bower_components/normalize-css/README.md +49 -0
  39. data/lib/wpa_cli_web/public/bower_components/normalize-css/bower.json +12 -0
  40. data/lib/wpa_cli_web/public/bower_components/normalize-css/normalize.css +396 -0
  41. data/lib/wpa_cli_web/public/bower_components/qwery/.bower.json +14 -0
  42. data/lib/wpa_cli_web/public/bower_components/qwery/.gitignore +3 -0
  43. data/lib/wpa_cli_web/public/bower_components/qwery/.travis.yml +10 -0
  44. data/lib/wpa_cli_web/public/bower_components/qwery/LICENSE +7 -0
  45. data/lib/wpa_cli_web/public/bower_components/qwery/Makefile +6 -0
  46. data/lib/wpa_cli_web/public/bower_components/qwery/README.md +167 -0
  47. data/lib/wpa_cli_web/public/bower_components/qwery/config/smoosh.json +35 -0
  48. data/lib/wpa_cli_web/public/bower_components/qwery/integration/ender.js +1033 -0
  49. data/lib/wpa_cli_web/public/bower_components/qwery/integration/integration.html +26 -0
  50. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/ender.js +62 -0
  51. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/package.json +14 -0
  52. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/qwery-mobile.js +79 -0
  53. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/qwery-mobile.min.js +7 -0
  54. data/lib/wpa_cli_web/public/bower_components/qwery/mobile/src/mobile.js +72 -0
  55. data/lib/wpa_cli_web/public/bower_components/qwery/package.json +25 -0
  56. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/package.json +17 -0
  57. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/qwery-pseudos.js +106 -0
  58. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/qwery-pseudos.min.js +7 -0
  59. data/lib/wpa_cli_web/public/bower_components/qwery/pseudos/src/pseudos.js +99 -0
  60. data/lib/wpa_cli_web/public/bower_components/qwery/qwery.js +369 -0
  61. data/lib/wpa_cli_web/public/bower_components/qwery/qwery.min.js +7 -0
  62. data/lib/wpa_cli_web/public/bower_components/qwery/src/copyright.js +6 -0
  63. data/lib/wpa_cli_web/public/bower_components/qwery/src/ender.js +62 -0
  64. data/lib/wpa_cli_web/public/bower_components/qwery/src/qwery.js +362 -0
  65. data/lib/wpa_cli_web/public/bower_components/qwery/tests/W3C-Selector-tests.html +1372 -0
  66. data/lib/wpa_cli_web/public/bower_components/qwery/tests/benchmarks.html +220 -0
  67. data/lib/wpa_cli_web/public/bower_components/qwery/tests/index.html +132 -0
  68. data/lib/wpa_cli_web/public/bower_components/qwery/tests/mobile.html +58 -0
  69. data/lib/wpa_cli_web/public/bower_components/qwery/tests/phantom.js +43 -0
  70. data/lib/wpa_cli_web/public/bower_components/qwery/tests/test-env.js +25 -0
  71. data/lib/wpa_cli_web/public/bower_components/qwery/tests/tests.js +533 -0
  72. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/nw.js +1680 -0
  73. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/sink.css +79 -0
  74. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/sink.js +181 -0
  75. data/lib/wpa_cli_web/public/bower_components/qwery/vendor/sizzle.js +1400 -0
  76. data/lib/wpa_cli_web/public/bower_components/reqwest/.bower.json +14 -0
  77. data/lib/wpa_cli_web/public/bower_components/reqwest/.gitignore +1 -0
  78. data/lib/wpa_cli_web/public/bower_components/reqwest/.jshintrc +61 -0
  79. data/lib/wpa_cli_web/public/bower_components/reqwest/Makefile +8 -0
  80. data/lib/wpa_cli_web/public/bower_components/reqwest/README.md +308 -0
  81. data/lib/wpa_cli_web/public/bower_components/reqwest/build.json +74 -0
  82. data/lib/wpa_cli_web/public/bower_components/reqwest/make/tests.js +89 -0
  83. data/lib/wpa_cli_web/public/bower_components/reqwest/package.json +27 -0
  84. data/lib/wpa_cli_web/public/bower_components/reqwest/reqwest.js +565 -0
  85. data/lib/wpa_cli_web/public/bower_components/reqwest/reqwest.min.js +7 -0
  86. data/lib/wpa_cli_web/public/bower_components/reqwest/src/copyright.js +6 -0
  87. data/lib/wpa_cli_web/public/bower_components/reqwest/src/ender.js +26 -0
  88. data/lib/wpa_cli_web/public/bower_components/reqwest/src/reqwest.js +559 -0
  89. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/ender.js +117 -0
  90. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/badfixtures.xml +1 -0
  91. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.html +1 -0
  92. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.js +1 -0
  93. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.json +1 -0
  94. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures.xml +1 -0
  95. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp.jsonp +1 -0
  96. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp2.jsonp +1 -0
  97. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp3.jsonp +1 -0
  98. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp_multi.jsonp +1 -0
  99. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp_multi_b.jsonp +1 -0
  100. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_jsonp_multi_c.jsonp +1 -0
  101. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/fixtures_with_prefix.json +1 -0
  102. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/fixtures/invalidJSON.json +5 -0
  103. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/tests.html +105 -0
  104. data/lib/wpa_cli_web/public/bower_components/reqwest/tests/tests.js +1723 -0
  105. data/lib/wpa_cli_web/views/access_points.erb +5 -0
  106. data/lib/wpa_cli_web/views/access_points_list.erb +19 -0
  107. data/lib/wpa_cli_web/views/layout.erb +141 -0
  108. data/lib/wpa_cli_web/views/networks_edit.erb +15 -0
  109. data/lib/wpa_cli_web/views/restart.erb +7 -0
  110. data/lib/wpa_cli_web/views/restarting.erb +14 -0
  111. data/wpa_cli_web.gemspec +1 -1
  112. metadata +111 -2
@@ -0,0 +1,860 @@
1
+ /*! house-style 24-08-2013 */
2
+
3
+ /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
4
+
5
+ /* ==========================================================================
6
+ HTML5 display definitions
7
+ ========================================================================== */
8
+
9
+ /**
10
+ * Correct `block` display not defined in IE 8/9.
11
+ */
12
+
13
+ article,
14
+ aside,
15
+ details,
16
+ figcaption,
17
+ figure,
18
+ footer,
19
+ header,
20
+ hgroup,
21
+ main,
22
+ nav,
23
+ section,
24
+ summary {
25
+ display: block;
26
+ }
27
+
28
+ /**
29
+ * Correct `inline-block` display not defined in IE 8/9.
30
+ */
31
+
32
+ audio,
33
+ canvas,
34
+ video {
35
+ display: inline-block;
36
+ }
37
+
38
+ /**
39
+ * Prevent modern browsers from displaying `audio` without controls.
40
+ * Remove excess height in iOS 5 devices.
41
+ */
42
+
43
+ audio:not([controls]) {
44
+ display: none;
45
+ height: 0;
46
+ }
47
+
48
+ /**
49
+ * Address styling not present in IE 8/9.
50
+ */
51
+
52
+ [hidden] {
53
+ display: none;
54
+ }
55
+
56
+ /* ==========================================================================
57
+ Base
58
+ ========================================================================== */
59
+
60
+ /**
61
+ * 1. Set default font family to sans-serif.
62
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
63
+ * user zoom.
64
+ */
65
+
66
+ html {
67
+ font-family: sans-serif;
68
+ /* 1 */
69
+ -ms-text-size-adjust: 100%;
70
+ /* 2 */
71
+ -webkit-text-size-adjust: 100%;
72
+ /* 2 */
73
+ }
74
+
75
+ /**
76
+ * Remove default margin.
77
+ */
78
+
79
+ body {
80
+ margin: 0;
81
+ }
82
+
83
+ /* ==========================================================================
84
+ Links
85
+ ========================================================================== */
86
+
87
+ /**
88
+ * Address `outline` inconsistency between Chrome and other browsers.
89
+ */
90
+
91
+ a:focus {
92
+ outline: thin dotted;
93
+ }
94
+
95
+ /**
96
+ * Improve readability when focused and also mouse hovered in all browsers.
97
+ */
98
+
99
+ a:active,
100
+ a:hover {
101
+ outline: 0;
102
+ }
103
+
104
+ /* ==========================================================================
105
+ Typography
106
+ ========================================================================== */
107
+
108
+ /**
109
+ * Address variable `h1` font-size and margin within `section` and `article`
110
+ * contexts in Firefox 4+, Safari 5, and Chrome.
111
+ */
112
+
113
+ h1 {
114
+ font-size: 2em;
115
+ margin: 0.67em 0;
116
+ }
117
+
118
+ /**
119
+ * Address styling not present in IE 8/9, Safari 5, and Chrome.
120
+ */
121
+
122
+ abbr[title] {
123
+ border-bottom: 1px dotted;
124
+ }
125
+
126
+ /**
127
+ * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
128
+ */
129
+
130
+ b,
131
+ strong {
132
+ font-weight: bold;
133
+ }
134
+
135
+ /**
136
+ * Address styling not present in Safari 5 and Chrome.
137
+ */
138
+
139
+ dfn {
140
+ font-style: italic;
141
+ }
142
+
143
+ /**
144
+ * Address differences between Firefox and other browsers.
145
+ */
146
+
147
+ hr {
148
+ -moz-box-sizing: content-box;
149
+ -webkit-box-sizing: content-box;
150
+ box-sizing: content-box;
151
+ height: 0;
152
+ }
153
+
154
+ /**
155
+ * Address styling not present in IE 8/9.
156
+ */
157
+
158
+ mark {
159
+ background: #ff0;
160
+ color: #000;
161
+ }
162
+
163
+ /**
164
+ * Correct font family set oddly in Safari 5 and Chrome.
165
+ */
166
+
167
+ code,
168
+ kbd,
169
+ pre,
170
+ samp {
171
+ font-family: monospace, serif;
172
+ font-size: 1em;
173
+ }
174
+
175
+ /**
176
+ * Improve readability of pre-formatted text in all browsers.
177
+ */
178
+
179
+ pre {
180
+ white-space: pre-wrap;
181
+ }
182
+
183
+ /**
184
+ * Set consistent quote types.
185
+ */
186
+
187
+ q {
188
+ quotes: "\201C" "\201D" "\2018" "\2019";
189
+ }
190
+
191
+ /**
192
+ * Address inconsistent and variable font size in all browsers.
193
+ */
194
+
195
+ small {
196
+ font-size: 80%;
197
+ }
198
+
199
+ /**
200
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
201
+ */
202
+
203
+ sub,
204
+ sup {
205
+ font-size: 75%;
206
+ line-height: 0;
207
+ position: relative;
208
+ vertical-align: baseline;
209
+ }
210
+
211
+ sup {
212
+ top: -0.5em;
213
+ }
214
+
215
+ sub {
216
+ bottom: -0.25em;
217
+ }
218
+
219
+ /* ==========================================================================
220
+ Embedded content
221
+ ========================================================================== */
222
+
223
+ /**
224
+ * Remove border when inside `a` element in IE 8/9.
225
+ */
226
+
227
+ img {
228
+ border: 0;
229
+ }
230
+
231
+ /**
232
+ * Correct overflow displayed oddly in IE 9.
233
+ */
234
+
235
+ svg:not(:root) {
236
+ overflow: hidden;
237
+ }
238
+
239
+ /* ==========================================================================
240
+ Figures
241
+ ========================================================================== */
242
+
243
+ /**
244
+ * Address margin not present in IE 8/9 and Safari 5.
245
+ */
246
+
247
+ figure {
248
+ margin: 0;
249
+ }
250
+
251
+ /* ==========================================================================
252
+ Forms
253
+ ========================================================================== */
254
+
255
+ /**
256
+ * Define consistent border, margin, and padding.
257
+ */
258
+
259
+ fieldset {
260
+ border: 1px solid #c0c0c0;
261
+ margin: 0 2px;
262
+ padding: 0.35em 0.625em 0.75em;
263
+ }
264
+
265
+ /**
266
+ * 1. Correct `color` not being inherited in IE 8/9.
267
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
268
+ */
269
+
270
+ legend {
271
+ border: 0;
272
+ /* 1 */
273
+ padding: 0;
274
+ /* 2 */
275
+ }
276
+
277
+ /**
278
+ * 1. Correct font family not being inherited in all browsers.
279
+ * 2. Correct font size not being inherited in all browsers.
280
+ * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
281
+ */
282
+
283
+ button,
284
+ input,
285
+ select,
286
+ textarea {
287
+ font-family: inherit;
288
+ /* 1 */
289
+ font-size: 100%;
290
+ /* 2 */
291
+ margin: 0;
292
+ /* 3 */
293
+ }
294
+
295
+ /**
296
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
297
+ * the UA stylesheet.
298
+ */
299
+
300
+ button,
301
+ input {
302
+ line-height: normal;
303
+ }
304
+
305
+ /**
306
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
307
+ * All other form control elements do not inherit `text-transform` values.
308
+ * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
309
+ * Correct `select` style inheritance in Firefox 4+ and Opera.
310
+ */
311
+
312
+ button,
313
+ select {
314
+ text-transform: none;
315
+ }
316
+
317
+ /**
318
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
319
+ * and `video` controls.
320
+ * 2. Correct inability to style clickable `input` types in iOS.
321
+ * 3. Improve usability and consistency of cursor style between image-type
322
+ * `input` and others.
323
+ */
324
+
325
+ button,
326
+ html input[type="button"],
327
+ /* 1 */
328
+ input[type="reset"],
329
+ input[type="submit"] {
330
+ -webkit-appearance: button;
331
+ /* 2 */
332
+ cursor: pointer;
333
+ /* 3 */
334
+ }
335
+
336
+ /**
337
+ * Re-set default cursor for disabled elements.
338
+ */
339
+
340
+ button[disabled],
341
+ html input[disabled] {
342
+ cursor: default;
343
+ }
344
+
345
+ /**
346
+ * 1. Address box sizing set to `content-box` in IE 8/9.
347
+ * 2. Remove excess padding in IE 8/9.
348
+ */
349
+
350
+ input[type="checkbox"],
351
+ input[type="radio"] {
352
+ -webkit-box-sizing: border-box;
353
+ -moz-box-sizing: border-box;
354
+ box-sizing: border-box;
355
+ /* 1 */
356
+ padding: 0;
357
+ /* 2 */
358
+ }
359
+
360
+ /**
361
+ * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
362
+ * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
363
+ * (include `-moz` to future-proof).
364
+ */
365
+
366
+ input[type="search"] {
367
+ -webkit-appearance: textfield;
368
+ /* 1 */
369
+ -moz-box-sizing: content-box;
370
+ -webkit-box-sizing: content-box;
371
+ /* 2 */
372
+ box-sizing: content-box;
373
+ }
374
+
375
+ /**
376
+ * Remove inner padding and search cancel button in Safari 5 and Chrome
377
+ * on OS X.
378
+ */
379
+
380
+ input[type="search"]::-webkit-search-cancel-button,
381
+ input[type="search"]::-webkit-search-decoration {
382
+ -webkit-appearance: none;
383
+ }
384
+
385
+ /**
386
+ * Remove inner padding and border in Firefox 4+.
387
+ */
388
+
389
+ button::-moz-focus-inner,
390
+ input::-moz-focus-inner {
391
+ border: 0;
392
+ padding: 0;
393
+ }
394
+
395
+ /**
396
+ * 1. Remove default vertical scrollbar in IE 8/9.
397
+ * 2. Improve readability and alignment in all browsers.
398
+ */
399
+
400
+ textarea {
401
+ overflow: auto;
402
+ /* 1 */
403
+ vertical-align: top;
404
+ /* 2 */
405
+ }
406
+
407
+ /* ==========================================================================
408
+ Tables
409
+ ========================================================================== */
410
+
411
+ /**
412
+ * Remove most spacing between table cells.
413
+ */
414
+
415
+ table {
416
+ border-collapse: collapse;
417
+ border-spacing: 0;
418
+ }
419
+
420
+ body {
421
+ color: #4d4d4d;
422
+ background-color: #f3f3f4;
423
+ -webkit-font-smoothing: antialiased;
424
+ height: 100%;
425
+ }
426
+
427
+ a {
428
+ color: #0993e3;
429
+ }
430
+
431
+ /* TOOD: - figure out why inputs don't inherit from body */
432
+
433
+ * {
434
+ -webkit-font-smoothing: antialiased;
435
+ }
436
+
437
+ /**
438
+ * Microclearfix
439
+ * See: http://nicolasgallagher.com/micro-clearfix-hack/
440
+ *
441
+ * For modern browsers
442
+ * 1. The space content is one way to avoid an Opera bug when the
443
+ * contenteditable attribute is included anywhere else in the document.
444
+ * Otherwise it causes space to appear at the top and bottom of elements
445
+ * that are clearfixed.
446
+ * 2. The use of `table` rather than `block` is only necessary if using
447
+ * `:before` to contain the top-margins of child elements.
448
+ */
449
+
450
+ .clearfix:before,
451
+ .clearfix:after {
452
+ content: " ";
453
+ /* 1 */
454
+ display: table;
455
+ /* 2 */
456
+ }
457
+
458
+ .clearfix:after {
459
+ clear: both;
460
+ }
461
+
462
+ .btn {
463
+ border: none;
464
+ }
465
+
466
+ .btn-with-text {
467
+ min-width: 180px;
468
+ height: 33px;
469
+ line-height: 32px;
470
+ text-transform: uppercase;
471
+ color: #fff;
472
+ background-color: #2aaf00;
473
+ font-weight: bold;
474
+ }
475
+
476
+ .btn-with-text:hover {
477
+ background-color: #657061;
478
+ }
479
+
480
+ .btn-destructive {
481
+ background-color: hsl(2, 75%, 50%);
482
+ }
483
+
484
+ .btn-destructive:hover {
485
+ background-color: hsl(2, 75%, 30%);
486
+ }
487
+
488
+ .grid {
489
+ margin-left: auto;
490
+ margin-right: auto;
491
+ /* Group 1 margin */
492
+ padding: 0;
493
+ -webkit-box-sizing: border-box;
494
+ -moz-box-sizing: border-box;
495
+ box-sizing: border-box;
496
+ }
497
+
498
+ .debug {
499
+ background-color: rgba(255,255, 0, 0.1);
500
+ }
501
+
502
+ .debug .grid {
503
+ background-color: rgba(255,0,0,0.1);
504
+ outline: 1px solid red;
505
+ }
506
+
507
+ .grid:before,
508
+ .grid:after {
509
+ content: '';
510
+ display: block;
511
+ height: 0;
512
+ overflow: hidden;
513
+ }
514
+
515
+ .grid:after {
516
+ clear: both;
517
+ }
518
+
519
+ .grid-row {
520
+ margin: 0;
521
+ padding: 0;
522
+ }
523
+
524
+
525
+
526
+ .grid-col {
527
+ float: left;
528
+ padding: 0 4px 0 4px;
529
+ -webkit-box-sizing: border-box;
530
+ -moz-box-sizing: border-box;
531
+ box-sizing: border-box;
532
+ /* IE8+ support only */
533
+ }
534
+
535
+ .grid-col:first-child {
536
+ padding-left: 0;
537
+ }
538
+
539
+ .grid-col:last-child {
540
+ padding-right: 0;
541
+ }
542
+
543
+ .debug .grid-col {
544
+ background-color: rgba(0,0,0,0.1);
545
+ outline: 1px solid blue;
546
+ }
547
+
548
+ .debug .grid-col > span {
549
+ background-color: rgba(0,0,0,0.2);
550
+ display: block;
551
+ }
552
+
553
+ .grid-1 {
554
+ width: 8.333333333%;
555
+ }
556
+
557
+ .grid-2 {
558
+ width: 16.666666667%;
559
+ }
560
+
561
+ .grid-3 {
562
+ width: 25%;
563
+ }
564
+
565
+ .grid-4 {
566
+ width: 33.333333333%;
567
+ }
568
+
569
+ .grid-5 {
570
+ width: 41.666666667%;
571
+ }
572
+
573
+ .grid-6 {
574
+ width: 50%;
575
+ }
576
+
577
+ .grid-7 {
578
+ width: 58.333333333%;
579
+ }
580
+
581
+ .grid-8 {
582
+ width: 66.666666667%;
583
+ }
584
+
585
+ .grid-9 {
586
+ width: 75%;
587
+ }
588
+
589
+ .grid-10 {
590
+ width: 83.333333333%;
591
+ }
592
+
593
+ .grid-11 {
594
+ width: 91.666666667%;
595
+ }
596
+
597
+ .grid-12 {
598
+ width: 100%;
599
+ }
600
+
601
+ /* Group 2 */
602
+
603
+ @media (min-width: 400px) {
604
+ .grid {
605
+ max-width: 599px;
606
+ padding: 0 16px;
607
+ }
608
+
609
+ .grid-bleed {
610
+ padding: 0;
611
+ }
612
+
613
+ .grid-internal-padding .grid-col {
614
+ padding: 0 16px;
615
+ }
616
+ }
617
+
618
+ /* Group 3 */
619
+
620
+ @media (min-width: 600px) {
621
+ .grid {
622
+ max-width: 1007px;
623
+ }
624
+
625
+ .grid-col {
626
+ padding: 0 8px;
627
+ }
628
+ }
629
+
630
+ /* Group 4 - flexible */
631
+
632
+ @media (min-width: 1008px) {
633
+ .grid {
634
+ max-width: 1280px;
635
+ }
636
+ }
637
+
638
+ /* Group 5 - fixed */
639
+
640
+ @media (min-width: 1281px) {
641
+ .debug .grid {
642
+ background: transparent url(grid.png) no-repeat 50% 50%;
643
+ }
644
+ }
645
+
646
+ .loading {
647
+ display: inline-block;
648
+ background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjQxcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDQxIDQwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDx0aXRsZT5TbGljZSAxPC90aXRsZT4KICAgIDxkZXNjcmlwdGlvbj5DcmVhdGVkIHdpdGggU2tldGNoIChodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gpPC9kZXNjcmlwdGlvbj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlIDEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJnMzIiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzcuNSwzMCBMMzMuMTY4NzUsMjcuNDk4NzUgQzM0LjQ0ODc1LDI1LjI5IDM1LjE5MjUsMjIuNzM2MjUgMzUuMTkyNSwyMC4wMDc1IEMzNS4xOTI1LDExLjczNjI1IDI4LjQ2Mzc1LDUuMDA3NSAyMC4xOTI1LDUuMDA3NSBDMTEuOTIxMjUsNS4wMDc1IDUuMTkyNSwxMS43MzYyNSA1LjE5MjUsMjAuMDA3NSBDNS4xOTI1LDI4LjI3NzUgMTEuOTIxMjUsMzUuMDA3NSAyMC4xOTI1LDM1LjAwNzUgTDIwLjE5MjUsNDAuMDA3NSBDOS4xNDYyNSw0MC4wMDc1IDAuMTkyNSwzMS4wNTI1IDAuMTkyNSwyMC4wMDc1IEMwLjE5MjUsOC45NjEyNSA5LjE0NjI1LDAuMDA3NSAyMC4xOTI1LDAuMDA3NSBDMzEuMjM4NzUsMC4wMDc1IDQwLjE5MjUsOC45NjEyNSA0MC4xOTI1LDIwLjAwNzUgQzQwLjE5MjUsMjMuNjUxMjUgMzkuMjAyNSwyNy4wNTc1IDM3LjUsMzAiIGlkPSJwYXRoMzQiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
649
+ -webkit-background-size: 100% 100%;
650
+ background-size: 100% 100%;
651
+ vertical-align: middle;
652
+ -webkit-animation-name: loading;
653
+ animation-name: loading;
654
+ -webkit-animation-duration: 0.9s;
655
+ animation-duration: 0.9s;
656
+ -webkit-animation-iteration-count: infinite;
657
+ animation-iteration-count: infinite;
658
+ -webkit-animation-timing-function: linear;
659
+ animation-timing-function: linear;
660
+ }
661
+
662
+ .loading-32 {
663
+ width: 32px;
664
+ height: 32px;
665
+ margin: 1px;
666
+ }
667
+
668
+ .loading-20 {
669
+ width: 20px;
670
+ height: 20px;
671
+ margin: 2px;
672
+ }
673
+
674
+ .loading-16 {
675
+ width: 18px;
676
+ height: 18px;
677
+ margin: 1px;
678
+ }
679
+
680
+ .loading-13 {
681
+ width: 13px;
682
+ height: 13px;
683
+ margin: 1px;
684
+ }
685
+
686
+ @-webkit-keyframes loading {
687
+ from {
688
+ -webkit-transform: rotate(0deg);
689
+ transform: rotate(0deg);
690
+ }
691
+
692
+ to {
693
+ -webkit-transform: rotate(360deg);
694
+ transform: rotate(360deg);
695
+ }
696
+ }
697
+
698
+ @keyframes loading {
699
+ from {
700
+ -webkit-transform: rotate(0deg);
701
+ -ms-transform: rotate(0deg);
702
+ transform: rotate(0deg);
703
+ }
704
+
705
+ to {
706
+ -webkit-transform: rotate(360deg);
707
+ -ms-transform: rotate(360deg);
708
+ transform: rotate(360deg);
709
+ }
710
+ }
711
+
712
+ .masthead {
713
+ height: 60px;
714
+ line-height: 60px;
715
+ color: #fff;
716
+ background-color: #333;
717
+ font-size: 19px;
718
+ }
719
+
720
+ .masterbrand {
721
+ display: inline-block;
722
+ width: 73px;
723
+ height: 20px;
724
+ line-height: 20px;
725
+ margin-right: 1px;
726
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAUCAYAAADBYxD1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MjYyQTNFNUU2RUIxMUUyODg3RUI1NkVFQjU2OUMwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MjYyQTNFNkU2RUIxMUUyODg3RUI1NkVFQjU2OUMwOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQyNjJBM0UzRTZFQjExRTI4ODdFQjU2RUVCNTY5QzA5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyNjJBM0U0RTZFQjExRTI4ODdFQjU2RUVCNTY5QzA5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+48upBQAAA7RJREFUeNq8mG1ojWEYx3d29no2ttmYbZItY/hCaBoS84GIsiXvipRs9kn7QEPZFwoJ8UEsfBAiQ1KaRBgyeSlZi3mZzczrnLNxtvlf9X/q7mlnnpf7cdWvc59zd+77fv73dV/XdT++PliUN9YIxrBdB2Z7MMcDUMh2A5joxYNEgw6PRPqitL95NMfXCG2d1hEzQOd90Azi+F08zgdyuGNxGhbwBLwCMRzb8OqhYBJI1vzAreAxeAo+cvwCMB5MAAn9/SmSSLLYA+ASFx9WRErgwPvAdJeLPgGOsR1WRIoHI8AuUKpBnHdgLzgDvoMupc8PAtz8laAcpFoRSSxEZJAsCtQNPjEWLAG1SkxwYrLYINs5XM9vzvESrGKfG6GugzLQxO+DQS5I51wt4DPnqwIzwSxzTBooXonlg3vgGY9gJUjkgxzVEBON43WDx+Ah2M/dlE3Zw08ndgusoUDiLavBRQb526CenAIlIBv0RlrkQCa7mwlSuAM7wTj2vdAUK8RbM7jL4lGbwVT2vQXtDoP6dm7mIHAQnARzeJwNy6anngfnQJ7VmKSazyTmByVzjdIYVP2mo25kXRFviIPxroK7bG8C6yz8p8hO4FYtSJf00XNqmPUyGeR02B/wCKSxvjrL453E4x2wOZ4cz5tMBiLwBjeLsyLSazCfmUcE6+HvFWCGxpqqhBsRomhia8EyB+N1gvds51J814HzX8fNz7oolXFDbAdYD35qEMmYI5bjGyn4OFjEjbJjYUXoGLeLszKABLILdHmJ/G+YIWqIBMFDLhcjR+IyGM45pNC7Bo4whZfzCCZZHC9ZiWPN9E5PPSmexaOINRrMBYfBPPbXsmp2u1n5TAR5LFKrwUb2SwC+Y2O8JCUIt3KNnooU1V/toOxUmAtxa/3NkaEkjzab4y3l5kZR8DoL/3nOxGFbJFn8D7pskJfV0+AK+6V+GqtBoF/MSkHOZxw3o9gssDmmXGu2Mky0sHqvZmHZawrycoPYAhYzy1qOSX3KK48iRdAuek43g3kZC0AnZszRzmMcy9+6eVXoZL9kvskOxl9BwSsZ56oYP7NJiMVqh/IWwWdHpGilhjG7YCLjU4XLWsmniNVk6ouj+HKt2GYqNu0UqGX0wt2s99pIg0mHYaAYTLMjUilrjIDyIL2sOQp4EUxxecwW8MoQrwjWw+yUzwCepSHeFZN63hEbufl+Ps8UXmpH2ikBZMHLiZe2kPwvK3Ty1iKarwy8MPW+lerRHGkR2jot/a8AAwD2R9W1w4V4gAAAAABJRU5ErkJggg==);
727
+ text-indent: 100%;
728
+ white-space: nowrap;
729
+ overflow: hidden;
730
+ }
731
+
732
+ .panel-full-height {
733
+ display: table;
734
+ }
735
+
736
+ .panel-full-height > .panel {
737
+ display: table-cell;
738
+ vertical-align: top;
739
+ float: none;
740
+ }
741
+
742
+ .panel {
743
+ background-color: #fff;
744
+ }
745
+
746
+ .panel.control-panel {
747
+ background-color: #e0e6e9;
748
+ }
749
+
750
+ .panel.control-panel .hd {
751
+ color: #4d4d4d;
752
+ }
753
+
754
+ .panel-border {
755
+ border-top: 1px solid #adadad;
756
+ padding-top: 28px;
757
+ }
758
+
759
+ .panel .hd {
760
+ margin: 0.67em 0;
761
+ }
762
+
763
+ .panel .hd {
764
+ font-size: 24px;
765
+ font-weight: bold;
766
+ color: #222;
767
+ }
768
+
769
+ .panel h1,
770
+ .panel h2,
771
+ .panel h3,
772
+ .panel h4,
773
+ .panel h5,
774
+ .panel h6 {
775
+ font-size: inherit;
776
+ }
777
+
778
+ .panel .hd > * {
779
+ margin: 0;
780
+ }
781
+
782
+ .panel .hd .sep {
783
+ display: inline-block;
784
+ border-left: 1px solid #000;
785
+ padding-left: 8px;
786
+ }
787
+
788
+ .panel .intro {
789
+ font-size: 18px;
790
+ }
791
+
792
+ /* Group 2 */
793
+
794
+ @media (min-width: 400px) and (max-width: 599px) {
795
+ .panel-full-height {
796
+ display: block;
797
+ }
798
+
799
+ .panel-full-height > .panel {
800
+ display: block;
801
+ }
802
+ }
803
+
804
+ .project-header {
805
+ /*height: 83px;*/
806
+ min-height: 83px;
807
+ line-height: 83px;
808
+ font-size: 30px;
809
+ font-weight: lighter;
810
+ }
811
+
812
+ .project-header > div {
813
+ display: inline-block;
814
+ }
815
+
816
+ .ph-with-toolbar {
817
+ text-align: right;
818
+ }
819
+
820
+ .ph-with-toolbar > div {
821
+ float: left;
822
+ }
823
+
824
+ .ph-with-toolbar > .ph-toolbar {
825
+ float: none;
826
+ }
827
+
828
+ /* Group 2 */
829
+
830
+ @media (min-width: 400px) and (max-width: 599px) {
831
+ .project-header > div {
832
+ line-height: 41px;
833
+ margin: 10px 0;
834
+ }
835
+
836
+ .project-header > * {
837
+ float: none;
838
+ text-align: left;
839
+ }
840
+ }
841
+
842
+ .table td,
843
+ .table th {
844
+ padding: 8px;
845
+ text-align: left;
846
+ border-bottom: 1px solid #eee;
847
+ }
848
+
849
+ .transient {
850
+ -webkit-transition: opacity 1s;
851
+ transition: opacity 1s;
852
+ }
853
+
854
+ .transient.is-inactive {
855
+ opacity: 0;
856
+ }
857
+
858
+ .transient.is-active {
859
+ opacity: 1;
860
+ }