I don't know if you've solved the problem yet, but anyway, I put the
dataTables images in a folder in static/media/datatables and in the
demo.css file changed the following URLs:


.paginate_disabled_previous {
        background-image: url('../media/dataTables/back_disabled.jpg');
}

.paginate_enabled_previous {
        background-image: url('../media/dataTables/back_enabled.jpg');
}

.paginate_disabled_next {
        background-image: url('../media/dataTables/forward_disabled.jpg');
}

.paginate_enabled_next {
        background-image: url('../media/dataTables/forward_enabled.jpg');
}


.sorting_asc {
        background: url('../media/dataTables/sort_asc.jpg') no-repeat center
right;
}

.sorting_desc {
        background: url('../media/dataTables/sort_desc.jpg') no-repeat center
right;
}

.sorting {
        background: url('../media/dataTables/sort_both.jpg') no-repeat center
right;
}



Best regards,

Annet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to