comparison js/Editor-1.5.6/css/editor.bootstrap.css @ 2:a64ece32a01a draft default tip

"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cs_overview commit a46097db0b6056e1125237393eb6974cfd51eb41"
author azomics
date Tue, 28 Jul 2020 08:32:36 -0400
parents
children
comparison
equal deleted inserted replaced
1:bca68066a957 2:a64ece32a01a
1 div.DTE div.DTE_Form_Error {
2 display: none;
3 color: #b11f1f;
4 }
5
6 div.DTE_Field div.multi-value,
7 div.DTE_Field div.multi-restore {
8 display: none;
9 cursor: pointer;
10 }
11 div.DTE_Field div.multi-value span,
12 div.DTE_Field div.multi-restore span {
13 display: block;
14 color: #666;
15 }
16 div.DTE_Field div.multi-value:hover,
17 div.DTE_Field div.multi-restore:hover {
18 background-color: #f1f1f1;
19 }
20 div.DTE_Field div.multi-restore {
21 margin-top: 0.5em;
22 font-size: 0.8em;
23 line-height: 1.25em;
24 }
25 div.DTE_Field:after {
26 display: block;
27 content: ".";
28 height: 0;
29 line-height: 0;
30 clear: both;
31 visibility: hidden;
32 }
33
34 div.DTE_Inline {
35 position: relative;
36 display: table;
37 width: 100%;
38 }
39 div.DTE_Inline div.DTE_Inline_Field,
40 div.DTE_Inline div.DTE_Inline_Buttons {
41 display: table-cell;
42 vertical-align: middle;
43 }
44 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field,
45 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field {
46 padding: 0;
47 }
48 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label,
49 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label {
50 display: none;
51 }
52 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input,
53 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input {
54 width: 100%;
55 }
56 div.DTE_Inline div.DTE_Inline_Field div.DTE_Form_Buttons button,
57 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Form_Buttons button {
58 margin: -6px 0 -6px 4px;
59 padding: 5px;
60 }
61 div.DTE_Inline div.DTE_Field input[type="color"],
62 div.DTE_Inline div.DTE_Field input[type="date"],
63 div.DTE_Inline div.DTE_Field input[type="datetime"],
64 div.DTE_Inline div.DTE_Field input[type="datetime-local"],
65 div.DTE_Inline div.DTE_Field input[type="email"],
66 div.DTE_Inline div.DTE_Field input[type="month"],
67 div.DTE_Inline div.DTE_Field input[type="number"],
68 div.DTE_Inline div.DTE_Field input[type="password"],
69 div.DTE_Inline div.DTE_Field input[type="search"],
70 div.DTE_Inline div.DTE_Field input[type="tel"],
71 div.DTE_Inline div.DTE_Field input[type="text"],
72 div.DTE_Inline div.DTE_Field input[type="time"],
73 div.DTE_Inline div.DTE_Field input[type="url"],
74 div.DTE_Inline div.DTE_Field input[type="week"] {
75 margin: -6px 0;
76 }
77 div.DTE_Inline.DTE_Processing:after {
78 position: absolute;
79 content: ' ';
80 display: block;
81 top: 4px;
82 right: 10px;
83 height: 12px;
84 width: 17px;
85 background: url("../images/ajax-loader-small.gif") no-repeat top left;
86 }
87
88 span.dtr-data div.DTE_Inline {
89 display: inline-table;
90 }
91
92 div.DTE_Inline div.DTE_Field {
93 width: 100%;
94 }
95 div.DTE_Inline div.DTE_Field > div {
96 width: 100%;
97 padding: 0;
98 }
99 div.DTE_Inline div.DTE_Field input.form-control {
100 height: 30px;
101 }
102 div.DTE_Inline div.DTE_Field div.help-block {
103 display: none;
104 }
105 div.DTE_Inline.DTE_Processing:after {
106 top: 5px;
107 }
108
109 div.DTE_Field_Type_checkbox div.controls,
110 div.DTE_Field_Type_radio div.controls {
111 margin-top: 0.4em;
112 }
113 div.DTE_Field_Type_checkbox div.controls label,
114 div.DTE_Field_Type_radio div.controls label {
115 margin-left: 0.75em;
116 margin-bottom: 0;
117 vertical-align: middle;
118 font-weight: normal;
119 }
120
121 div.DTE_Bubble {
122 position: absolute;
123 z-index: 11;
124 margin-top: -6px;
125 opacity: 0;
126 }
127 div.DTE_Bubble div.DTE_Bubble_Liner {
128 position: absolute;
129 bottom: 0;
130 border: 1px solid black;
131 width: 300px;
132 margin-left: -150px;
133 background-color: white;
134 box-shadow: 2px 2px 7px #555;
135 border-radius: 5px;
136 border: 2px solid #444;
137 padding: 1em;
138 -webkit-box-sizing: border-box;
139 -moz-box-sizing: border-box;
140 box-sizing: border-box;
141 }
142 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table {
143 display: table;
144 width: 100%;
145 }
146 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form {
147 display: table-cell;
148 }
149 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content {
150 padding: 0;
151 }
152 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field {
153 position: relative;
154 zoom: 1;
155 margin-bottom: 0.5em;
156 }
157 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child {
158 margin-bottom: 0;
159 }
160 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons {
161 display: table-cell;
162 vertical-align: bottom;
163 padding: 0 0 0 0.75em;
164 width: 1%;
165 }
166 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
167 border-top-left-radius: 5px;
168 border-top-right-radius: 5px;
169 }
170 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info,
171 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table {
172 padding-top: 42px;
173 }
174 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error {
175 float: none;
176 display: none;
177 padding: 0;
178 margin-bottom: 0.5em;
179 }
180 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close {
181 position: absolute;
182 top: -11px;
183 right: -11px;
184 width: 22px;
185 height: 22px;
186 border: 2px solid white;
187 background-color: black;
188 text-align: center;
189 border-radius: 15px;
190 cursor: pointer;
191 z-index: 12;
192 box-shadow: 2px 2px 6px #111;
193 }
194 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
195 content: '\00d7';
196 color: white;
197 font-weight: bold;
198 font-size: 18px;
199 line-height: 22px;
200 font-family: 'Courier New', Courier, monospace;
201 padding-left: 1px;
202 }
203 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover {
204 background-color: #092079;
205 box-shadow: 2px 2px 9px #111;
206 }
207 div.DTE_Bubble div.DTE_Bubble_Triangle {
208 position: absolute;
209 height: 10px;
210 width: 10px;
211 top: -6px;
212 background-color: white;
213 border: 2px solid #444;
214 border-top: none;
215 border-right: none;
216 -webkit-transform: rotate(-45deg);
217 -moz-transform: rotate(-45deg);
218 -ms-transform: rotate(-45deg);
219 -o-transform: rotate(-45deg);
220 transform: rotate(-45deg);
221 }
222 div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after {
223 position: absolute;
224 content: ' ';
225 display: block;
226 top: 12px;
227 right: 18px;
228 height: 12px;
229 width: 17px;
230 background: url("../images/ajax-loader-small.gif") no-repeat top left;
231 }
232 div.DTE_Bubble.below div.DTE_Bubble_Liner {
233 top: 10px;
234 bottom: auto;
235 }
236 div.DTE_Bubble.below div.DTE_Bubble_Triangle {
237 top: 4px;
238 -webkit-transform: rotate(135deg);
239 -moz-transform: rotate(135deg);
240 -ms-transform: rotate(135deg);
241 -o-transform: rotate(135deg);
242 transform: rotate(135deg);
243 }
244
245 div.DTE_Bubble_Background {
246 position: fixed;
247 top: 0;
248 left: 0;
249 width: 100%;
250 height: 100%;
251 background: rgba(0, 0, 0, 0.7);
252 /* Fallback */
253 background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
254 /* IE10 Consumer Preview */
255 background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
256 /* Firefox */
257 background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
258 /* Opera */
259 background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
260 /* Webkit (Safari/Chrome 10) */
261 background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
262 /* Webkit (Chrome 11+) */
263 background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
264 /* W3C Markup, IE10 Release Preview */
265 z-index: 10;
266 }
267 div.DTE_Bubble_Background > div {
268 position: absolute;
269 top: 0;
270 right: 0;
271 left: 0;
272 bottom: 0;
273 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
274 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
275 }
276 div.DTE_Bubble_Background > div:not([dummy]) {
277 filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
278 }
279
280 div.DTE_Bubble div.DTE_Bubble_Liner {
281 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
282 border-radius: 6px;
283 padding: 0 0 0.5em 0;
284 border: 1px solid rgba(0, 0, 0, 0.2);
285 }
286 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label,
287 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div {
288 width: 100%;
289 float: none;
290 clear: both;
291 text-align: left;
292 }
293 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label {
294 padding-bottom: 4px;
295 }
296 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
297 background-color: #f7f7f7;
298 border-bottom: 1px solid #ebebeb;
299 font-size: 14px;
300 width: 100%;
301 }
302 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
303 margin-top: -2px;
304 display: block;
305 }
306 div.DTE_Bubble div.DTE_Bubble_Triangle {
307 border: 1px solid rgba(0, 0, 0, 0.2);
308 }
309
310 div.DTE_Bubble_Background {
311 position: fixed;
312 top: 0;
313 left: 0;
314 right: 0;
315 bottom: 0;
316 z-index: 10;
317 background-color: rgba(0, 0, 0, 0.05);
318 }
319
320 div.DTE div.editor_upload {
321 padding-top: 4px;
322 }
323 div.DTE div.editor_upload div.eu_table {
324 display: table;
325 width: 100%;
326 }
327 div.DTE div.editor_upload div.row {
328 display: table-row;
329 }
330 div.DTE div.editor_upload div.cell {
331 display: table-cell;
332 position: relative;
333 width: 50%;
334 vertical-align: top;
335 }
336 div.DTE div.editor_upload div.cell + div.cell {
337 padding-left: 10px;
338 }
339 div.DTE div.editor_upload div.row + div.row div.cell {
340 padding-top: 10px;
341 }
342 div.DTE div.editor_upload button.btn,
343 div.DTE div.editor_upload input[type=file] {
344 width: 100%;
345 height: 2.3em;
346 font-size: 0.8em;
347 text-align: center;
348 line-height: 1em;
349 }
350 div.DTE div.editor_upload input[type=file] {
351 position: absolute;
352 top: 0;
353 left: 0;
354 width: 100%;
355 opacity: 0;
356 }
357 div.DTE div.editor_upload div.drop {
358 position: relative;
359 box-sizing: border-box;
360 width: 100%;
361 height: 100%;
362 border: 3px dashed #ccc;
363 border-radius: 6px;
364 min-height: 4em;
365 color: #999;
366 padding-top: 3px;
367 text-align: center;
368 }
369 div.DTE div.editor_upload div.drop.over {
370 border: 3px dashed #111;
371 color: #111;
372 }
373 div.DTE div.editor_upload div.drop span {
374 max-width: 75%;
375 font-size: 0.85em;
376 line-height: 1em;
377 }
378 div.DTE div.editor_upload div.rendered img {
379 max-width: 8em;
380 margin: 0 auto;
381 }
382 div.DTE div.editor_upload.noDrop div.drop {
383 display: none;
384 }
385 div.DTE div.editor_upload.noDrop div.row.second {
386 display: none;
387 }
388 div.DTE div.editor_upload.noDrop div.rendered {
389 margin-top: 10px;
390 }
391 div.DTE div.editor_upload.noClear div.clearValue button {
392 display: none;
393 }
394 div.DTE div.editor_upload.multi div.cell {
395 display: block;
396 width: 100%;
397 }
398 div.DTE div.editor_upload.multi div.cell div.drop {
399 min-height: 0;
400 padding-bottom: 5px;
401 }
402 div.DTE div.editor_upload.multi div.clearValue {
403 display: none;
404 }
405 div.DTE div.editor_upload.multi ul {
406 list-style-type: none;
407 margin: 0;
408 padding: 0;
409 }
410 div.DTE div.editor_upload.multi ul li {
411 position: relative;
412 margin-top: 0.5em;
413 }
414 div.DTE div.editor_upload.multi ul li:first-child {
415 margin-top: 0;
416 }
417 div.DTE div.editor_upload.multi ul li img {
418 vertical-align: middle;
419 }
420 div.DTE div.editor_upload.multi ul li button {
421 position: absolute;
422 width: 40px;
423 right: 0;
424 top: 50%;
425 margin-top: -1.5em;
426 }
427
428 div.DTE div.editor_upload button.btn,
429 div.DTE div.editor_upload input[type=file] {
430 height: auto;
431 }
432 div.DTE div.editor_upload ul li button {
433 padding-bottom: 8px;
434 }
435
436 div.editor-datetime {
437 position: absolute;
438 background-color: white;
439 z-index: 2050;
440 border: 1px solid #ccc;
441 box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
442 padding-bottom: 5px;
443 }
444 div.editor-datetime div.editor-datetime-title {
445 text-align: center;
446 padding: 5px 0px 3px;
447 }
448 div.editor-datetime table {
449 border-spacing: 0;
450 margin: 6px 13px;
451 }
452 div.editor-datetime table th {
453 font-size: 0.8em;
454 color: #777;
455 font-weight: normal;
456 width: 14.285714286%;
457 padding: 0 0 4px 0;
458 text-align: center;
459 }
460 div.editor-datetime table td {
461 font-size: 0.9em;
462 color: #444;
463 padding: 0;
464 }
465 div.editor-datetime table td.day {
466 text-align: right;
467 background: #f5f5f5;
468 }
469 div.editor-datetime table td.day.disabled {
470 color: #aaa;
471 background: white;
472 }
473 div.editor-datetime table td.day.today {
474 background-color: #ddd;
475 }
476 div.editor-datetime table td.day.today button {
477 font-weight: bold;
478 }
479 div.editor-datetime table td.day.selected button {
480 background: #337ab7;
481 color: white;
482 border-radius: 2px;
483 }
484 div.editor-datetime table td.day button:hover {
485 background: #ff8000;
486 color: white;
487 border-radius: 2px;
488 }
489 div.editor-datetime table td.editor-datetime-week {
490 font-size: 0.7em;
491 }
492 div.editor-datetime table button {
493 width: 100%;
494 box-sizing: border-box;
495 border: none;
496 background: transparent;
497 font-size: inherit;
498 color: inherit;
499 text-align: inherit;
500 padding: 5px 9px;
501 cursor: pointer;
502 margin: 0;
503 }
504 div.editor-datetime table.weekNumber th {
505 width: 12.5%;
506 }
507 div.editor-datetime div.editor-datetime-label {
508 position: relative;
509 display: inline-block;
510 height: 30px;
511 padding: 5px 6px;
512 border: 1px solid transparent;
513 box-sizing: border-box;
514 cursor: pointer;
515 }
516 div.editor-datetime div.editor-datetime-label:hover {
517 border: 1px solid #ddd;
518 border-radius: 2px;
519 background-color: #f5f5f5;
520 }
521 div.editor-datetime div.editor-datetime-label select {
522 position: absolute;
523 top: 6px;
524 left: 0;
525 cursor: pointer;
526 opacity: 0;
527 -ms-filter: "alpha(opacity=0)";
528 }
529 div.editor-datetime div.editor-datetime-time {
530 text-align: center;
531 }
532 div.editor-datetime div.editor-datetime-time > span {
533 vertical-align: middle;
534 }
535 div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
536 display: inline-block;
537 vertical-align: middle;
538 }
539 div.editor-datetime div.editor-datetime-iconLeft,
540 div.editor-datetime div.editor-datetime-iconRight,
541 div.editor-datetime div.editor-datetime-iconUp,
542 div.editor-datetime div.editor-datetime-iconDown {
543 width: 30px;
544 height: 30px;
545 background-position: center;
546 background-repeat: no-repeat;
547 opacity: 0.3;
548 overflow: hidden;
549 box-sizing: border-box;
550 }
551 div.editor-datetime div.editor-datetime-iconLeft:hover,
552 div.editor-datetime div.editor-datetime-iconRight:hover,
553 div.editor-datetime div.editor-datetime-iconUp:hover,
554 div.editor-datetime div.editor-datetime-iconDown:hover {
555 border: 1px solid #ccc;
556 border-radius: 2px;
557 background-color: #f0f0f0;
558 opacity: 0.6;
559 }
560 div.editor-datetime div.editor-datetime-iconLeft button,
561 div.editor-datetime div.editor-datetime-iconRight button,
562 div.editor-datetime div.editor-datetime-iconUp button,
563 div.editor-datetime div.editor-datetime-iconDown button {
564 border: none;
565 background: transparent;
566 text-indent: 30px;
567 height: 100%;
568 width: 100%;
569 cursor: pointer;
570 }
571 div.editor-datetime div.editor-datetime-iconLeft {
572 position: absolute;
573 top: 5px;
574 left: 5px;
575 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
576 }
577 div.editor-datetime div.editor-datetime-iconRight {
578 position: absolute;
579 top: 5px;
580 right: 5px;
581 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
582 }
583 div.editor-datetime div.editor-datetime-iconUp {
584 height: 20px;
585 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
586 }
587 div.editor-datetime div.editor-datetime-iconDown {
588 height: 20px;
589 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
590 }