| 12345678910111213141516171819202122232425262728 |
- .TableContainer{
- width: 100px;
- height: auto;
- overflow-x:auto !important;
- overflow-y:hidden !important;
- }
- .PSBar{
- height: 5px;
- line-height: 5px;
- position: relative;
- left: 0px;
- bottom: 0px;
- background-color: #eee;
- z-index: 2;
- overflow:hidden;
- }
- .CSBar{
- height: 5px;
- line-height: 5px;
- position: relative;
- left: 0px;
- bottom: 0px;
- background-color: #ccc;
- z-index: 3;
- }
- .TableContainer td{
- min-width:135px !important;
- }
|