page-analyzer.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .pgan-failed-layout-run {
  2. background-image: url(images/red-folder.gif);
  3. }
  4. .x-grid-tree-node-expanded .pgan-failed-layout-run {
  5. background-image: url(images/red-folder-open.gif);
  6. }
  7. .pgan-unrendered-container {
  8. background-image: url(images/gray-folder.gif);
  9. }
  10. .x-grid-tree-node-expanded .pgan-unrendered-container {
  11. background-image: url(images/gray-folder-open.gif);
  12. }
  13. .pgan-missing-value {
  14. color: red;
  15. /*font-weight: bold;*/
  16. }
  17. .pgan-available-value {
  18. display: none;
  19. }
  20. .pgan-show-all-triggers .pgan-available-value {
  21. display: block;
  22. }
  23. .pgan-layout-not-done {
  24. background-image: url(images/red-led.gif) !important;
  25. }
  26. .pgan-layout-partial-done {
  27. background-image: url(images/orange-led.gif) !important;
  28. }
  29. .pgan-layout-done {
  30. background-image: url(images/green-led.gif) !important;
  31. }
  32. .pgan-delete-row, .pgan-show-row-data {
  33. visibility: hidden;
  34. }
  35. .pgan-layoutrun .pgan-delete-row, .pgan-layoutrun .pgan-show-row-data {
  36. visibility: visible;
  37. }
  38. .pgan-layout .pgan-get-row-info {
  39. display: none !important;
  40. }
  41. .pgan-refresh {
  42. background-image: url(images/refresh.gif) !important;
  43. }
  44. .pgan-info {
  45. background-image: url(images/info.gif) !important;
  46. }
  47. .pgan-load-run, .pgan-rendered-container{
  48. background-image: url(images/folder-open.gif) !important;
  49. }
  50. textarea.x-form-field {
  51. border: 0 none;
  52. }
  53. .pgan-visible-element {
  54. background-image: url(images/boxParent.gif) !important;
  55. }
  56. .pgan-hidden-element {
  57. background-image: url(images/boxParent.gif) !important;
  58. }
  59. .pgan-rendered-component {
  60. background-image: url(images/component.gif) !important;
  61. }
  62. .pgan-unrendered-component {
  63. background-image: url(images/gray-component.gif) !important;
  64. }
  65. .pgan-noncomponent .pgan-display-comp-spec {
  66. display: none !important;
  67. }