ui-list.css 276 B

123456789101112131415161718192021222324252627
  1. .lis , .lis-m div
  2. {
  3. padding:0.4em;
  4. }
  5. .lis-icon
  6. {
  7. width:2em;
  8. height:2em;
  9. margin-right:0.4em;
  10. }
  11. .lis-th{
  12. width:4em;
  13. margin:0em 0.4em 0em 0px;
  14. min-height:4em;
  15. }
  16. .lis-sw
  17. {
  18. width:0.6em;
  19. height:1em;
  20. margin-left:0.4em;
  21. }
  22. .lis-row-rt
  23. {
  24. width:10%;
  25. text-align:center;
  26. }