Blame view

js/resources/css/amda.css 12.3 KB
16035364   Benjamin Renard   First commit
1
/* This is amda specific stylesheet*/
10200969   Roipoussiere   Remove whitespace...
2

fdc5eae5   Elena.Budnik   Anomalie #6355
3
4
/* Safari 11  fieldset collapse/expose bug */
.x-fieldset {
4bece920   Elena.Budnik   fieldset colors
5
	overflow : visible !important;
fdc5eae5   Elena.Budnik   Anomalie #6355
6
}
4bece920   Elena.Budnik   fieldset colors
7
8
9
10
11

.child-fieldset {
	background-color: #f8f6ee;  
}

16035364   Benjamin Renard   First commit
12
.window-active .x-window-header {
4bece920   Elena.Budnik   fieldset colors
13
	background-color: #6c0985;
16035364   Benjamin Renard   First commit
14
15
16
}

.window-active .x-window-header-text {
501f5f6c   Elena.Budnik   text haeder color...
17
	color: #cafdff;
16035364   Benjamin Renard   First commit
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
}

.icon-add-resources {
    background-image:url( ../images/16x16/plus_Orange.png ) !important;
}

.icon-feedback {
    background-image:url( ../images/16x16/mail.png ) !important;
}

.icon-manage-tt {
    background-image:url( ../images/16x16/timeTable.png ) !important;
}

.icon-plot {
    background-image:url( ../images/16x16/plot.png ) !important;
}

.icon-filter {
    background-image:url( ../images/16x16/filter.png ) !important;
}

.icon-download {
    background-image:url( ../images/16x16/download_manager.png ) !important;
}

.icon-mydata {
    background-image:url( ../images/16x16/mydata.png ) !important;

}

.icon-catalog {
    background-image:url( ../images/16x16/catalog.png ) !important;
}

.icon-tts {
    background-image:url( ../images/16x16/operations.png ) !important;
}

.icon-parameters {
    background-image:url( ../images/16x16/edit.png ) !important;
}

.icon-interop {
	background-image:url( ../images/16x16/interop.png ) !important;
}

.icon-connected {
	background-image:url( ../images/16x16/connected.png ) !important;
}

.icon-disconnected {
	background-image:url( ../images/16x16/disconnected.png ) !important;
}

.icon-user { background-image:url(../images/16x16/user.png) !important; }

.icon-elements {
    background-image:url( ../images/16x16/view_tree.png ) !important;
}

.icon-results {
    background-image:url( ../images/16x16/results.png ) !important;
}

.icon-calculator {
    background-image:url( ../images/16x16/calculator.png ) !important;
}

.icon-search {
    background-image:url( ../images/16x16/search.png ) !important;
}

d18b535d   elena   catalog draft + c...
91
92
93
94
.icon-statistics {
    background-image:url( ../images/16x16/statistics.png ) !important;
}

16035364   Benjamin Renard   First commit
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.icon-manage-ws {
    background-image:url( ../images/16x16/wsManager.png ) !important;
}

.icon-manage-resrc {
	background-image:url( ../images/16x16/manageRsrc.png ) !important;
}

.icon-help {
    background-image:url( ../images/16x16/help.png ) !important;
}

.icon-information {
    background-image:url( ../images/16x16/info.png ) !important;
}

.icon-ws {
    background-image:url( ../images/16x16/workspaces.png ) !important;
}

255bfc47   Nathanaël Jourdane   log pannel: Hide ...
115
116
117
118
.icon-align-left {
    background-image: url(../images/16x16/align_left.png);
}

16035364   Benjamin Renard   First commit
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
.icon-delete {
    background-image:url( ../images/icons/fam/delete.gif ) !important;
}

.icon-add {
     background-image:url( ../images/icons/fam/add.png ) !important;
}

.icon-remover {
background-image: url(../images/small_cancel_centered.png);
}

.icon-small-remover {
background-image: url(../images/small_cancel_centered.png);
}

/**
9105f661   Nathanael Jourdane   Replace clear ico...
136
137
138
139
140
141
142
143
Custom tool typ icons
 */

.x-tool-trash {
    background-image: url(../images/trash.png) !important;
}

/**
16035364   Benjamin Renard   First commit
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
 * RangeMenu Styles
 **/

.ux-rangemenu-icon {
    display: block;
    height: 16px;
    background: no-repeat 5px center;
}

.ux-rangemenu-gt {
    background-image: url(../images/16x16/greater_than.png) !important;
}

.ux-rangemenu-lt {
    background-image: url(../images/16x16/less_than.png) !important;
}

.ux-rangemenu-eq {
86c90e3a   Nathanael Jourdane   Update CSS for da...
162
    background-image: url(../images/16x16/equals.png) !important;
16035364   Benjamin Renard   First commit
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
}
/*
.icon-kill {
background-image: url(../images/16x16/process_stop.png);
}

.icon-done {
background-image: url(../images/16x16/tick_circle.png);
}

 .icon_add {
background-image: url(../images/16x16/plus_blue.png);
}

.icon_remove {
background-image: url(../images/16x16/minus_blue.png);
}*/

/**
 * Jobs classes
 **/

.icon-pend {
background-image: url(../images/16x16/arrow_circle_double.png) !important;
}

.icon-new {
background-image: url(../images/16x16/new.png) !important;
}

.icon-error {
background-image: url(../images/16x16/error.png) !important;
}

.treenode-changed {
	color: #08d5c9;
}

.icon-less {
    background-image:url( ../images/less.png ) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-more {
    background-image:url( ../images/more.png ) !important;
    background-position: center;
    background-repeat: no-repeat;
}

86c90e3a   Nathanael Jourdane   Update CSS for da...
213
214
215
/*.icon-addRsrc {*/
     /*background-image:url( ../images/32x32/1309360076_misc_22.png ) !important;*/
/*}*/
16035364   Benjamin Renard   First commit
216

86c90e3a   Nathanael Jourdane   Update CSS for da...
217
218
219
/*.icon-removeRsrc {*/
     /*background-image:url( ../images/32x32/1309360153_misc_21.png ) !important;*/
/*}*/
16035364   Benjamin Renard   First commit
220
221
222

.plotPanelBgColor  td {
	color: black!important;
10200969   Roipoussiere   Remove whitespace...
223
	background-color: #f8f8f8!important;
16035364   Benjamin Renard   First commit
224
225
}

10200969   Roipoussiere   Remove whitespace...
226
.plotPanelBgColor  td div {
16035364   Benjamin Renard   First commit
227
228
229
230
231
	padding: 0px!important;
/*	margin: 0px!important;	 */
}

.plotParamBgColor td div {
10200969   Roipoussiere   Remove whitespace...
232
	color: #505050!important;
16035364   Benjamin Renard   First commit
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
	padding: 0px!important;
/*	margin: 0px!important; */
}


.hide {
  display: none;
}

.show {
  display: inline;
}

.meow {
    background-color: yellow !important;
}

7034023d   Elena.Budnik   infoMsgLong class...
250
.infoMsgLong .x-window-body > .x-box-inner {
cdf22cdd   Elena.Budnik   message window co...
251
252
253
        overflow: scroll;
    }
    
2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
254
/* datasets information windows */
16035364   Benjamin Renard   First commit
255

a4041e6e   Nathanaël Jourdane   Several improvmen...
256
257
258
259
.infoWindow table.contact {
    margin: -3px;
}

2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
260
261
.infoWindow table.contact tr td:first-child {
    vertical-align:top;
c07c4060   Nathanaël Jourdane   improve dataset i...
262
    white-space: nowrap;
16035364   Benjamin Renard   First commit
263
264
}

2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
265
266
.infoWindow table.contact tr td p {
    margin-top: 0;
16035364   Benjamin Renard   First commit
267
}
892f7411   Elena.Budnik   format help
268

2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
269
270
.infoWindow h1 {
    font-size: large;
892f7411   Elena.Budnik   format help
271
    color: #555555;
f38ddaa6   Nathanaël Jourdane   Improve dataset i...
272
    text-transform: capitalize;
c07c4060   Nathanaël Jourdane   improve dataset i...
273
    margin-left: -5px;
2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
274
}
892f7411   Elena.Budnik   format help
275

25d64015   Elena.Budnik   css h3
276
277
278
279
280
281
282
283
.infoWindow h3 {
    font-size: small;
    color: #444444;
	 font-style: italic !important;
    margin-left: -5px;
    margin-bottom: 7px;
}

10200969   Roipoussiere   Remove whitespace...
284
.infoWindow h2 {
2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
285
    font-size: small;
c07c4060   Nathanaël Jourdane   improve dataset i...
286
287
    color: #222222;
    margin-left: -5px;
4fc43000   Nathanaël Jourdane   dataset info: Red...
288
    margin-bottom: 7px;
2bdc0a3f   Nathanaël Jourdane   Improve dataset i...
289
}
10200969   Roipoussiere   Remove whitespace...
290

a4041e6e   Nathanaël Jourdane   Several improvmen...
291
.infoWindow p {
c07c4060   Nathanaël Jourdane   improve dataset i...
292
293
    margin: 3px 0px;
    text-align: justify;
16035364   Benjamin Renard   First commit
294
295
}

dda385b7   Nathanaël Jourdane   datasets info lis...
296
297
.infoWindow ul {
    padding-left: 20px;
c07c4060   Nathanaël Jourdane   improve dataset i...
298
    text-align: justify;
16035364   Benjamin Renard   First commit
299
300
}

f38ddaa6   Nathanaël Jourdane   Improve dataset i...
301
.infoWindow b {
d368249f   Nathanaël Jourdane   dataset info: imp...
302
    font-size: 95%;
f38ddaa6   Nathanaël Jourdane   Improve dataset i...
303
304
305
    color: #555555;
}

10200969   Roipoussiere   Remove whitespace...
306
.plotPanelBgColor  td div {
16035364   Benjamin Renard   First commit
307
308
309
310
311
	padding: 0px!important;
/*	margin: 0px!important;	 */
}

.plotParamBgColor td div {
10200969   Roipoussiere   Remove whitespace...
312
	color: #505050!important;
16035364   Benjamin Renard   First commit
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
	padding: 0px!important;
/*	margin: 0px!important; */
}

.icon-scalar {
     background-image:url(../images/10x10/circle_grey.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-vector {
     background-image:url(../images/12x12/circle_green_.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-spectra {
     background-image:url(../images/12x12/circle_orange_.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

dc9e2c14   Elena.Budnik   init + message + ...
335
336
337
338
339
340
.icon-2dspectra {
     background-image:url(../images/16x16/circle_orange2_.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

16035364   Benjamin Renard   First commit
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
.icon-unknowntype {
     background-image:url(../images/14x14/circle_grey.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-timetable {
     background-image:url(../images/14x14/table.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-disabled {
    opacity:0.5 !important;
}

aa8bb402   Elena.Budnik   new icon, target ...
357
358
359
360
361
362
.icon-sun {
     background-image:url(../images/icons/sun.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

16035364   Benjamin Renard   First commit
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
.icon-mercury {
     background-image:url(../images/icons/mercury.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-rosetta {
     background-image:url(../images/icons/rosetta.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}
.icon-venus {
     background-image:url(../images/icons/venus.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-earth {
     background-image:url(../images/icons/earth.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-mars {
     background-image:url(../images/icons/mars.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-jupiter {
     background-image:url(../images/icons/jupiter.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-saturn {
     background-image:url(../images/icons/saturn.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

085aaa36   Elena.Budnik   add uranus neptun...
404
405
406
407
408
409
410
411
412
413
414
415
.icon-neptune {
     background-image:url(../images/icons/neptune.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-uranus {
     background-image:url(../images/icons/uranus.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

16035364   Benjamin Renard   First commit
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
.icon-sun {
     background-image:url(../images/icons/sun.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-comet {
     background-image:url(../images/icons/comet.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

.icon-sw {
     background-image:url(../images/icons/sw.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

4a9e0229   Elena.Budnik   icones for shared...
434
435
436
437
438
439
.icon-solar_wind {
     background-image:url(../images/icons/sw.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

16035364   Benjamin Renard   First commit
440
441
442
443
444
445
.icon-solarsystem {
     background-image:url(../images/icons/space.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

d2978a30   Benjamin Renard   Add icon for Plut...
446
447
448
449
450
451
.icon-pluto {
     background-image:url(../images/icons/pluto.png) !important;
     background-position: center;
     background-repeat: no-repeat;
}

16035364   Benjamin Renard   First commit
452
453
454
455
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
10200969   Roipoussiere   Remove whitespace...
456

16035364   Benjamin Renard   First commit
457
.predicted {
10200969   Roipoussiere   Remove whitespace...
458
  font-style: italic !important;
16035364   Benjamin Renard   First commit
459
460
461
462
}

 p {
  margin-bottom: 0}
10200969   Roipoussiere   Remove whitespace...
463

16035364   Benjamin Renard   First commit
464
465
466
p + p {
/*  text-indent: 1.5em; */
  margin-top: 0.5em}
10200969   Roipoussiere   Remove whitespace...
467

16035364   Benjamin Renard   First commit
468
469
470
471
.ux-filtered-column {
  font-style: italic !important;
  font-weight: bold !important;
}
437c4dbc   Benjamin Renard   First implementat...
472

437c4dbc   Benjamin Renard   First implementat...
473
474
475
476
.icon-plot-page {
	background-image:url( ../images/16x16/plot_page.png ) !important;
}

437c4dbc   Benjamin Renard   First implementat...
477
478
479
480
481
482
483
484
485
486
487
488
.icon-plot-layout {
	background-image:url( ../images/16x16/plot_layout.png ) !important;
}

.icon-plot-panels {
	background-image:url( ../images/16x16/plot_panels.png ) !important;
}

.icon-plot-panel {
	background-image:url( ../images/16x16/plot_panel.png ) !important;
}

abe09878   Benjamin Renard   Add panels and ax...
489
490
.icon-plot-axes {
	background-image:url( ../images/16x16/plot_axes.png ) !important;
437c4dbc   Benjamin Renard   First implementat...
491
492
}

437c4dbc   Benjamin Renard   First implementat...
493
494
.icon-plot-axis-t {
	background-image:url( ../images/16x16/plot_axis_t.png ) !important;
80af19f0   Benjamin Renard   Merge branch 'mas...
495
496
}

abe09878   Benjamin Renard   Add panels and ax...
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
.icon-plot-axis-e {
	background-image:url( ../images/16x16/plot_axis_e.png ) !important;
}

.icon-plot-axis-x {
	background-image:url( ../images/16x16/plot_axis_x.png ) !important;
}

.icon-plot-axis-y-left {
	background-image:url( ../images/16x16/plot_axis_y_left.png ) !important;
}

.icon-plot-axis-y-right {
	background-image:url( ../images/16x16/plot_axis_y_right.png ) !important;
}

.icon-plot-axis-color {
	background-image:url( ../images/16x16/plot_axis_color.png ) !important;
}

17433635   Benjamin Renard   Add series and sp...
517
518
519
520
.icon-plot-params {
	background-image:url( ../images/16x16/plot_params.png ) !important;
}

94abdb37   Benjamin Renard   Add params legend...
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
.icon-plot-add-objs {
	background-image:url( ../images/16x16/plot_additional_objs.png ) !important;
}

.icon-plot-add-legends {
	background-image:url( ../images/16x16/plot_additional_legends.png ) !important;
}

.icon-plot-add-legend-series {
	background-image:url( ../images/16x16/plot_additional_series_legend.png ) !important;
}

.icon-plot-add-legends-text {
	background-image:url( ../images/16x16/plot_additional_text_legends.png ) !important;
}

.icon-plot-add-legend-text {
	background-image:url( ../images/16x16/plot_additional_text_legend.png ) !important;
}

829160b3   Benjamin Renard   Add constants def...
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
.icon-plot-add-drawing-objs {
	background-image:url( ../images/16x16/plot_additional_drawing_objs.png ) !important;
}

.icon-plot-add-drawing-constant {
	background-image:url( ../images/16x16/plot_additional_drawing_constant.png ) !important;
}

.icon-plot-add-drawing-curve {
	background-image:url( ../images/16x16/plot_additional_drawing_curve.png ) !important;
}

.icon-plot-add-drawing-text {
	background-image:url( ../images/16x16/plot_additional_drawing_text.png ) !important;
}

486cc3c7   Benjamin Renard   Add fill elements...
557
558
559
560
561
562
563
564
.icon-plot-add-fills {
	background-image:url( ../images/16x16/plot_additional_fills.png ) !important;
}

.icon-plot-add-fill {
	background-image:url( ../images/16x16/plot_additional_fill.png ) !important;
}

d18b535d   elena   catalog draft + c...
565
566
567
568
.x-item-disabled .x-form-item-label {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	opacity: 1.0 !important;
}
8d5634e3   Nathanael Jourdane   Use epn-tap store...
569

255bfc47   Nathanaël Jourdane   log pannel: Hide ...
570
571
572
573
#LogPanel-splitter-collapseEl {
	display: none;
}

120b2445   Nathanael Jourdane   epntap grids: che...
574
.epntap_grid .disabled_row {
d6674d39   Nathanael Jourdane   Add error and inf...
575
576
577
	color: gray;
}

120b2445   Nathanael Jourdane   epntap grids: che...
578
.epntap_grid .error_row {
d6674d39   Nathanael Jourdane   Add error and inf...
579
	color: IndianRed;
8d5634e3   Nathanael Jourdane   Use epn-tap store...
580
}
120b2445   Nathanael Jourdane   epntap grids: che...
581
582
583
584
585
586
587

.epntap_grid td, .epntap_grid .x-grid-cell-inner {
	padding: 0px;
}

.epntap_cell {
	padding: 4px;
120b2445   Nathanael Jourdane   epntap grids: che...
588
	white-space: normal;
86c90e3a   Nathanael Jourdane   Update CSS for da...
589
}
be6060f0   Benjamin Renard   Fix z-index defin...
590
591
592
593
594
595
596
597
598
599
600
601

.amda-mask {
	z-index: 99999;
}

.x-mask {
    filter: alpha(opacity=50);
    opacity: .5;
    background: #ccc;
    cursor: default;
    z-index: 99998;
}