page-analyzer.css
1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
.pgan-failed-layout-run {
background-image: url(images/red-folder.gif);
}
.x-grid-tree-node-expanded .pgan-failed-layout-run {
background-image: url(images/red-folder-open.gif);
}
.pgan-unrendered-container {
background-image: url(images/gray-folder.gif);
}
.x-grid-tree-node-expanded .pgan-unrendered-container {
background-image: url(images/gray-folder-open.gif);
}
.pgan-missing-value {
color: red;
/*font-weight: bold;*/
}
.pgan-available-value {
display: none;
}
.pgan-show-all-triggers .pgan-available-value {
display: block;
}
.pgan-layout-not-done {
background-image: url(images/red-led.gif) !important;
}
.pgan-layout-partial-done {
background-image: url(images/orange-led.gif) !important;
}
.pgan-layout-done {
background-image: url(images/green-led.gif) !important;
}
.pgan-delete-row, .pgan-show-row-data {
visibility: hidden;
}
.pgan-layoutrun .pgan-delete-row, .pgan-layoutrun .pgan-show-row-data {
visibility: visible;
}
.pgan-layout .pgan-get-row-info {
display: none !important;
}
.pgan-refresh {
background-image: url(images/refresh.gif) !important;
}
.pgan-info {
background-image: url(images/info.gif) !important;
}
.pgan-load-run, .pgan-rendered-container{
background-image: url(images/folder-open.gif) !important;
}
textarea.x-form-field {
border: 0 none;
}
.pgan-visible-element {
background-image: url(images/boxParent.gif) !important;
}
.pgan-hidden-element {
background-image: url(images/boxParent.gif) !important;
}
.pgan-rendered-component {
background-image: url(images/component.gif) !important;
}
.pgan-unrendered-component {
background-image: url(images/gray-component.gif) !important;
}
.pgan-noncomponent .pgan-display-comp-spec {
display: none !important;
}