little css fix for admin system

16 views
Skip to first unread message

Juraj Variny

unread,
Jul 18, 2012, 6:32:46 PM7/18/12
to turbogea...@googlegroups.com
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;

Reply all
Reply to author
Forward
0 new messages