To save some space in the table creation dialog

This commit is contained in:
Marc Delisle
2011-03-10 07:13:44 -05:00
parent 9deac3deb2
commit 675677e8c5

View File

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