From 675677e8c574f47f3baafc93879e9103d46d3d8d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 10 Mar 2011 07:13:44 -0500 Subject: [PATCH] To save some space in the table creation dialog --- themes/pmahomme/css/theme_right.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 21a0bfcc5..1f90e3dda 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1593,6 +1593,10 @@ code.sql, div.sqlvalidate { width: 98%; } +textarea#partitiondefinition { + height:3em; +} + /* for elements that should be revealed only via js */ .hide { display: none;