css.wcss 653 B

12345678910111213141516171819202122232425262728293031
  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. },
  19. "actionButton": {
  20. "width": "80px",
  21. "height": "24px",
  22. "margin-top": "2px",
  23. "border": "1px solid #999",
  24. "text-align": "center",
  25. "line-height": "24px",
  26. "cursor": "pointer",
  27. "float":"left",
  28. "margin-right": "10px",
  29. "background-color": "#EEE"
  30. }
  31. }