not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
572 B

  1. .enyo-node {
  2. cursor: default;
  3. padding: 4px;
  4. }
  5. .enyo-node img {
  6. vertical-align: middle;
  7. padding-right: 6px;
  8. }
  9. .enyo-node-box {
  10. overflow: hidden;
  11. }
  12. .enyo-node-client {
  13. position: relative;
  14. }
  15. .enyo-animate .enyo-node-box, .enyo-animate .enyo-node-client {
  16. transition-property: height, top;
  17. transition-duration: 0.2s, 0.2s;
  18. -moz-transition-property: height, top;
  19. -moz-transition-duration: 0.2s, 0.2s;
  20. -o-transition-property: height, top;
  21. -o-transition-duration: 0.2s, 0.2s;
  22. -webkit-transition-property: height, top;
  23. -webkit-transition-duration: 0.2s, 0.2s;
  24. }