/ext-4.1.0_b3/examples/page-analyzer/resources/page-analyzer.css

https://bitbucket.org/srogerf/javascript · 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. .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-layout .pgan-delete-row,
  33. .pgan-layout .pgan-get-row-info {
  34. display: none !important;
  35. }
  36. .pgan-refresh {
  37. background-image: url(images/refresh.gif) !important;
  38. }
  39. .pgan-info {
  40. background-image: url(images/info.gif) !important;
  41. }
  42. .pgan-load-run .pgan-rendered-container{
  43. background-image: url(images/folder-open.gif) !important;
  44. }
  45. textarea.x-form-field {
  46. border: 0 none;
  47. }
  48. .pgan-visible-element {
  49. background-image: url(images/boxParent.gif) !important;
  50. }
  51. .pgan-hidden-element {
  52. background-image: url(images/boxParent.gif) !important;
  53. }
  54. .pgan-rendered-component {
  55. background-image: url(images/component.gif) !important;
  56. }
  57. .pgan-unrendered-component {
  58. background-image: url(images/gray-component.gif) !important;
  59. }
  60. .pgan-noncomponent .pgan-display-comp-spec {
  61. display: none !important;
  62. }