Hi,

when using admin system on tables with many columns, rightmost columns are 
cropped by browser due to rigid tundra layout. This fixes it, by enabling 
table 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;

-- 
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/-/fOLYhTf7EqQJ.
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