css.wcss 681 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "contentNode": {
  3. "overflow": "hidden"
  4. },
  5. "topActionAreaNode": {
  6. "height": "30px",
  7. "overflow": "hidden"
  8. },
  9. "formFrameNode": {
  10. "width": "100%",
  11. "border": "1px solid #999",
  12. "overflow": "auto"
  13. },
  14. "formJsonNode": {
  15. "width": "100%",
  16. "border": "1px solid #999",
  17. "display": "none",
  18. "overflow": "auto"
  19. },
  20. "actionButton": {
  21. "width": "80px",
  22. "height": "24px",
  23. "margin-top": "2px",
  24. "border": "1px solid #999",
  25. "text-align": "center",
  26. "line-height": "24px",
  27. "cursor": "pointer",
  28. "float":"left",
  29. "margin-right": "10px",
  30. "background-color": "#EEE"
  31. }
  32. }