*SOLVED! *
Well - The code below was added to plugin layout's default.css to resolve 
this issue. Which in my case was situated here 
[static\plugin_layouts\layouts\<Layout Name>\default.css].  Note - web2py's 
css (base.css ) and its pagination code or grid code remain unchanged. 

.pagination ul, li{
display: inline;
padding: 0px 10px 0px 10px;
}

Cheers, Rahul. 

On Tuesday, April 2, 2013 1:05:08 PM UTC+5:30, Niphlod wrote:
>
>  at 99% you don't need to change any of the sqlhtml.py code, just the css 
> classes assigned to the "paginator".
> Probably the default "jquery-ui" was meant to work with an older version 
> of the css

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to