css.wcss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "areaNode": {
  3. "height": "220px",
  4. "position": "static",
  5. "width": "auto"
  6. },
  7. "editorNode": {
  8. "height": "200px"
  9. },
  10. "titleNode": {
  11. "height": "20px",
  12. "background-color": "#DDD"
  13. },
  14. "actionMaxNode": {
  15. "width": "20px",
  16. "height": "20px",
  17. "background": "url("+"../x_component_process_ProcessDesigner/widget/$ScriptText/default/icon/max.png) no-repeat center center",
  18. "float": "right",
  19. "cursor": "pointer"
  20. },
  21. "actionReturnNode": {
  22. "width": "20px",
  23. "height": "20px",
  24. "background": "url("+"../x_component_process_ProcessDesigner/widget/$ScriptText/default/icon/return.png) no-repeat center center",
  25. "float": "right",
  26. "cursor": "pointer",
  27. "display": "none"
  28. },
  29. "actionReferenceNode": {
  30. "width": "20px",
  31. "height": "20px",
  32. "background": "url("+"../x_component_process_ProcessDesigner/widget/$ScriptText/default/icon/code.png) no-repeat center center",
  33. "float": "left",
  34. "cursor": "pointer"
  35. },
  36. "inforNode": {
  37. "padding": "0px 10px",
  38. "height": "30px",
  39. "color": "#999",
  40. "line-height": "30px"
  41. }
  42. }