Thank you,
would you mind forking the repository on bitbucket or similar so I can
pull your commit keeping informations about the author and the reason?

Thanks!
Alessandro

On Thu, Jul 19, 2012 at 12:28 AM, Juraj Variny <[email protected]> wrote:
> Hi,
>
> if admin system is used on tables with many columns, rightmost columns get
> cropped by browser and thus inaccessible. This fixes it by enabling
> scrolling:
>
> --- a/devtools/templates/turbogears/+package+/public/css/admin.css
> +++ b/devtools/templates/turbogears/+package+/public/css/admin.css
> @@ -19,6 +19,9 @@ a.edit_link{
>  }
>
>  /* admin list view */
> +.crud_table {
> +    overflow : auto;
> +}
>  .crud_table .grid {
>      border-collapse: collapse;
>      border: 1px solid #ccc;
>
> Regards,
> Juraj
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears Trunk" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/turbogears-trunk/-/5_N9SHh8HSIJ.
> 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/turbogears-trunk?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en.

Reply via email to