CSS problem
CSS problem
DataTable is great product and we are using it in one of our projects.
Unfortunately I have found one problem, you use CSS descriptor as .Top and .Bottom in demo_table.css and this breaks our layout because we also use .Top and .Bottom css descriptors. What is the easiest way to solve this problem?
demo_table.css
......
.top, .bottom {
padding: 15px;
background-color: #F5F5F5;
border: 1px solid #CCCCCC;
}
Unfortunately I have found one problem, you use CSS descriptor as .Top and .Bottom in demo_table.css and this breaks our layout because we also use .Top and .Bottom css descriptors. What is the easiest way to solve this problem?
demo_table.css
......
.top, .bottom {
padding: 15px;
background-color: #F5F5F5;
border: 1px solid #CCCCCC;
}
This discussion has been closed.
Replies