summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-05-20 11:48:33 +0000
committerLester Caine <lester@lsces.co.uk>2007-05-20 11:48:33 +0000
commit99dcdb9199eb8cf14c7bad23b331971343996207 (patch)
tree98e1e4943f39adb6cfdf6294727855b20b456530
parent27f7639a58255e92bea004000689085056da3b66 (diff)
downloadinstall-99dcdb9199eb8cf14c7bad23b331971343996207.tar.gz
install-99dcdb9199eb8cf14c7bad23b331971343996207.tar.bz2
install-99dcdb9199eb8cf14c7bad23b331971343996207.zip
Tidy Database type dropdown in Firefox/SeaMonkey
-rw-r--r--templates/install_database.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl
index 2d98930..a9f8eb1 100644
--- a/templates/install_database.tpl
+++ b/templates/install_database.tpl
@@ -50,7 +50,7 @@
<p class="warning">If you intend to upgrade an existing MySQL database, the required server version is greater than 4.1.</p>
{/if}
{if $dbservers}
- {html_options name='db' options=$dbservers id=db selected=$gBitDbType}
+ {html_options name='db' options=$dbservers id=db selected=$gBitDbType style="width:50%"}
{else}
<p class="warning">You currently have no Database installed that works here. If you feel this is wrong, please contact the <a class="external" href="http://www.bitweaver.org/">bitweaver Team</a>.</p>
{/if}