The branch, master has been updated via a9845254cb7d6b41cf047773c84da127ec0e3c21 (commit) from 589d918ee7e4e747ce55f2f0c0905bc8d6fe1dc9 (commit)
- Log ----------------------------------------------------------------- commit a9845254cb7d6b41cf047773c84da127ec0e3c21 Author: Marc Delisle marc@infomarc.info Date: Tue Feb 8 17:52:30 2011 -0500
Gain some vertical space in table create form
-----------------------------------------------------------------------
Summary of changes: themes/darkblue_orange/css/theme_right.css.php | 4 ++++ themes/original/css/theme_right.css.php | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 07e786e..cdc26d5 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1360,6 +1360,10 @@ code.sql, div.sqlvalidate { width: 98%; }
+textarea#partitiondefinition { + height:3em; +} + /* for elements that should be revealed only via js */ .hide { display: none; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 02736c6..272221d 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1312,6 +1312,11 @@ code.sql, div.sqlvalidate { width: 98%; }
+textarea#partitiondefinition { + height:3em; +} + + /* for elements that should be revealed only via js */ .hide { display: none;
hooks/post-receive