Hi Jonathan,

I noticed the same thing.  To fix it, you need to modify the CSS file:
Plugins>datatable>Static files>plugin_datatable>*.css

Update it with the following configuration:

.dataTables_wrapper {
//  position: relative;
//  min-height: 100px;
//  _height: 302px;
//  clear: both;
    float: left;
}

On Feb 4, 5:04 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> Speaking of plugin_datatable, the example 
> athttp://www.web2py.com/plugins/default/datatablelooks v. messed up via 
> Safari and Firefox (I haven't tried anything else). Is that expected? I get 
> something similar when I use it in my own app.
>
> FWIW, the CSS doesn't validate. (Among other things, // is not a comment 
> delimiter in CSS.)
>
> http://jigsaw.w3.org/css-validator/validator?uri=http://www.web2py.co...

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to