Gain some vertical space in table create form

This commit is contained in:
Marc Delisle
2011-02-08 17:52:30 -05:00
parent 589d918ee7
commit a9845254cb
2 changed files with 9 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;