Smoothness Pagination and Sort Controls
Smoothness Pagination and Sort Controls
gravypuk
Posts: 3Questions: 0Answers: 0
Hi,
I am using:
With
"bJQueryUI": false
The sort buttons appear next to column headers and the pagination buttons look great.
With
"bJQueryUI": true
The whole thing looks much better, but the sort arrows drop onto a new line and the pagination buttons look rubbish and squashed up.
I am just not sure what I need to modify in which CSS file to get things looking good all round.
Do I need to add DataTables specific CSS to the Smoothness theme?
I have naively tried to change the order the CSS loads with no effect.
Thanks,
Graham
I am using:
With
"bJQueryUI": false
The sort buttons appear next to column headers and the pagination buttons look great.
With
"bJQueryUI": true
The whole thing looks much better, but the sort arrows drop onto a new line and the pagination buttons look rubbish and squashed up.
I am just not sure what I need to modify in which CSS file to get things looking good all round.
Do I need to add DataTables specific CSS to the Smoothness theme?
I have naively tried to change the order the CSS loads with no effect.
Thanks,
Graham
This discussion has been closed.
Replies
[code]
.css_right {
float: right;
}
[/code]
to your CSS.
I badly need to tidy up the DataTables CSS files!
Allan
Thanks for reply.
Sorry that didn't work. I can't give you access to me page as it is on a closed system.
Here is a screen shot of what is happening though if that helps.
https://www.dropbox.com/s/7idah60aunst471/Screenshot.jpg
Regards,
Graham
Allan
http://www.eventdata.co.uk/demo.htm
Regards,
Graham