/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1 by Suren A. Chilingaryan
Initial import
1
html, body {
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
2
    overflow:		hidden;
11 by Suren A. Chilingaryan
Graph navigation: mouse wheel, modifier keys, etc.
3
/*    
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
4
    This will broke resizing of graph in IE6 (IE7 - OK), but absense of
5
    it brokes legend popups everythere. Moving to '.all' looks to solve
6
    all problems.
7
1 by Suren A. Chilingaryan
Initial import
8
    width:		100%;
11 by Suren A. Chilingaryan
Graph navigation: mouse wheel, modifier keys, etc.
9
*/
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
10
}
11
12
.all {
13
    width:		100%;
1 by Suren A. Chilingaryan
Initial import
14
}
15
16
17
table, tr, td, div, body {
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
18
    margin:		0;
19
    padding:		0;
20
    border:		0;
1 by Suren A. Chilingaryan
Initial import
21
}
22
23
td {
24
    vertical-align: 	top;
25
}
26
27
.all {
28
    height: 		100%; 
29
    width:		100%;
30
    margin: 		0px; 
31
    padding: 		0px;
32
}
33
34
.header {
35
   color: 		#000055;
36
   background: 		#E0E0E0;
37
   border: 		1px solid #C0C0C0;
38
   margin-top: 		0;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
39
/*   margin-bottom:	5px;*/
40
   margin-bottom:	1px;
41
   margin-left: 	2px;
42
   margin-right: 	2px;
1 by Suren A. Chilingaryan
Initial import
43
   padding: 		5px;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
44
   height:		50px;
45
}
46
47
.header table {
48
    height:		100%;
49
/*    padding:		3px;*/
50
}
51
52
/*
53
.header table, .header tr, .header td {
54
    border: 1px solid black;
55
}
56
*/
57
58
.header .title {
1 by Suren A. Chilingaryan
Initial import
59
   font-weight: 	bold;
60
   text-align:		left;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
61
   padding-left:	50px;
62
   vertical-align:	middle;
1 by Suren A. Chilingaryan
Initial import
63
}
64
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
65
.header .title td {
1 by Suren A. Chilingaryan
Initial import
66
    vertical-align:	top;
67
}
68
69
.header .title b {
70
    font-size: 		20pt; 
71
    letter-spacing: 	6px;
72
}
73
74
.header .title i {
75
  font-size: 		10pt; 
76
  letter-spacing: 	6px;
77
  font-style:		normal;
78
}
79
80
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
81
.header .right {
82
    vertical-align:	bottom;
83
    height: 		100%;
84
}
85
86
.header .search {
87
    text-align:		right;
88
    vertical-align:	top;
89
    position:		absolute;
90
    top:		2px;
91
    right:		5px;
92
}
93
94
.header .search input {
95
    background:	#FFFCBA;
96
    font-size:  12px; 
97
    width:	400px;
98
}
99
1 by Suren A. Chilingaryan
Initial import
100
.header .links {
101
    text-align: 	right;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
102
    margin-right:	3px;
103
    
104
/*    margin-top: 25px;*/
105
/* Doing a little smaller to fit search box */
106
    font-family: 	Arial, Verdana;
107
    font-size: 		17px; 
108
}
109
110
/* Next two, fixing IE7 */
111
.header .links table {
112
    margin: 		0; 
113
    padding: 		0;
114
    border:		0;
115
}
116
.header .links table td {
117
    vertical-align: bottom;
118
    text-align: right;
119
}
120
121
122
.statusbar {
123
    height: 20px;
124
/*    font-family: 	Arial, Verdana;*/
125
    font-size: 		15px;
126
    background: #FFEEF1;
127
    border: 1px solid gray;
128
    position: absolute;
129
    bottom: 0px;
130
    left: 0px;
131
    right: 0px;
86 by Suren A. Chilingaryan
Alarms support in all browsers
132
    z-index: 1;		/* We need that for Opera */
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
133
}
134
135
/* 
136
    This is needed for IE6, otherwise the statusbar have invalid width 
137
*/
138
.statusbar div {
139
    width: 100%;
140
}
141
142
/*
1 by Suren A. Chilingaryan
Initial import
143
.sidebar {
144
    margin-top:	10px;
145
}
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
146
*/
147
148
#main_sidebar div+div {
149
    margin-top:	10px;
150
}
151
1 by Suren A. Chilingaryan
Initial import
152
153
.sidebar .holder {
154
    border:	1px solid black;
155
    padding: 	0px;
156
    margin:	0px;
157
}
158
159
.sidebar .switch {
160
    padding:	1px;
161
    margin:	0px;
162
    border:	0px;
163
}
164
165
.sidebar .switch button {
166
  padding: 0px;
167
  margin: 0px;
168
  display: block;
169
  border: 1px solid #C0C0C0;
170
  color: #000055;
171
  background: #F0F0F0;
172
  text-decoration: none;
173
  /* min-width: 20px; causin artefacts in IE and Opera */
174
  /* width: 25px;*/
175
}
176
177
.sidebar .switch button:hover {
178
  border: 1px #007000 solid;
179
  background: #F0E0E0;
180
}
181
182
.sidebar .switch table td {
183
    vertical-align: middle;
184
}
185
186
187
/*
188
Causes problems to IE
189
.sidebar .switch div:first-letter, .header .links div:first-letter {
190
    text-transform:	uppercase;
191
}
192
*/
193
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
194
#main_sidebar_controls .controls {
195
    overflow: auto;
196
/*
197
    Strangely working as expected only in IE
198
    
199
    overflow-y: auto;
200
    overflow-x: visible;
201
202
    height: 300px;
203
*/
204
/*    height: 421px;*/
205
}
206
335 by Suren A. Chilingaryan
Prevent overgrowing of source popup due to hoardes of axes
207
#main_sidebar_source .controls {
208
    max-height: 250px;
209
    overflow-y: auto;
210
    overflow-x: hidden;
211
}
212
213
#module_source_axes {
214
    max-height: 230px;
215
/*    overflow-y: scroll;
216
    overflow-x: hidden;*/
217
}
218
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
219
.controls, .controls table {
220
    width: 100%;
221
}
222
223
/*
224
.controls table td {
225
    border: 1px solid black;
226
}
227
*/
228
229
.select_table td+td {
230
    text-align: right;
231
}
232
233
1 by Suren A. Chilingaryan
Initial import
234
.module {
235
    /* For detection of min-height property support */
236
    min-width: 10px;
237
    min-height: 10px;
238
    
239
    /*border: solid black 1px; debugging*/
240
}
241
242
.module_link, .module_link_current {
243
    text-decoration: 	none;
244
}
245
246
.module_link {
247
    color:		blue;
248
}
249
250
.module_link_current {
251
    color:		#32ad32;
252
}
253
254
.popup {
255
    /*min-width: 300px;	ignored by IE, bug in Opera */
330 by Suren A. Chilingaryan
Remove popup size enforcement from css to allow axes control auto-adjustment (may broke some browsers)
256
    /*width: 350px; prevents auto-resizing of axes */
257
    min-width: 350px;
1 by Suren A. Chilingaryan
Initial import
258
    min-width: 10px;
259
    min-height: 10px;
260
}
261
312 by Suren A. Chilingaryan
Resizing of sidebar popups
262
.popup {
263
    border-right: 3px solid rgba(32,112,32,1);
264
    padding-right: 2px;
265
/*    border-right: 3px solid rgba(32,80,32,0);*/
266
}
267
1 by Suren A. Chilingaryan
Initial import
268
.module_source_link, .module_source_link_current {
269
    background: 	#E0E0E0;
270
}
271
.module_source_link a, .module_source_link_current a {
272
    text-decoration: 	none;
273
}
274
.module_source_link a {
275
    color:		blue;
276
}
277
.module_source_link_current a {
278
    color:		#32ad32;
279
}
280
.module_source_link_current a:before {
281
    content: 		"{";
282
}
283
.module_source_link_current a:after {
284
    content: 		"}";
285
}
286
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
287
.module_controls_link, .module_controls_link_current {
288
    background: 	#E0E0E0;
289
    padding-left:	5px;
290
    padding-right:	5px;
1 by Suren A. Chilingaryan
Initial import
291
    text-align:		center;
292
}
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
293
.module_controls_link a, .module_controls_link_current a {
294
    text-decoration: 	none;
295
}
296
.module_controls_link a {
297
    color:		blue;
298
}
299
.module_controls_link_current a {
300
    color:		#32ad32;
301
}
302
.module_controls_link_current a:before {
303
    content: 		"{";
304
}
305
.module_controls_link_current a:after {
306
    content: 		"}";
307
}
308
309
.sidebar .controls table td {
310
    padding-right:	5px;
311
}
312
313
#module_export select, #module_aggregator select, #module_source_source select {
1 by Suren A. Chilingaryan
Initial import
314
    width:		200px;
315
}
316
317
#module_source_time select {
318
    width:		150px;
319
}
320
321
/* causes proble in gecko */
322
#source_db_item_tr select {
323
    width:		100%;
324
}
325
15 by Suren A. Chilingaryan
Provide information in the statusbar, fix of global menu positioning
326
#source_db_item_tr td {
327
    text-align: right;
328
}
329
330
1 by Suren A. Chilingaryan
Initial import
331
#source_timestart input, #source_timeend input, #source_winstart input, #source_winend input {
332
    width:		124px;
333
}
334
335
#source_timestart img, #source_timeend img, #source_winstart img, #source_winend img {
336
    border:		0px;
337
    padding:		0px;
338
    margin:		0px;
339
    width:		16px;
340
    height:		16px;
341
    vertical-align:	middle;
342
}
343
117 by Suren A. Chilingaryan
Multiple axis support in JavaScript, multiple fixups in source tree handling
344
#source_axes_table td {
345
    margin: 0px;
346
    padding: 0px;
347
}
348
349
#source_axes_table .axis_name {
350
    font-weight: bold;
351
}
352
353
.source_yrange input {
1 by Suren A. Chilingaryan
Initial import
354
    width:		64px;
355
}
356
96 by Suren A. Chilingaryan
WiKi integration
357
#source_yopts input {
358
    width:		128px;
359
}
360
1 by Suren A. Chilingaryan
Initial import
361
.source_apply td {
362
    text-align:		center;
363
}
364
365
.source_apply button {
366
    width:		90%;
367
    margin-top:		5px;
368
    margin-bottom:	5px;
369
}
370
371
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
372
.export_apply td {
373
    text-align:		center;
374
}
375
376
.export_apply button {
377
    width:		90%;
378
    margin-top:		5px;
379
    margin-bottom:	5px;
380
}
381
382
96 by Suren A. Chilingaryan
WiKi integration
383
.hide_source_control {
384
    display:		none;
385
}
386
387
.hide_source_history {
388
    display:		inline;
389
}
390
1 by Suren A. Chilingaryan
Initial import
391
.hide_experiment_custom {
392
    display:		none;
393
}
394
395
.hide_window_custom {
396
    display:		none;
397
}
398
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
399
.header .links {
400
/*    display: inline;*/
401
}
402
1 by Suren A. Chilingaryan
Initial import
403
.menu_button {
404
    margin-left: 	5px;
80 by Suren A. Chilingaryan
Few steps on source tree integration in javascript frontend
405
406
    width: 0px;	/* needed by IE6 */
79 by Suren A. Chilingaryan
New version of dhtmlxmenu and dhtmlxtree is added
407
/*
1 by Suren A. Chilingaryan
Initial import
408
    width: 		25px;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
409
    height:		25px;
79 by Suren A. Chilingaryan
New version of dhtmlxmenu and dhtmlxtree is added
410
*/    
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
411
    display:		inline;
412
    position:		absolute;
413
    left:		0px;
15 by Suren A. Chilingaryan
Provide information in the statusbar, fix of global menu positioning
414
415
/*
416
    The positioning of submenus with 'position: absolute' is broken in
417
    dhtmlxmenu. The hack below is to handle that 
418
    top:		0px;
419
    padding-top:	20px;
79 by Suren A. Chilingaryan
New version of dhtmlxmenu and dhtmlxtree is added
420
*/
421
    top:		20px;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
422
/*
423
    please see z-index handling in menu.js, needed only for IE
424
*/
1 by Suren A. Chilingaryan
Initial import
425
}
426
427
.selector {
428
    background:		white;
429
    border:		1px solid black;
430
    margin-right:	1px;
431
/*    margin-bottom:	5px;*/
432
}
433
434
.graph {
435
    width:		100%;
436
}
437
438
.dialog {
439
	position: absolute;
440
	background-color: #c0c0c0;
441
	border-color: #f0f0f0 #606060 #404040 #d0d0d0;
442
	border-style: solid;
443
	border-width: 2px;
444
	
445
	margin: 0px; /* 5px */
446
	padding: 2px;
447
	cursor: pointer;
448
	z-index: 500;
449
}
450
451
.dialog .close {
452
    cursor: default;
453
    margin: 2px;
454
    position: absolute;
455
    width: 20px;
456
    height: 20px;
457
    padding: 5px;
458
    background: url(images/close.png) no-repeat;
459
}
460
461
.dialog .maximize {
462
    cursor: default;
463
    margin: 2px;
464
    left: 24px;
465
    position: absolute;
466
    width: 20px;
467
    height: 20px;
468
    padding: 5px;
469
    background: url(images/maximize.png) no-repeat;
470
}
471
472
.dialog .restore {
473
    cursor: default;
474
    margin: 2px;
475
    left: 24px;
476
    position: absolute;
477
    width: 20px;
478
    height: 20px;
479
    padding: 5px;
480
    background: url(images/restore.png) no-repeat;
481
}
482
483
484
.dialog .titlebar {
485
    /***
486
      * IE6 would consider width: 100% (for auto) if we specify height)
487
      *
488
    height:		21px; 
489
    */
490
    min-height:		21px;
491
    max-height:		21px;
492
    background-color: 	#008080;
493
    cursor: 		default;
494
    margin: 		0px;
495
    padding: 		2px 2px 2px .5em;
496
    overflow:		hidden;
497
}
498
499
500
.dialog .titlebar span {
501
    color: 		#ffffff;
502
    font-family:	"MS Sans Serif", "Arial", "Helvetica", sans-serif;
503
    font-size: 		12pt;
504
    font-weight: 	bold;
505
    text-align: 	left;
506
    white-space: 	nowrap;
507
    padding:		45px;
508
    width:		100%;
509
    vertical-align:	center;
510
}
511
512
.dialog .content {
513
    cursor: 		default;
514
    background-color:	#ffffff;
515
    border-color: 	#404040 #e0e0e0 #f0f0f0 #505050;
516
    border-style: 	solid;
517
    border-width: 	2px;
518
    margin: 		2px 0px 0px 0px;
519
    padding: 		.5em;
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
520
    font-size:		medium;	/* required by IE7 */
1 by Suren A. Chilingaryan
Initial import
521
/*	overflow: hidden;*/
522
	overflow: auto;
523
}
524
525
.dialog iframe {
526
    display:none;/*sorry for IE5*/
527
    display/**/:block;/*sorry for IE5*/
528
    position:absolute;/*must have*/
529
    top:0;/*must have*/
530
    left:0;/*must have*/
531
    z-index:-1;/*must have*/
532
    filter:mask();/*must have*/
533
    width: 100%;/*must have for any big value*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
534
    height: 100%;/*must have for any big value*/
1 by Suren A. Chilingaryan
Initial import
535
}
536
537
#legend .content p {
538
  margin: 3px 5px 3px 5px;
539
}
540
541
#legend .content td, .legend .content th {
542
    padding-right: 20px;
543
    padding-left: 20px;
544
}
545
546
547
.navigation, .minipc
548
{ 
549
  font-family: Arial, Verdana;
550
  font-size: 10pt; 
551
  font-weight: normal;
552
  vertical-align: middle;
553
  background: white;
554
  text-decoration: none;
555
  white-space: nowrap;
556
  margin-right: 10px;
557
  margin-left: 10px;
558
}
559
560
.navigation a
561
{
562
  font-weight: normal;
563
  padding: 2px;
564
  margin-bottom: 2px;
565
  display: block;
566
  color: #000055;
567
  background: #F0F0F0;
568
  font-weight: bold;
569
  border: 1px solid #C0C0C0;
570
  text-decoration: none;
571
}
572
573
.navigation a:hover
574
{
575
  border: 1px #007000 solid; 
576
}
577
578
579
.linkbutton
580
{ 
581
    text-align: center;
582
}
583
584
.linkbutton a
585
{
586
  border: 3px #F0B0B0 solid; 
587
}
588
589
.linkbutton a:hover
590
{
591
  border: 3px #F00000 solid; 
592
}
593
594
595
596
.highlight {
597
  color: #BB0000;
598
}
599
600
.highlight a {
601
  color: #BB0000;
602
}
603
604
.lowlight {
605
  color: #771111;
606
}
607
608
.lowlight a {
609
  color: #771111;
610
}
611
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
612
.tools_text {
613
height:10px;
614
text-align:center;
615
font-size:10pt; 
616
}
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
617
/*
1 by Suren A. Chilingaryan
Initial import
618
.info {
619
  padding: 10px;
620
  vertical-align: top;
621
  background: #BFFFBF;
622
  border: 1px solid #00C000;
623
  margin: 10px;
624
  font-size:14pt; 
625
  line-height: 1.5;
626
}
627
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
628
1 by Suren A. Chilingaryan
Initial import
629
.error {
630
  padding: 10px;
631
  vertical-align: top;
632
  background: pink;
633
  border: 1px solid #00C000;
634
  margin: 10px;
635
  font-size:14pt; 
636
  line-height: 1.5;
637
}
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
638
*/
1 by Suren A. Chilingaryan
Initial import
639
640
.info h1, .error h1 {
641
  font-family: Arial, Verdana;
642
  font-weight:bold;
643
  color:#000055; 
644
  font-size:16pt; 
645
  margin: 3px;
646
  margin-bottom: 20px;
647
}
648
649
.groups {
650
  padding: 10px;
651
  vertical-align: top;
652
/*  background: #E0E0E0;
653
  border: 1px solid #C0C0C0;*/
654
}
655
656
.group {
657
  padding: 10px;
658
  vertical-align: top;
659
  background: #E0E0E0;
660
  border: 1px solid #00C000;
661
  margin: 10px;
662
  width: 45%;
663
}
664
665
.group form {
666
  margin: 0px;
667
  padding: 0px;
668
}
669
670
.group h1 {
671
  font-family: Arial, Verdana;
672
  font-weight:bold;
673
  color:#000055; 
674
  font-size:14pt; 
675
  margin: 3px;
676
  margin-bottom: 5px;
677
}
678
679
.group .good {
680
  color: green;
681
  font-weight: bold;
682
}
683
684
.group .bad {
685
  color: red;
686
  font-weight: bold;
687
}
688
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
689
96 by Suren A. Chilingaryan
WiKi integration
690
.xml_module, .wiki {
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
691
    overflow: auto;
692
}
693
377 by Suren A. Chilingaryan
Better report error with the logscale in SPECTRUMView
694
.xml_module .error, .infotab .error {
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
695
   color: red;
696
}
697
96 by Suren A. Chilingaryan
WiKi integration
698
.xml_module h1 {
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
699
  text-align: center;
700
  font-family: Arial, Verdana;
701
  font-weight:bold;
702
  color:#000055; 
703
  font-size:16pt; 
704
  margin: 3px;
705
  margin-bottom: 20px;
706
}
707
96 by Suren A. Chilingaryan
WiKi integration
708
.xml_module table {
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
709
    width: 100%;
710
}
711
96 by Suren A. Chilingaryan
WiKi integration
712
.xml_module td {
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
713
    text-align: center;
714
    padding:	1px 4px 1px 4px;
715
    border: 1px solid black;
716
}
717
96 by Suren A. Chilingaryan
WiKi integration
718
.xml_module th {
85 by Suren A. Chilingaryan
XML+XSLT modules support, Alarms support in frontend (mozilla only)
719
    text-align: center;
720
    padding:	1px 4px 1px 4px;
721
    background: lightgray;
722
    border: 1px solid black;
723
}
724
96 by Suren A. Chilingaryan
WiKi integration
725
.wiki {
726
    margin: 10px;
727
}
728
729
.wiki .wiki_header {
136 by Suren A. Chilingaryan
Wiki Enhancements
730
/*    text-align: center;*/
212 by Suren A. Chilingaryan
Integration of work of students with fixes
731
    /*font-size: 18px; */
96 by Suren A. Chilingaryan
WiKi integration
732
    font-weight:bold; 
733
    margin-bottom: 18px; 
734
    margin-top: 0px;
735
}
736
737
.wiki .wiki_header2{
212 by Suren A. Chilingaryan
Integration of work of students with fixes
738
/*  font-size: 12px; */
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
739
  font-weight:bold; 
740
  margin-bottom: 12px; 
741
  margin-top: 0px;
742
}
743
744
745
.progress_container {
746
  border:4px double #CCCCCC;
747
  margin-top:3px;
748
  margin-bottom:3px;
749
  margin-left: auto;
750
  margin-right: auto;
751
  min-width: 120px;
752
  padding:0;
753
}
754
755
.progress {
756
  background-color:#FF8D40;
757
  color:#FFFFFF;
758
  font-size:12px;
759
  height:12px;
760
  line-height:1.2em;
761
  overflow:hidden;
762
  padding-bottom:2px;
763
  text-align:center;
764
}
765
766
.progressReady {
767
  background-color:#4CBB17;
768
  color:#FFFFFF;
769
  font-size:12px;
770
  height:12px;
771
  line-height:1.2em;
772
  overflow:hidden;
773
  padding-bottom:2px;
774
  text-align:center;
775
  width: 100%;
776
}
777
778
.progressQueue {
779
  background-color:#FFFFFF;
780
  font-size:12px;
781
  height:12px;
782
  line-height:1.2em;
783
  overflow:hidden;
784
  padding-bottom:2px;
785
  text-align:center;
786
  width: 100%;
787
}
788
789
.dlerror {
790
  background-color:red;
791
  height:14px;
792
  width:100%;
793
}
794
795
.previewimg {
796
  background-image:url('images/box.png');
797
  background-repeat:no-repeat;
798
  margin-top:5px;
799
  clear: left;
800
  float: left;
801
  width:19px;
802
  height:19px;
803
}
804
805
.infoimg {
806
  background-image:url('images/icon_info.png');
807
  background-repeat:no-repeat;
808
  margin-top:5px;
809
  float: right;
810
  clear: right;
811
  width:19px;
812
  height:19px;
813
}
814
815
.deleteimg {
816
  background-image:url('images/remove.png');
817
  background-repeat:no-repeat;
818
  margin-top:5px;
819
  width:19px;
820
  height:19px;
212 by Suren A. Chilingaryan
Integration of work of students with fixes
821
/*  float:right;
822
  clear: right;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
823
}
824
825
.downloadimg {
826
  background-image:url('images/icon_download.png');
827
  background-repeat:no-repeat;
828
  margin-top:5px;
829
  height:19px;
830
  width:19px;
212 by Suren A. Chilingaryan
Integration of work of students with fixes
831
/*  float:left;
832
  clear: left;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
833
}
834
835
.dlsort {
836
  background-image:url('images/arrow_up.png');
837
  background-repeat:no-repeat;
838
  margin-top:5px;
839
  height:16px;
212 by Suren A. Chilingaryan
Integration of work of students with fixes
840
  width:20px;
841
  /*position: static;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
842
  width:99px;
843
  height:26px;
844
212 by Suren A. Chilingaryan
Integration of work of students with fixes
845
/*  float:left;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
846
  margin-bottom:5px;
847
}
848
849
.dlsort_down {
850
  background-image:url('images/arrow_down.png');
851
  background-repeat:no-repeat;
852
  margin-top:5px;
853
  height:16px;
854
  width:20px;
212 by Suren A. Chilingaryan
Integration of work of students with fixes
855
/*  float:left;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
856
  margin-bottom:5px;
857
}
858
859
.dl_user {
860
  width:90%;
212 by Suren A. Chilingaryan
Integration of work of students with fixes
861
/*  float:right;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
862
}
863
864
.buttoncontainer {
212 by Suren A. Chilingaryan
Integration of work of students with fixes
865
  /*position: static;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
866
  width:99px;
867
  height:26px;
868
}
869
212 by Suren A. Chilingaryan
Integration of work of students with fixes
870
.buttoncontainer table tr td {
871
    margin: 0;
872
    padding: 0;
873
    border: 0;
874
}
875
876
/*
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
877
.buttoncontainerright {
878
  float:right;
879
  width:45px;
880
}
881
882
.buttoncontainerleft {
883
  float:left;
884
  width:45px;
885
}
212 by Suren A. Chilingaryan
Integration of work of students with fixes
886
*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
887
888
.downloadData table {
889
  border-style: none;
890
 
891
}
892
893
.downloadData td {
894
  border-width: 0px;
895
  padding-left: 5px; 
896
  text-align: left;
212 by Suren A. Chilingaryan
Integration of work of students with fixes
897
/*  float: left;*/
210.1.2 by Suren A. Chilingaryan
Download manager by Aki Rimpelainen
898
} 
1 by Suren A. Chilingaryan
Initial import
899
/*
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
900
#main_div {
901
    background: blue;
902
}
903
#module_graph {
904
    background: green;
905
}
906
#graph_image_div {
1 by Suren A. Chilingaryan
Initial import
907
    background: red;
908
}
79 by Suren A. Chilingaryan
New version of dhtmlxmenu and dhtmlxtree is added
909
*/
97 by Suren A. Chilingaryan
Suport for custom buttons in JS cropper
910
911
912
913
.imgCrop_button_runs {
914
	position: absolute;
915
	background: url(images/run_button.png);
916
	border: green solid 1px;
917
	width: 19px;
918
	height: 20px;
919
	margin: 5px;
920
	cursor: pointer;
921
	z-index: 5;
922
}
253 by Suren A. Chilingaryan
Initial support of secondary views
923
924
.imgCrop_button_info {
925
	position: absolute;
926
	background: url(images/info.png);
927
	background-color: white;
928
	border: green solid 1px;
929
	width: 19px;
930
	height: 20px;
931
	margin: 5px;
932
	cursor: pointer;
933
	z-index: 5;
934
}
935
936
#infotab_mod_sel {
937
    width: 200px;
938
}
939
940
#infotab_reload_button {
941
    background: url(images/refresh.png);
942
    background-position: center top;
943
    background-repeat: no-repeat;
944
}