css.wcss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "eventsContainer":{
  3. },
  4. "itemContainer": {
  5. },
  6. "itemTitleContainer": {
  7. "background-color": "#F3F3F3",
  8. "height": "20px",
  9. "border-bottom": "1px solid #999",
  10. "cursor": "pointer"
  11. },
  12. "iconNode": {
  13. "width": "20px",
  14. "height": "20px",
  15. "background": "url("+"../x_component_Template/widget/$ImageClipper/default/icon/code_empty.png) center center no-repeat",
  16. "float": "left"
  17. },
  18. "actionNode": {
  19. "width": "45px",
  20. "height": "20px",
  21. "float": "right",
  22. "opacity": 0
  23. },
  24. "textNode": {
  25. "height": "20px",
  26. "line-height": "20px",
  27. "font-family": "Verdana, Geneva, sans-serif",
  28. "font-size": "12px",
  29. "margin-left": "22px",
  30. "margin-right": "49px"
  31. },
  32. "actionNodeDelete": {
  33. "width": "20px",
  34. "height": "20px",
  35. "background": "url("+"../x_component_Template/widget/$ImageClipper/default/icon/delete1.png) center center no-repeat",
  36. "float": "right"
  37. },
  38. "actionNodeAdd": {
  39. "width": "20px",
  40. "height": "20px",
  41. "background": "url("+"../x_component_Template/widget/$ImageClipper/default/icon/add2.png) center center no-repeat",
  42. "float": "right"
  43. },
  44. "codeNode": {
  45. "padding": "2px",
  46. "height": "1px",
  47. "display": "none"
  48. },
  49. "createInput": {
  50. "height": "12px",
  51. "width": "98%",
  52. "font-size": "12px",
  53. "border": "1px solid #CCC"
  54. }
  55. }