summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorondrej.zara <none@none>2010-03-22 14:28:37 +0000
committerondrej.zara <none@none>2010-03-22 14:28:37 +0000
commit2f64c730ca8bcebd255a51d8f00b74ad339f3c5f (patch)
tree8455c28796c0798bb6b1c3e26dff595422c9c0f4
parent448893e692773d03d9bce7a1f5652f7638469833 (diff)
downloadwwwsqldesigner-2f64c730ca8bcebd255a51d8f00b74ad339f3c5f.zip
wwwsqldesigner-2f64c730ca8bcebd255a51d8f00b74ad339f3c5f.tar.gz
wwwsqldesigner-2f64c730ca8bcebd255a51d8f00b74ad339f3c5f.tar.bz2
css + config fixes
--HG-- extra : convert_revision : svn%3Ab267cdba-c1da-11dd-874b-8bacd04a0a74/trunk%4097
-rw-r--r--js/config.js2
-rw-r--r--styles/style.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/js/config.js b/js/config.js
index fa2fb06..b251b68 100644
--- a/js/config.js
+++ b/js/config.js
@@ -2,7 +2,7 @@ var CONFIG = {
AVAILABLE_DBS: ["mysql", "sqlite", "web2py", "mssql", "postgresql", "oracle", "sqlalchemy", "vfp9"],
DEFAULT_DB: "mysql",
- AVAILABLE_LOCALES: ["en", "fr", "de", "cs", "pl", "pt_BR", "es", "ru", "eo", "ja"],
+ AVAILABLE_LOCALES: ["cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "pl", "pt_BR", "ru"],
DEFAULT_LOCALE: "en",
AVAILABLE_BACKENDS: ["php-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file"],
diff --git a/styles/style.css b/styles/style.css
index 3947da0..da7ab72 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -173,6 +173,10 @@ body {
height: 100px;
}
+#opts {
+ width: 700px;
+}
+
#keys {
white-space: nowrap;
text-align: center;