EditTable.css 496 B

12345678910111213141516171819202122232425262728
  1. .TableContainer{
  2. width: 100px;
  3. height: auto;
  4. overflow-x:auto !important;
  5. overflow-y:hidden !important;
  6. }
  7. .PSBar{
  8. height: 5px;
  9. line-height: 5px;
  10. position: relative;
  11. left: 0px;
  12. bottom: 0px;
  13. background-color: #eee;
  14. z-index: 2;
  15. overflow:hidden;
  16. }
  17. .CSBar{
  18. height: 5px;
  19. line-height: 5px;
  20. position: relative;
  21. left: 0px;
  22. bottom: 0px;
  23. background-color: #ccc;
  24. z-index: 3;
  25. }
  26. .TableContainer td{
  27. min-width:135px !important;
  28. }