CSS problem

CSS problem

Tomas78Tomas78 Posts: 2Questions: 0Answers: 0
edited November 2010 in General
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;
}

Replies

This discussion has been closed.