/ext-4.1.0_b3/examples/page-analyzer/resources/page-analyzer.css
CSS | 81 lines | 61 code | 19 blank | 1 comment | 0 complexity | 94dc630e38d42fb835313359e91afec6 MD5 | raw file
1.pgan-failed-layout-run {
2 background-image: url(images/red-folder.gif);
3}
4
5.x-grid-tree-node-expanded .pgan-failed-layout-run {
6 background-image: url(images/red-folder-open.gif);
7}
8
9.pgan-unrendered-container {
10 background-image: url(images/gray-folder.gif);
11}
12
13.x-grid-tree-node-expanded .pgan-unrendered-container {
14 background-image: url(images/gray-folder-open.gif);
15}
16
17.pgan-missing-value {
18 color: red;
19 /*font-weight: bold;*/
20}
21
22.pgan-available-value {
23 display: none;
24}
25
26.pgan-show-all-triggers .pgan-available-value {
27 display: block;
28}
29
30.pgan-layout-not-done {
31 background-image: url(images/red-led.gif) !important;
32}
33
34.pgan-layout-partial-done {
35 background-image: url(images/orange-led.gif) !important;
36}
37
38.pgan-layout-done {
39 background-image: url(images/green-led.gif) !important;
40}
41
42.pgan-layout .pgan-delete-row,
43.pgan-layout .pgan-get-row-info {
44 display: none !important;
45}
46
47.pgan-refresh {
48 background-image: url(images/refresh.gif) !important;
49}
50
51.pgan-info {
52 background-image: url(images/info.gif) !important;
53}
54
55.pgan-load-run .pgan-rendered-container{
56 background-image: url(images/folder-open.gif) !important;
57}
58
59textarea.x-form-field {
60 border: 0 none;
61}
62
63.pgan-visible-element {
64 background-image: url(images/boxParent.gif) !important;
65}
66
67.pgan-hidden-element {
68 background-image: url(images/boxParent.gif) !important;
69}
70
71.pgan-rendered-component {
72 background-image: url(images/component.gif) !important;
73}
74
75.pgan-unrendered-component {
76 background-image: url(images/gray-component.gif) !important;
77}
78
79.pgan-noncomponent .pgan-display-comp-spec {
80 display: none !important;
81}