concen 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. data/LICENSE +20 -0
  2. data/lib/concen/version.rb +1 -1
  3. data/public/concen/images/button-grid.png +0 -0
  4. data/public/concen/images/button-next-disabled.png +0 -0
  5. data/public/concen/images/button-next.png +0 -0
  6. data/public/concen/images/button-prev-disabled.png +0 -0
  7. data/public/concen/images/button-prev.png +0 -0
  8. data/public/concen/images/fileuploader-loading.gif +0 -0
  9. data/public/concen/images/glyph-small-check-alt.png +0 -0
  10. data/public/concen/images/glyph-small-check.png +0 -0
  11. data/public/concen/images/glyph-small-delete.png +0 -0
  12. data/public/concen/images/glyph-small-handle.png +0 -0
  13. data/public/concen/images/grid.png +0 -0
  14. data/public/concen/images/icon-handle.png +0 -0
  15. data/public/concen/images/magnifying-glass.png +0 -0
  16. data/public/concen/images/original/button-grid.png +0 -0
  17. data/public/concen/images/original/button-next-disabled.png +0 -0
  18. data/public/concen/images/original/button-next.png +0 -0
  19. data/public/concen/images/original/button-prev-disabled.png +0 -0
  20. data/public/concen/images/original/button-prev.png +0 -0
  21. data/public/concen/images/original/glyph-small-check-alt.png +0 -0
  22. data/public/concen/images/original/glyph-small-check.png +0 -0
  23. data/public/concen/images/original/glyph-small-delete.png +0 -0
  24. data/public/concen/images/original/glyph-small-handle.png +0 -0
  25. data/public/concen/images/original/magnifying-glass.png +0 -0
  26. data/public/concen/images/original/record-visit.gif +0 -0
  27. data/public/concen/images/original/search-field.png +0 -0
  28. data/public/concen/images/record-visit.gif +0 -0
  29. data/public/concen/images/search-field.png +0 -0
  30. data/public/concen/javascripts/ace/ace-uncompressed.js +17635 -0
  31. data/public/concen/javascripts/ace/ace.js +1 -0
  32. data/public/concen/javascripts/ace/cockpit-uncompressed.js +2504 -0
  33. data/public/concen/javascripts/ace/cockpit.js +1 -0
  34. data/public/concen/javascripts/ace/keybinding-emacs.js +1 -0
  35. data/public/concen/javascripts/ace/keybinding-vim.js +1 -0
  36. data/public/concen/javascripts/ace/mode-c_cpp.js +1 -0
  37. data/public/concen/javascripts/ace/mode-clojure.js +1 -0
  38. data/public/concen/javascripts/ace/mode-coffee.js +1 -0
  39. data/public/concen/javascripts/ace/mode-csharp.js +1 -0
  40. data/public/concen/javascripts/ace/mode-css.js +1 -0
  41. data/public/concen/javascripts/ace/mode-groovy.js +1 -0
  42. data/public/concen/javascripts/ace/mode-html.js +1 -0
  43. data/public/concen/javascripts/ace/mode-java.js +1 -0
  44. data/public/concen/javascripts/ace/mode-javascript.js +1 -0
  45. data/public/concen/javascripts/ace/mode-json.js +1 -0
  46. data/public/concen/javascripts/ace/mode-ocaml.js +1 -0
  47. data/public/concen/javascripts/ace/mode-perl.js +1 -0
  48. data/public/concen/javascripts/ace/mode-php.js +1 -0
  49. data/public/concen/javascripts/ace/mode-python.js +1 -0
  50. data/public/concen/javascripts/ace/mode-ruby.js +1 -0
  51. data/public/concen/javascripts/ace/mode-scad.js +1 -0
  52. data/public/concen/javascripts/ace/mode-scala.js +1 -0
  53. data/public/concen/javascripts/ace/mode-scss.js +1 -0
  54. data/public/concen/javascripts/ace/mode-svg.js +1 -0
  55. data/public/concen/javascripts/ace/mode-textile.js +1 -0
  56. data/public/concen/javascripts/ace/mode-xml.js +1 -0
  57. data/public/concen/javascripts/ace/theme-clouds.js +1 -0
  58. data/public/concen/javascripts/ace/theme-clouds_midnight.js +1 -0
  59. data/public/concen/javascripts/ace/theme-cobalt.js +1 -0
  60. data/public/concen/javascripts/ace/theme-crimson_editor.js +1 -0
  61. data/public/concen/javascripts/ace/theme-dawn.js +1 -0
  62. data/public/concen/javascripts/ace/theme-eclipse.js +1 -0
  63. data/public/concen/javascripts/ace/theme-idle_fingers.js +1 -0
  64. data/public/concen/javascripts/ace/theme-kr_theme.js +1 -0
  65. data/public/concen/javascripts/ace/theme-merbivore.js +1 -0
  66. data/public/concen/javascripts/ace/theme-merbivore_soft.js +1 -0
  67. data/public/concen/javascripts/ace/theme-mono_industrial.js +1 -0
  68. data/public/concen/javascripts/ace/theme-monokai.js +1 -0
  69. data/public/concen/javascripts/ace/theme-pastel_on_dark.js +1 -0
  70. data/public/concen/javascripts/ace/theme-solarized_dark.js +1 -0
  71. data/public/concen/javascripts/ace/theme-solarized_light.js +1 -0
  72. data/public/concen/javascripts/ace/theme-textmate.js +1 -0
  73. data/public/concen/javascripts/ace/theme-twilight.js +1 -0
  74. data/public/concen/javascripts/ace/theme-vibrant_ink.js +1 -0
  75. data/public/concen/javascripts/ace/worker-coffee.js +1 -0
  76. data/public/concen/javascripts/ace/worker-css.js +1 -0
  77. data/public/concen/javascripts/ace/worker-javascript.js +1 -0
  78. data/public/concen/javascripts/blank.gif +0 -0
  79. data/public/concen/javascripts/controlcenter.js +173 -0
  80. data/public/concen/javascripts/excanvas.js +1427 -0
  81. data/public/concen/javascripts/fileuploader.js +1251 -0
  82. data/public/concen/javascripts/jquery-ui/jquery.ui.autocomplete.js +612 -0
  83. data/public/concen/javascripts/jquery-ui/jquery.ui.core.js +312 -0
  84. data/public/concen/javascripts/jquery-ui/jquery.ui.draggable.js +823 -0
  85. data/public/concen/javascripts/jquery-ui/jquery.ui.droppable.js +296 -0
  86. data/public/concen/javascripts/jquery-ui/jquery.ui.mouse.js +160 -0
  87. data/public/concen/javascripts/jquery-ui/jquery.ui.position.js +252 -0
  88. data/public/concen/javascripts/jquery-ui/jquery.ui.resizable.js +842 -0
  89. data/public/concen/javascripts/jquery-ui/jquery.ui.sortable.js +1077 -0
  90. data/public/concen/javascripts/jquery-ui/jquery.ui.widget.js +262 -0
  91. data/public/concen/javascripts/jquery.browser.min.js +1 -0
  92. data/public/concen/javascripts/jquery.easing.1.3.js +205 -0
  93. data/public/concen/javascripts/jquery.equal-heights.js +30 -0
  94. data/public/concen/javascripts/jquery.flot.js +2599 -0
  95. data/public/concen/javascripts/jquery.flot.resize.js +60 -0
  96. data/public/concen/javascripts/jquery.flot.stack.js +184 -0
  97. data/public/concen/javascripts/jquery.js +8981 -0
  98. data/public/concen/javascripts/jquery.min.js +18 -0
  99. data/public/concen/javascripts/jquery.placeholder.js +101 -0
  100. data/public/concen/javascripts/jquery.ui.nestedSortable.js +356 -0
  101. data/public/concen/javascripts/jquery_ujs.js +316 -0
  102. data/public/concen/javascripts/modernizr.js +1116 -0
  103. data/public/concen/javascripts/page.js +153 -0
  104. data/public/concen/javascripts/performance.js +110 -0
  105. data/public/concen/javascripts/pxToEm.js +56 -0
  106. data/public/concen/javascripts/status.js +15 -0
  107. data/public/concen/javascripts/traffic.js +113 -0
  108. data/public/concen/javascripts/user.js +14 -0
  109. data/public/concen/stylesheets/application.css +1342 -0
  110. data/public/concen/stylesheets/fileuploader.css +31 -0
  111. data/public/concen/stylesheets/ie.css +124 -0
  112. data/public/concen/stylesheets/jquery.ui.base.css +11 -0
  113. data/public/concen/stylesheets/jquery.ui.core.css +41 -0
  114. data/public/concen/stylesheets/jquery.ui.resizable.css +20 -0
  115. data/public/concen/stylesheets/main.css +1225 -0
  116. data/public/concen/stylesheets/non_ios.css +28 -0
  117. data/public/concen/stylesheets/print.css +84 -0
  118. metadata +141 -25
@@ -0,0 +1,14 @@
1
+ $(document).ready(function() {
2
+ $("table.users input[type=checkbox]").change(function() {
3
+ $.ajax({
4
+ url: $(this).data("path"),
5
+ type: "PUT",
6
+ dataType: "json",
7
+ data: {attribute: $(this).attr("name")},
8
+ success: function(data, textStatus, xhr) {
9
+ console.log(data);
10
+ }
11
+ });
12
+
13
+ });
14
+ });
@@ -0,0 +1,1342 @@
1
+ /* line 17, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2
+ html, body, div, span, applet, object, iframe,
3
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
+ a, abbr, acronym, address, big, cite, code,
5
+ del, dfn, em, img, ins, kbd, q, s, samp,
6
+ small, strike, strong, sub, sup, tt, var,
7
+ b, u, i, center,
8
+ dl, dt, dd, ol, ul, li,
9
+ fieldset, form, label, legend,
10
+ table, caption, tbody, tfoot, thead, tr, th, td,
11
+ article, aside, canvas, details, embed,
12
+ figure, figcaption, footer, header, hgroup,
13
+ menu, nav, output, ruby, section, summary,
14
+ time, mark, audio, video {
15
+ margin: 0;
16
+ padding: 0;
17
+ border: 0;
18
+ font-size: 100%;
19
+ font: inherit;
20
+ vertical-align: baseline;
21
+ }
22
+
23
+ /* line 20, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
24
+ body {
25
+ line-height: 1;
26
+ }
27
+
28
+ /* line 22, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
29
+ ol, ul {
30
+ list-style: none;
31
+ }
32
+
33
+ /* line 24, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
34
+ table {
35
+ border-collapse: collapse;
36
+ border-spacing: 0;
37
+ }
38
+
39
+ /* line 26, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
40
+ caption, th, td {
41
+ text-align: left;
42
+ font-weight: normal;
43
+ vertical-align: middle;
44
+ }
45
+
46
+ /* line 28, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
47
+ q, blockquote {
48
+ quotes: none;
49
+ }
50
+ /* line 101, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
51
+ q:before, q:after, blockquote:before, blockquote:after {
52
+ content: "";
53
+ content: none;
54
+ }
55
+
56
+ /* line 30, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
57
+ a img {
58
+ border: none;
59
+ }
60
+
61
+ /* line 114, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
62
+ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
63
+ display: block;
64
+ }
65
+
66
+ /* line 1, ../../../app/stylesheets/partials/_base.sass */
67
+ html {
68
+ overflow-y: scroll;
69
+ background: white;
70
+ }
71
+
72
+ /* line 5, ../../../app/stylesheets/partials/_base.sass */
73
+ body {
74
+ font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
75
+ line-height: 1.25;
76
+ color: #141f52;
77
+ min-width: 820px;
78
+ text-rendering: optimizeLegibility;
79
+ -webkit-text-size-adjust: none;
80
+ }
81
+
82
+ /* line 13, ../../../app/stylesheets/partials/_base.sass */
83
+ h1, h2, h3 {
84
+ font-weight: bold;
85
+ }
86
+ /* line 15, ../../../app/stylesheets/partials/_base.sass */
87
+ .wf-active h1, .wf-active h2, .wf-active h3 {
88
+ font-weight: 600;
89
+ }
90
+
91
+ /* line 18, ../../../app/stylesheets/partials/_base.sass */
92
+ h1 {
93
+ font-size: 20px;
94
+ }
95
+
96
+ /* line 21, ../../../app/stylesheets/partials/_base.sass */
97
+ h2 {
98
+ font-size: 18px;
99
+ }
100
+
101
+ /* line 24, ../../../app/stylesheets/partials/_base.sass */
102
+ h3 {
103
+ font-size: 16px;
104
+ }
105
+
106
+ /* line 27, ../../../app/stylesheets/partials/_base.sass */
107
+ p, ul, ol, li {
108
+ font-size: 14px;
109
+ }
110
+
111
+ /* line 30, ../../../app/stylesheets/partials/_base.sass */
112
+ a {
113
+ color: #141f52;
114
+ text-decoration: underline;
115
+ }
116
+ /* line 18, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
117
+ a:visited {
118
+ color: #141f52;
119
+ }
120
+ /* line 21, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
121
+ a:focus {
122
+ color: #141f52;
123
+ }
124
+ /* line 24, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
125
+ a:hover {
126
+ color: #141f52;
127
+ }
128
+ /* line 27, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
129
+ a:active {
130
+ color: #141f52;
131
+ }
132
+
133
+ /* line 34, ../../../app/stylesheets/partials/_base.sass */
134
+ strong {
135
+ font-weight: bold;
136
+ }
137
+ /* line 36, ../../../app/stylesheets/partials/_base.sass */
138
+ .wf-active strong {
139
+ font-weight: 600;
140
+ }
141
+
142
+ /* line 39, ../../../app/stylesheets/partials/_base.sass */
143
+ a.link-button {
144
+ font-size: 10px;
145
+ line-height: 1;
146
+ text-decoration: none;
147
+ display: -moz-inline-box;
148
+ -moz-box-orient: vertical;
149
+ display: inline-block;
150
+ vertical-align: middle;
151
+ *vertical-align: auto;
152
+ border: 1px solid #858bad;
153
+ padding: 2px 8px;
154
+ font-weight: bold;
155
+ color: #858bad;
156
+ width: auto;
157
+ -moz-border-radius: 30px;
158
+ -webkit-border-radius: 30px;
159
+ -o-border-radius: 30px;
160
+ -ms-border-radius: 30px;
161
+ -khtml-border-radius: 30px;
162
+ border-radius: 30px;
163
+ vertical-align: middle;
164
+ background: #f3f3f7;
165
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #edeef3));
166
+ background: -webkit-linear-gradient(#ffffff, #edeef3);
167
+ background: -moz-linear-gradient(#ffffff, #edeef3);
168
+ background: -o-linear-gradient(#ffffff, #edeef3);
169
+ background: -ms-linear-gradient(#ffffff, #edeef3);
170
+ background: linear-gradient(#ffffff, #edeef3);
171
+ text-shadow: white 0 1px 0;
172
+ }
173
+ /* line 4, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
174
+ a.link-button:hover {
175
+ text-decoration: underline;
176
+ }
177
+ /* line 7, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
178
+ a.link-button {
179
+ *display: inline;
180
+ }
181
+ /* line 54, ../../../app/stylesheets/partials/_base.sass */
182
+ a.link-button:hover {
183
+ text-decoration: none;
184
+ }
185
+ /* line 56, ../../../app/stylesheets/partials/_base.sass */
186
+ a.link-button:active {
187
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edeef3), color-stop(100%, #ffffff));
188
+ background: -webkit-linear-gradient(#edeef3, #ffffff);
189
+ background: -moz-linear-gradient(#edeef3, #ffffff);
190
+ background: -o-linear-gradient(#edeef3, #ffffff);
191
+ background: -ms-linear-gradient(#edeef3, #ffffff);
192
+ background: linear-gradient(#edeef3, #ffffff);
193
+ }
194
+
195
+ /* line 59, ../../../app/stylesheets/partials/_base.sass */
196
+ img.visit-recorder {
197
+ position: absolute;
198
+ top: 0;
199
+ left: 0;
200
+ }
201
+
202
+ /* line 64, ../../../app/stylesheets/partials/_base.sass */
203
+ .border {
204
+ border: 1px solid #858bad;
205
+ -moz-border-radius: 4px;
206
+ -webkit-border-radius: 4px;
207
+ -o-border-radius: 4px;
208
+ -ms-border-radius: 4px;
209
+ -khtml-border-radius: 4px;
210
+ border-radius: 4px;
211
+ -moz-box-shadow: rgba(133, 139, 173, 0.3) 0 3px 0px;
212
+ -webkit-box-shadow: rgba(133, 139, 173, 0.3) 0 3px 0px;
213
+ -o-box-shadow: rgba(133, 139, 173, 0.3) 0 3px 0px;
214
+ box-shadow: rgba(133, 139, 173, 0.3) 0 3px 0px;
215
+ }
216
+
217
+ /* line 69, ../../../app/stylesheets/partials/_base.sass */
218
+ .clearfix {
219
+ overflow: hidden;
220
+ *zoom: 1;
221
+ }
222
+
223
+ /* line 72, ../../../app/stylesheets/partials/_base.sass */
224
+ .center {
225
+ text-align: center;
226
+ }
227
+
228
+ /* line 75, ../../../app/stylesheets/partials/_base.sass */
229
+ .upcase {
230
+ text-transform: uppercase;
231
+ }
232
+
233
+ /* line 78, ../../../app/stylesheets/partials/_base.sass */
234
+ .center {
235
+ text-align: center;
236
+ }
237
+
238
+ /* line 81, ../../../app/stylesheets/partials/_base.sass */
239
+ .clearfix {
240
+ overflow: hidden;
241
+ *zoom: 1;
242
+ }
243
+
244
+ /* line 84, ../../../app/stylesheets/partials/_base.sass */
245
+ .clear {
246
+ clear: both;
247
+ }
248
+
249
+ /* line 87, ../../../app/stylesheets/partials/_base.sass */
250
+ .hidden {
251
+ display: none;
252
+ visibility: hidden;
253
+ }
254
+
255
+ /* line 91, ../../../app/stylesheets/partials/_base.sass */
256
+ .cursor-move {
257
+ cursor: move;
258
+ }
259
+
260
+ /* line 2, ../../../app/stylesheets/partials/_form.sass */
261
+ form input[type=text], form input[type=password] {
262
+ font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
263
+ }
264
+
265
+ /* line 5, ../../../app/stylesheets/partials/_form.sass */
266
+ form {
267
+ overflow: hidden;
268
+ *zoom: 1;
269
+ }
270
+ /* line 7, ../../../app/stylesheets/partials/_form.sass */
271
+ form .field {
272
+ overflow: hidden;
273
+ *zoom: 1;
274
+ margin-bottom: 15px;
275
+ }
276
+ /* line 10, ../../../app/stylesheets/partials/_form.sass */
277
+ form .field.text-editor {
278
+ overflow: visible;
279
+ }
280
+ /* line 12, ../../../app/stylesheets/partials/_form.sass */
281
+ form span.align {
282
+ line-height: 30px;
283
+ font-size: 12px;
284
+ vertical-align: middle;
285
+ visibility: hidden;
286
+ }
287
+ /* line 17, ../../../app/stylesheets/partials/_form.sass */
288
+ form .actions {
289
+ margin-left: 160px;
290
+ }
291
+ /* line 19, ../../../app/stylesheets/partials/_form.sass */
292
+ form .actions a {
293
+ font-size: 13px;
294
+ margin-left: 10px;
295
+ text-decoration: none;
296
+ }
297
+ /* line 4, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
298
+ form .actions a:hover {
299
+ text-decoration: underline;
300
+ }
301
+ /* line 23, ../../../app/stylesheets/partials/_form.sass */
302
+ form .actions.flush {
303
+ margin-left: 0;
304
+ }
305
+ /* line 25, ../../../app/stylesheets/partials/_form.sass */
306
+ form label {
307
+ font-size: 13px;
308
+ float: left;
309
+ width: 160px;
310
+ display: block;
311
+ font-weight: 400;
312
+ line-height: 28px;
313
+ }
314
+ /* line 32, ../../../app/stylesheets/partials/_form.sass */
315
+ form label.blank {
316
+ text-indent: -9999px;
317
+ font-size: 14px;
318
+ line-height: normal;
319
+ }
320
+ /* line 36, ../../../app/stylesheets/partials/_form.sass */
321
+ form label.inline {
322
+ font-size: 13px;
323
+ width: auto;
324
+ float: none;
325
+ display: inline;
326
+ line-height: normal;
327
+ vertical-align: middle;
328
+ }
329
+ /* line 43, ../../../app/stylesheets/partials/_form.sass */
330
+ form input[type=text], form input[type=password], form textarea {
331
+ border: 1px solid #858bad;
332
+ -moz-border-radius: 4px;
333
+ -webkit-border-radius: 4px;
334
+ -o-border-radius: 4px;
335
+ -ms-border-radius: 4px;
336
+ -khtml-border-radius: 4px;
337
+ border-radius: 4px;
338
+ -moz-box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
339
+ -webkit-box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
340
+ -o-box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
341
+ box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
342
+ height: 16px;
343
+ line-height: 16px;
344
+ padding: 5px;
345
+ color: #141f52;
346
+ min-width: 400px;
347
+ font-size: 13px;
348
+ outline: 0;
349
+ margin: 0;
350
+ display: block;
351
+ background: none;
352
+ }
353
+ /* line 57, ../../../app/stylesheets/partials/_form.sass */
354
+ form input[type=checkbox], form input[type=radio] {
355
+ margin: 0 3px 0 0;
356
+ padding: 0;
357
+ vertical-align: middle;
358
+ }
359
+ /* line 61, ../../../app/stylesheets/partials/_form.sass */
360
+ form textarea {
361
+ height: 48px;
362
+ }
363
+ /* line 63, ../../../app/stylesheets/partials/_form.sass */
364
+ form textarea.tall {
365
+ height: 300px;
366
+ }
367
+ /* line 65, ../../../app/stylesheets/partials/_form.sass */
368
+ form #errorExplanation ul {
369
+ margin: 15px 0 15px 0;
370
+ }
371
+ /* line 67, ../../../app/stylesheets/partials/_form.sass */
372
+ form #errorExplanation ul li {
373
+ font-size: 12px;
374
+ list-style: disc inside;
375
+ line-height: 18px;
376
+ color: red;
377
+ }
378
+
379
+ /* line 73, ../../../app/stylesheets/partials/_form.sass */
380
+ form.edit_child {
381
+ width: 60%;
382
+ }
383
+
384
+ /* line 1, ../../../app/stylesheets/partials/_fileuploader.sass */
385
+ .qq-uploader {
386
+ position: relative;
387
+ }
388
+
389
+ /* line 4, ../../../app/stylesheets/partials/_fileuploader.sass */
390
+ .qq-upload-button {
391
+ display: block;
392
+ color: #141f52;
393
+ border: 1px solid #858bad;
394
+ text-align: center;
395
+ padding: 10px 0;
396
+ height: 20px;
397
+ line-height: 20px;
398
+ font-weight: 600;
399
+ font-size: 16px;
400
+ }
401
+
402
+ /* line 17, ../../../app/stylesheets/partials/_fileuploader.sass */
403
+ .qq-upload-button-focus {
404
+ outline: 1px dotted black;
405
+ }
406
+
407
+ /* line 20, ../../../app/stylesheets/partials/_fileuploader.sass */
408
+ .qq-upload-drop-area {
409
+ position: absolute;
410
+ top: 0;
411
+ left: 0;
412
+ width: 100%;
413
+ height: 20px;
414
+ padding: 10px 0;
415
+ border: 1px solid #858bad;
416
+ background: white;
417
+ z-index: 2;
418
+ text-align: center;
419
+ }
420
+ /* line 31, ../../../app/stylesheets/partials/_fileuploader.sass */
421
+ .qq-upload-drop-area span {
422
+ display: block;
423
+ position: absolute;
424
+ top: 0;
425
+ left: 0;
426
+ width: 100%;
427
+ height: 20px;
428
+ line-height: 20px;
429
+ padding: 10px 0;
430
+ font-size: 13px;
431
+ text-align: center;
432
+ }
433
+
434
+ /* line 43, ../../../app/stylesheets/partials/_fileuploader.sass */
435
+ .qq-upload-drop-area-active {
436
+ background: #f3f3f7;
437
+ }
438
+
439
+ /* line 46, ../../../app/stylesheets/partials/_fileuploader.sass */
440
+ .qq-upload-list {
441
+ padding: 0;
442
+ list-style: disc;
443
+ list-style-position: outside;
444
+ }
445
+ /* line 50, ../../../app/stylesheets/partials/_fileuploader.sass */
446
+ .qq-upload-list li {
447
+ margin-top: 10px;
448
+ padding: 0;
449
+ line-height: 15px;
450
+ font-size: 12px;
451
+ }
452
+
453
+ /* line 56, ../../../app/stylesheets/partials/_fileuploader.sass */
454
+ .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
455
+ margin-right: 7px;
456
+ }
457
+
458
+ /* line 61, ../../../app/stylesheets/partials/_fileuploader.sass */
459
+ .qq-upload-spinner {
460
+ display: inline-block;
461
+ background: url("/concen/images/fileuploader-loading.gif");
462
+ width: 15px;
463
+ height: 15px;
464
+ vertical-align: text-bottom;
465
+ }
466
+
467
+ /* line 68, ../../../app/stylesheets/partials/_fileuploader.sass */
468
+ .qq-upload-size, .qq-upload-cancel {
469
+ font-size: 11px;
470
+ }
471
+
472
+ /* line 71, ../../../app/stylesheets/partials/_fileuploader.sass */
473
+ .qq-upload-failed-text {
474
+ display: none;
475
+ }
476
+
477
+ /* line 74, ../../../app/stylesheets/partials/_fileuploader.sass */
478
+ .qq-upload-fail .qq-upload-failed-text {
479
+ display: inline;
480
+ }
481
+
482
+ /* line 2, ../../../app/stylesheets/partials/_flot.sass */
483
+ div.legend table {
484
+ width: auto;
485
+ border: 1px solid #858bad;
486
+ }
487
+ /* line 5, ../../../app/stylesheets/partials/_flot.sass */
488
+ div.legend table td {
489
+ color: #141f52;
490
+ padding: 5px;
491
+ border: 0;
492
+ }
493
+
494
+ @media print {
495
+ /* line 24, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
496
+ body {
497
+ line-height: 1.5;
498
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
499
+ color: black;
500
+ background: none;
501
+ font-size: 10pt;
502
+ }
503
+
504
+ /* line 45, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
505
+ .container {
506
+ background: none;
507
+ }
508
+
509
+ /* line 47, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
510
+ hr {
511
+ background: #cccccc;
512
+ color: #cccccc;
513
+ width: 100%;
514
+ height: 2px;
515
+ margin: 2em 0;
516
+ padding: 0;
517
+ border: none;
518
+ }
519
+ /* line 55, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
520
+ hr.space {
521
+ background: white;
522
+ color: white;
523
+ }
524
+
525
+ /* line 58, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
526
+ h1, h2, h3, h4, h5, h6 {
527
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
528
+ }
529
+
530
+ /* line 60, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
531
+ code {
532
+ font-size: 0.9em;
533
+ font-family: "andale mono", "lucida console", monospace;
534
+ }
535
+
536
+ /* line 65, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
537
+ a img {
538
+ border: none;
539
+ }
540
+ /* line 68, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
541
+ a:link, a:visited {
542
+ background: transparent;
543
+ font-weight: 700;
544
+ text-decoration: underline;
545
+ }
546
+
547
+ /* line 72, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
548
+ p img.top {
549
+ margin-top: 0;
550
+ }
551
+
552
+ /* line 74, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
553
+ blockquote {
554
+ margin: 1.5em;
555
+ padding: 1em;
556
+ font-style: italic;
557
+ font-size: 0.9em;
558
+ }
559
+
560
+ /* line 79, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
561
+ .small {
562
+ font-size: 0.9em;
563
+ }
564
+
565
+ /* line 81, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
566
+ .large {
567
+ font-size: 1.1em;
568
+ }
569
+
570
+ /* line 83, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
571
+ .quiet {
572
+ color: #999999;
573
+ }
574
+
575
+ /* line 85, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_print.scss */
576
+ .hide {
577
+ display: none;
578
+ }
579
+ }
580
+ /* line 15, ../../../app/stylesheets/application.sass */
581
+ body.concen {
582
+ min-width: 960px;
583
+ padding: 30px;
584
+ }
585
+ /* line 18, ../../../app/stylesheets/application.sass */
586
+ body.concen header, body.concen #content, body.concen footer {
587
+ width: 100%;
588
+ }
589
+
590
+ /* line 23, ../../../app/stylesheets/application.sass */
591
+ header {
592
+ display: block;
593
+ border-bottom: 1px solid #858bad;
594
+ margin: 0 auto;
595
+ position: relative;
596
+ overflow: hidden;
597
+ *zoom: 1;
598
+ }
599
+ /* line 29, ../../../app/stylesheets/application.sass */
600
+ header h1 {
601
+ height: 25px;
602
+ line-height: 25px;
603
+ padding-bottom: 15px;
604
+ font-size: 24px;
605
+ float: left;
606
+ }
607
+ /* line 35, ../../../app/stylesheets/application.sass */
608
+ header h1 a {
609
+ border-bottom: 0;
610
+ overflow: hidden;
611
+ *zoom: 1;
612
+ text-decoration: none;
613
+ }
614
+ /* line 39, ../../../app/stylesheets/application.sass */
615
+ header h1 span {
616
+ float: left;
617
+ }
618
+ /* line 41, ../../../app/stylesheets/application.sass */
619
+ header h1 span.engine-name {
620
+ font-weight: bold;
621
+ }
622
+ /* line 43, ../../../app/stylesheets/application.sass */
623
+ .wf-active header h1 span.engine-name {
624
+ font-weight: 700;
625
+ }
626
+ /* line 45, ../../../app/stylesheets/application.sass */
627
+ header h1 span.application-name {
628
+ margin-left: 15px;
629
+ }
630
+ /* line 47, ../../../app/stylesheets/application.sass */
631
+ .wf-active header h1 span.application-name {
632
+ font-weight: 400;
633
+ }
634
+ /* line 49, ../../../app/stylesheets/application.sass */
635
+ header h1 img {
636
+ display: block;
637
+ }
638
+ /* line 51, ../../../app/stylesheets/application.sass */
639
+ header nav {
640
+ position: absolute;
641
+ right: 0;
642
+ top: 0;
643
+ }
644
+ /* line 55, ../../../app/stylesheets/application.sass */
645
+ header nav ul {
646
+ margin: 0;
647
+ padding: 0;
648
+ border: 0;
649
+ overflow: hidden;
650
+ *zoom: 1;
651
+ font-size: 13px;
652
+ overflow: visible;
653
+ }
654
+ /* line 60, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
655
+ header nav ul li {
656
+ list-style-image: none;
657
+ list-style-type: none;
658
+ margin-left: 0px;
659
+ white-space: nowrap;
660
+ display: inline;
661
+ float: left;
662
+ padding-left: 10px;
663
+ padding-right: 10px;
664
+ }
665
+ /* line 48, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
666
+ header nav ul li:first-child, header nav ul li.first {
667
+ padding-left: 0;
668
+ }
669
+ /* line 49, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
670
+ header nav ul li:last-child {
671
+ padding-right: 0;
672
+ }
673
+ /* line 50, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
674
+ header nav ul li.last {
675
+ padding-right: 0;
676
+ }
677
+ /* line 59, ../../../app/stylesheets/application.sass */
678
+ header nav ul li {
679
+ line-height: 25px;
680
+ }
681
+ /* line 61, ../../../app/stylesheets/application.sass */
682
+ header nav ul li a {
683
+ text-decoration: none;
684
+ }
685
+ /* line 4, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
686
+ header nav ul li a:hover {
687
+ text-decoration: underline;
688
+ }
689
+ /* line 63, ../../../app/stylesheets/application.sass */
690
+ header form {
691
+ position: absolute;
692
+ top: 0;
693
+ right: 0;
694
+ }
695
+ /* line 67, ../../../app/stylesheets/application.sass */
696
+ header input#keyword {
697
+ font-size: 12px;
698
+ line-height: 15px;
699
+ background: url('/../../public/concen/images/magnifying-glass.png?1292674399');
700
+ background-repeat: no-repeat;
701
+ height: 13px;
702
+ width: 13px;
703
+ background-position: 6px 5px;
704
+ border: 1px solid #b3b3b3;
705
+ outline: none;
706
+ -moz-border-radius: 60px;
707
+ -webkit-border-radius: 60px;
708
+ -o-border-radius: 60px;
709
+ -ms-border-radius: 60px;
710
+ -khtml-border-radius: 60px;
711
+ border-radius: 60px;
712
+ -webkit-appearance: none;
713
+ min-width: 120px;
714
+ width: 120px;
715
+ height: 15px;
716
+ padding: 4px 12px 4px 24px;
717
+ color: #999999;
718
+ }
719
+ /* line 81, ../../../app/stylesheets/application.sass */
720
+ header input#keyword:focus {
721
+ color: #333333;
722
+ }
723
+
724
+ /* line 86, ../../../app/stylesheets/application.sass */
725
+ #content {
726
+ margin: 30px auto 0 auto;
727
+ text-align: left;
728
+ }
729
+ /* line 89, ../../../app/stylesheets/application.sass */
730
+ #content h1 {
731
+ margin-bottom: 30px;
732
+ }
733
+ /* line 91, ../../../app/stylesheets/application.sass */
734
+ .wf-active #content h1 {
735
+ font-weight: 600;
736
+ }
737
+ /* line 93, ../../../app/stylesheets/application.sass */
738
+ #content h1 span {
739
+ margin-right: 15px;
740
+ }
741
+ /* line 95, ../../../app/stylesheets/application.sass */
742
+ #content div.parent-header {
743
+ height: 24px;
744
+ width: 100%;
745
+ position: relative;
746
+ }
747
+ /* line 99, ../../../app/stylesheets/application.sass */
748
+ #content div.parent-header h2 {
749
+ line-height: 24px;
750
+ display: inline;
751
+ margin-bottom: 0;
752
+ }
753
+ /* line 103, ../../../app/stylesheets/application.sass */
754
+ #content div.parent-header p.description {
755
+ font-size: 12px;
756
+ display: inline;
757
+ margin-left: 6px;
758
+ color: #999999;
759
+ }
760
+ /* line 108, ../../../app/stylesheets/application.sass */
761
+ #content div.parent-header p.counter {
762
+ font-style: italic;
763
+ font-size: 18px;
764
+ line-height: 24px;
765
+ float: right;
766
+ }
767
+
768
+ /* line 114, ../../../app/stylesheets/application.sass */
769
+ ul.pages {
770
+ margin-left: 0;
771
+ font-size: 14px;
772
+ }
773
+ /* line 117, ../../../app/stylesheets/application.sass */
774
+ ul.pages span.handle {
775
+ background: url("/concen/images/icon-handle.png");
776
+ width: 12px;
777
+ height: 12px;
778
+ display: -moz-inline-box;
779
+ -moz-box-orient: vertical;
780
+ display: inline-block;
781
+ vertical-align: middle;
782
+ *vertical-align: auto;
783
+ }
784
+ /* line 7, ../../../../../.rvm/gems/ruby-1.9.2-p290@concen/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
785
+ ul.pages span.handle {
786
+ *display: inline;
787
+ }
788
+ /* line 122, ../../../app/stylesheets/application.sass */
789
+ ul.pages p, ul.pages ul p {
790
+ margin-bottom: 10px;
791
+ vertical-align: middle;
792
+ }
793
+ /* line 125, ../../../app/stylesheets/application.sass */
794
+ ul.pages p span, ul.pages p a, ul.pages ul p span, ul.pages ul p a {
795
+ vertical-align: middle;
796
+ }
797
+ /* line 130, ../../../app/stylesheets/application.sass */
798
+ ul.pages a, ul.pages ul a {
799
+ margin-left: 4px;
800
+ }
801
+ /* line 132, ../../../app/stylesheets/application.sass */
802
+ ul.pages ul {
803
+ margin-left: 20px;
804
+ }
805
+
806
+ /* line 135, ../../../app/stylesheets/application.sass */
807
+ section#article {
808
+ width: 774px;
809
+ }
810
+
811
+ /* line 138, ../../../app/stylesheets/application.sass */
812
+ .boxshadow ul.search-result {
813
+ padding-bottom: 0;
814
+ }
815
+ /* line 140, ../../../app/stylesheets/application.sass */
816
+ .boxshadow ul.search-result li.child {
817
+ margin-top: 0;
818
+ margin-bottom: 30px;
819
+ }
820
+ /* line 143, ../../../app/stylesheets/application.sass */
821
+ .boxshadow ul.search-result div.text {
822
+ margin-top: 0;
823
+ }
824
+
825
+ /* line 148, ../../../app/stylesheets/application.sass */
826
+ footer {
827
+ color: #141f52;
828
+ margin: 30px auto 0 auto;
829
+ width: 760px;
830
+ display: block;
831
+ font-size: 12px;
832
+ border-top: 1px solid #858bad;
833
+ }
834
+ /* line 155, ../../../app/stylesheets/application.sass */
835
+ footer p {
836
+ text-align: center;
837
+ margin: 15px 0 0 0;
838
+ font-size: 12px;
839
+ }
840
+
841
+ /* line 162, ../../../app/stylesheets/application.sass */
842
+ a.prev {
843
+ background: url('/../../public/concen/images/button-prev.png?1292674399');
844
+ background-repeat: no-repeat;
845
+ height: 26px;
846
+ width: 26px;
847
+ text-indent: -9999px;
848
+ display: block;
849
+ }
850
+
851
+ /* line 167, ../../../app/stylesheets/application.sass */
852
+ a.prev.disabled {
853
+ background: url('/../../public/concen/images/button-prev-disabled.png?1292674399');
854
+ background-repeat: no-repeat;
855
+ height: 26px;
856
+ width: 26px;
857
+ }
858
+
859
+ /* line 170, ../../../app/stylesheets/application.sass */
860
+ a.next {
861
+ background: url('/../../public/concen/images/button-next.png?1292674399');
862
+ background-repeat: no-repeat;
863
+ height: 26px;
864
+ width: 26px;
865
+ text-indent: -9999px;
866
+ display: block;
867
+ }
868
+
869
+ /* line 175, ../../../app/stylesheets/application.sass */
870
+ a.next.disabled {
871
+ background: url('/../../public/concen/images/button-next-disabled.png?1292674399');
872
+ background-repeat: no-repeat;
873
+ height: 26px;
874
+ width: 26px;
875
+ }
876
+
877
+ /* line 178, ../../../app/stylesheets/application.sass */
878
+ a.grid {
879
+ background: url('/../../public/concen/images/button-grid.png?1292674399');
880
+ background-repeat: no-repeat;
881
+ height: 26px;
882
+ width: 26px;
883
+ text-indent: -9999px;
884
+ display: block;
885
+ }
886
+
887
+ /* line 183, ../../../app/stylesheets/application.sass */
888
+ #file-list {
889
+ width: 260px;
890
+ float: right;
891
+ padding: 0 0 0 20px;
892
+ margin-bottom: 20px;
893
+ text-shadow: white 0px 1px 0px;
894
+ position: relative;
895
+ }
896
+ /* line 191, ../../../app/stylesheets/application.sass */
897
+ #file-list h3 {
898
+ line-height: 1;
899
+ font-size: 13px;
900
+ margin-bottom: 10px;
901
+ position: relative;
902
+ background: #ebebeb;
903
+ padding: 6px 10px;
904
+ text-shadow: white 0px 1px 0px;
905
+ }
906
+ /* line 199, ../../../app/stylesheets/application.sass */
907
+ #file-list a.organize {
908
+ font-size: 12px;
909
+ font-weight: 600;
910
+ line-height: 25px;
911
+ display: block;
912
+ position: absolute;
913
+ top: 0;
914
+ right: 10px;
915
+ color: #999999;
916
+ }
917
+ /* line 208, ../../../app/stylesheets/application.sass */
918
+ #file-list a.sort-path {
919
+ display: none;
920
+ }
921
+ /* line 210, ../../../app/stylesheets/application.sass */
922
+ #file-list ul {
923
+ list-style-position: inside;
924
+ margin-bottom: 20px;
925
+ }
926
+ /* line 213, ../../../app/stylesheets/application.sass */
927
+ #file-list ul li {
928
+ font-size: 12px;
929
+ line-height: 1;
930
+ height: 12px;
931
+ list-style-type: square;
932
+ padding: 8px 10px;
933
+ border-bottom: 1px solid #ebebeb;
934
+ overflow: hidden;
935
+ *zoom: 1;
936
+ }
937
+ /* line 221, ../../../app/stylesheets/application.sass */
938
+ #file-list ul li a {
939
+ font-size: 12px;
940
+ }
941
+ /* line 223, ../../../app/stylesheets/application.sass */
942
+ #file-list ul li .right {
943
+ float: right;
944
+ height: inherit;
945
+ overflow: hidden;
946
+ *zoom: 1;
947
+ }
948
+ /* line 227, ../../../app/stylesheets/application.sass */
949
+ #file-list ul li .right div, #file-list ul li .right a {
950
+ width: 12px;
951
+ height: 12px;
952
+ margin-left: 10px;
953
+ display: block;
954
+ text-indent: -9999px;
955
+ float: left;
956
+ }
957
+ /* line 234, ../../../app/stylesheets/application.sass */
958
+ #file-list ul li .right .check {
959
+ background: url('/../../public/concen/images/glyph-small-check.png?1292674399');
960
+ background-repeat: no-repeat;
961
+ height: 12px;
962
+ width: 12px;
963
+ }
964
+ /* line 236, ../../../app/stylesheets/application.sass */
965
+ #file-list ul li .right .activate {
966
+ background: url('/../../public/concen/images/glyph-small-check-alt.png?1292674399');
967
+ background-repeat: no-repeat;
968
+ height: 12px;
969
+ width: 12px;
970
+ }
971
+ /* line 238, ../../../app/stylesheets/application.sass */
972
+ #file-list ul li .right .activate:hover {
973
+ background: url('/../../public/concen/images/glyph-small-check.png?1292674399');
974
+ background-repeat: no-repeat;
975
+ height: 12px;
976
+ width: 12px;
977
+ }
978
+ /* line 240, ../../../app/stylesheets/application.sass */
979
+ #file-list ul li .right .handle {
980
+ background: url('/../../public/concen/images/glyph-small-handle.png?1292674399');
981
+ background-repeat: no-repeat;
982
+ height: 12px;
983
+ width: 12px;
984
+ }
985
+ /* line 242, ../../../app/stylesheets/application.sass */
986
+ #file-list ul li .right .delete {
987
+ background: url('/../../public/concen/images/glyph-small-delete.png?1292674399');
988
+ background-repeat: no-repeat;
989
+ height: 12px;
990
+ width: 12px;
991
+ }
992
+
993
+ /* line 245, ../../../app/stylesheets/application.sass */
994
+ .panels {
995
+ margin-bottom: 30px;
996
+ }
997
+ /* line 247, ../../../app/stylesheets/application.sass */
998
+ .panels .panel {
999
+ float: left;
1000
+ width: 31.25%;
1001
+ margin-right: 3.125%;
1002
+ font-size: 12px;
1003
+ }
1004
+ /* line 253, ../../../app/stylesheets/application.sass */
1005
+ .panels .panel .graph {
1006
+ padding: 15px;
1007
+ }
1008
+ /* line 255, ../../../app/stylesheets/application.sass */
1009
+ .panels .panel h3 {
1010
+ line-height: 1;
1011
+ border-bottom: 1px solid #858bad;
1012
+ padding: 10px;
1013
+ background: #f3f3f7;
1014
+ -moz-border-radius-topleft: 4px;
1015
+ -webkit-border-top-left-radius: 4px;
1016
+ -o-border-top-left-radius: 4px;
1017
+ -ms-border-top-left-radius: 4px;
1018
+ -khtml-border-top-left-radius: 4px;
1019
+ border-top-left-radius: 4px;
1020
+ -moz-border-radius-topright: 4px;
1021
+ -webkit-border-top-right-radius: 4px;
1022
+ -o-border-top-right-radius: 4px;
1023
+ -ms-border-top-right-radius: 4px;
1024
+ -khtml-border-top-right-radius: 4px;
1025
+ border-top-right-radius: 4px;
1026
+ text-shadow: white 0px 1px 0px;
1027
+ }
1028
+ /* line 262, ../../../app/stylesheets/application.sass */
1029
+ .panels .panel h3 span {
1030
+ font-size: 12px;
1031
+ margin-left: 2px;
1032
+ color: #999999;
1033
+ font-weight: 500;
1034
+ }
1035
+ /* line 268, ../../../app/stylesheets/application.sass */
1036
+ .panels .panel h3 span.link a {
1037
+ font-size: 10px;
1038
+ line-height: 10px;
1039
+ float: right;
1040
+ display: block;
1041
+ border: 1px solid #999999;
1042
+ -moz-border-radius: 2px;
1043
+ -webkit-border-radius: 2px;
1044
+ -o-border-radius: 2px;
1045
+ -ms-border-radius: 2px;
1046
+ -khtml-border-radius: 2px;
1047
+ border-radius: 2px;
1048
+ padding: 2px 6px;
1049
+ font-weight: 600;
1050
+ -moz-box-shadow: 0px 1px 0px white;
1051
+ -webkit-box-shadow: 0px 1px 0px white;
1052
+ -o-box-shadow: 0px 1px 0px white;
1053
+ box-shadow: 0px 1px 0px white;
1054
+ margin-left: 8px;
1055
+ text-align: center;
1056
+ color: #666666;
1057
+ background: #e0e0e0;
1058
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #d9d9d9));
1059
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
1060
+ background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
1061
+ background-image: -o-linear-gradient(top, #f2f2f2, #d9d9d9);
1062
+ background-image: -ms-linear-gradient(top, #f2f2f2, #d9d9d9);
1063
+ background-image: linear-gradient(top, #f2f2f2, #d9d9d9);
1064
+ }
1065
+ /* line 283, ../../../app/stylesheets/application.sass */
1066
+ .panels .panel h3 span.link a.active, .panels .panel h3 span.link a:active {
1067
+ color: #666666;
1068
+ border-color: gray;
1069
+ background: #d9d9d9;
1070
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d9d9), color-stop(100%, #f2f2f2));
1071
+ background-image: -webkit-linear-gradient(top, #d9d9d9, #f2f2f2);
1072
+ background-image: -moz-linear-gradient(top, #d9d9d9, #f2f2f2);
1073
+ background-image: -o-linear-gradient(top, #d9d9d9, #f2f2f2);
1074
+ background-image: -ms-linear-gradient(top, #d9d9d9, #f2f2f2);
1075
+ background-image: linear-gradient(top, #d9d9d9, #f2f2f2);
1076
+ }
1077
+ /* line 288, ../../../app/stylesheets/application.sass */
1078
+ .panels .panel h3 span.link a:hover {
1079
+ text-decoration: none;
1080
+ }
1081
+ /* line 290, ../../../app/stylesheets/application.sass */
1082
+ .panels .panel h3 span.timezone {
1083
+ font-size: 10px;
1084
+ line-height: 10px;
1085
+ float: right;
1086
+ display: block;
1087
+ border: 1px solid #b3b3b3;
1088
+ -moz-border-radius: 2px;
1089
+ -webkit-border-radius: 2px;
1090
+ -o-border-radius: 2px;
1091
+ -ms-border-radius: 2px;
1092
+ -khtml-border-radius: 2px;
1093
+ border-radius: 2px;
1094
+ padding: 2px 6px;
1095
+ font-weight: 600;
1096
+ -moz-box-shadow: 0px 1px 0px white;
1097
+ -webkit-box-shadow: 0px 1px 0px white;
1098
+ -o-box-shadow: 0px 1px 0px white;
1099
+ box-shadow: 0px 1px 0px white;
1100
+ margin-left: 8px;
1101
+ text-align: center;
1102
+ color: #999999;
1103
+ }
1104
+ /* line 303, ../../../app/stylesheets/application.sass */
1105
+ .panels .panel p.big-number {
1106
+ font-size: 72px;
1107
+ text-align: center;
1108
+ height: 168px;
1109
+ line-height: 168px;
1110
+ }
1111
+ /* line 308, ../../../app/stylesheets/application.sass */
1112
+ .panels .panel ul {
1113
+ width: 100%;
1114
+ min-height: 15px;
1115
+ }
1116
+ /* line 311, ../../../app/stylesheets/application.sass */
1117
+ .panels .panel ul li {
1118
+ padding: 6px 10px;
1119
+ border-bottom: 1px solid #dadce7;
1120
+ position: relative;
1121
+ list-style: none;
1122
+ overflow: hidden;
1123
+ }
1124
+ /* line 317, ../../../app/stylesheets/application.sass */
1125
+ .panels .panel ul li:last-child, .panels .panel ul li.last {
1126
+ border-bottom: 0;
1127
+ }
1128
+ /* line 319, ../../../app/stylesheets/application.sass */
1129
+ .panels .panel ul li a, .panels .panel ul li p {
1130
+ font-size: 12px;
1131
+ white-space: nowrap;
1132
+ overflow: hidden;
1133
+ -o-text-overflow: ellipsis;
1134
+ -ms-text-overflow: ellipsis;
1135
+ text-overflow: ellipsis;
1136
+ display: block;
1137
+ width: 100%;
1138
+ }
1139
+ /* line 324, ../../../app/stylesheets/application.sass */
1140
+ .panels .panel ul li p.right {
1141
+ position: absolute;
1142
+ top: 6px;
1143
+ right: 10px;
1144
+ padding-left: 10px;
1145
+ background: white;
1146
+ width: auto;
1147
+ }
1148
+ /* line 332, ../../../app/stylesheets/application.sass */
1149
+ .panels .panel.wide {
1150
+ width: auto;
1151
+ margin-right: 0;
1152
+ float: none;
1153
+ }
1154
+ /* line 336, ../../../app/stylesheets/application.sass */
1155
+ .panels .edge {
1156
+ margin-right: 0px;
1157
+ }
1158
+ /* line 338, ../../../app/stylesheets/application.sass */
1159
+ .panels ul.historical-visits {
1160
+ list-style-type: none;
1161
+ border: none;
1162
+ }
1163
+ /* line 341, ../../../app/stylesheets/application.sass */
1164
+ .panels ul.historical-visits li {
1165
+ float: right;
1166
+ width: 40px;
1167
+ padding: 0;
1168
+ margin: 0;
1169
+ height: 142px;
1170
+ border: none;
1171
+ }
1172
+ /* line 348, ../../../app/stylesheets/application.sass */
1173
+ .panels ul.historical-visits li div.count {
1174
+ height: 120px;
1175
+ position: relative;
1176
+ }
1177
+ /* line 351, ../../../app/stylesheets/application.sass */
1178
+ .panels ul.historical-visits li div.total, .panels ul.historical-visits li div.unique {
1179
+ position: absolute;
1180
+ bottom: 0;
1181
+ left: 0;
1182
+ width: 100%;
1183
+ }
1184
+ /* line 356, ../../../app/stylesheets/application.sass */
1185
+ .panels ul.historical-visits li div.total {
1186
+ background: #43d166;
1187
+ z-index: 10;
1188
+ }
1189
+ /* line 359, ../../../app/stylesheets/application.sass */
1190
+ .panels ul.historical-visits li div.unique {
1191
+ background: #9aeeb0;
1192
+ z-index: 11;
1193
+ }
1194
+ /* line 362, ../../../app/stylesheets/application.sass */
1195
+ .panels ul.historical-visits li p {
1196
+ margin-top: 8px;
1197
+ height: 14px;
1198
+ font-size: 11px;
1199
+ line-height: 14px;
1200
+ text-align: center;
1201
+ }
1202
+
1203
+ /* line 371, ../../../app/stylesheets/application.sass */
1204
+ .qtip-content {
1205
+ font-size: 13px;
1206
+ color: #333333;
1207
+ background: white;
1208
+ }
1209
+
1210
+ /* line 378, ../../../app/stylesheets/application.sass */
1211
+ .qtip-wrapper {
1212
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1213
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1214
+ -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1215
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
1216
+ }
1217
+
1218
+ /* line 383, ../../../app/stylesheets/application.sass */
1219
+ #text-editor {
1220
+ min-height: 400px;
1221
+ position: relative;
1222
+ }
1223
+
1224
+ /* line 387, ../../../app/stylesheets/application.sass */
1225
+ #file-manager {
1226
+ float: right;
1227
+ width: 25%;
1228
+ }
1229
+ /* line 390, ../../../app/stylesheets/application.sass */
1230
+ #file-manager div.border {
1231
+ padding: 20px;
1232
+ margin-left: 30px;
1233
+ }
1234
+ /* line 393, ../../../app/stylesheets/application.sass */
1235
+ #file-manager h3 {
1236
+ margin-top: 20px;
1237
+ }
1238
+ /* line 395, ../../../app/stylesheets/application.sass */
1239
+ #file-manager h3 span {
1240
+ vertical-align: middle;
1241
+ }
1242
+ /* line 397, ../../../app/stylesheets/application.sass */
1243
+ #file-manager h3 a {
1244
+ margin-right: 4px;
1245
+ vertical-align: middle;
1246
+ }
1247
+ /* line 400, ../../../app/stylesheets/application.sass */
1248
+ #file-manager ul {
1249
+ list-style-type: none;
1250
+ }
1251
+ /* line 402, ../../../app/stylesheets/application.sass */
1252
+ #file-manager ul li {
1253
+ font-size: 12px;
1254
+ margin-top: 10px;
1255
+ }
1256
+ /* line 405, ../../../app/stylesheets/application.sass */
1257
+ #file-manager ul li a {
1258
+ white-space: pre;
1259
+ white-space: pre-wrap;
1260
+ white-space: pre-line;
1261
+ white-space: -pre-wrap;
1262
+ white-space: -o-pre-wrap;
1263
+ white-space: -moz-pre-wrap;
1264
+ white-space: -hp-pre-wrap;
1265
+ word-wrap: break-word;
1266
+ color: #858bad;
1267
+ margin-right: 4px;
1268
+ }
1269
+ /* line 409, ../../../app/stylesheets/application.sass */
1270
+ #file-manager ul li a.filename {
1271
+ color: #141f52;
1272
+ }
1273
+
1274
+ /* line 412, ../../../app/stylesheets/application.sass */
1275
+ form.with-text-editor {
1276
+ float: left;
1277
+ width: 75%;
1278
+ }
1279
+ /* line 415, ../../../app/stylesheets/application.sass */
1280
+ form.with-text-editor.wide {
1281
+ width: 100%;
1282
+ }
1283
+ /* line 417, ../../../app/stylesheets/application.sass */
1284
+ form.with-text-editor .border {
1285
+ padding: 10px;
1286
+ -moz-box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
1287
+ -webkit-box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
1288
+ -o-box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
1289
+ box-shadow: rgba(133, 139, 173, 0.3) 0 2px 2px inset;
1290
+ }
1291
+
1292
+ /* line 421, ../../../app/stylesheets/application.sass */
1293
+ .tickLabel {
1294
+ font-size: 12px;
1295
+ }
1296
+
1297
+ /* line 424, ../../../app/stylesheets/application.sass */
1298
+ table {
1299
+ border-collapse: collapse;
1300
+ font-size: 14px;
1301
+ width: 100%;
1302
+ }
1303
+ /* line 428, ../../../app/stylesheets/application.sass */
1304
+ table th {
1305
+ background: #f3f3f7;
1306
+ -moz-border-radius-topleft: 4px;
1307
+ -webkit-border-top-left-radius: 4px;
1308
+ -o-border-top-left-radius: 4px;
1309
+ -ms-border-top-left-radius: 4px;
1310
+ -khtml-border-top-left-radius: 4px;
1311
+ border-top-left-radius: 4px;
1312
+ -moz-border-radius-topright: 4px;
1313
+ -webkit-border-top-right-radius: 4px;
1314
+ -o-border-top-right-radius: 4px;
1315
+ -ms-border-top-right-radius: 4px;
1316
+ -khtml-border-top-right-radius: 4px;
1317
+ border-top-right-radius: 4px;
1318
+ font-weight: bold;
1319
+ font-size: 16px;
1320
+ }
1321
+ /* line 433, ../../../app/stylesheets/application.sass */
1322
+ .wf-active table th {
1323
+ font-weight: 600;
1324
+ }
1325
+ /* line 435, ../../../app/stylesheets/application.sass */
1326
+ table td, table th {
1327
+ border-bottom: 1px solid #dadce7;
1328
+ padding: 10px;
1329
+ vertical-align: top;
1330
+ }
1331
+ /* line 439, ../../../app/stylesheets/application.sass */
1332
+ table td.center, table th.center {
1333
+ text-align: center;
1334
+ }
1335
+ /* line 441, ../../../app/stylesheets/application.sass */
1336
+ table td.right, table th.right {
1337
+ text-align: right;
1338
+ }
1339
+ /* line 444, ../../../app/stylesheets/application.sass */
1340
+ table tr:last-child td {
1341
+ border-bottom: 0;
1342
+ }