diff --git a/dev/install/config-form.html b/dev/install/config-form.html index 440c7f076..01338c310 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -154,7 +154,12 @@ -
SilverStripe stores its content in a relational SQL database. Please provide the username and password to connect to the server here. If this account has permission to create databases, then we will create the database for you; otherwise, you must give the name of a database that already exists.
++ SilverStripe stores its content in a relational SQL database. Please provide the username and password to connect to the server here. + If this account has permission to create databases, then we will create the database for you; otherwise, you must give the name of a + database that already exists. +
+ showTable("Database Configuration"); ?>- We will set up 1 administrator account for you automatically. Enter the email address and password. If you'd +
+ We will set up 1 administrator account for you automatically. Enter the email address and password. If you'd rather log-in with a username instead of an email address, enter that instead.
@@ -200,7 +205,7 @@ -+
SilverStripe allows you to run a site in development mode. This shows all error messages in the web browser instead of emailing them to the administrator, and allows the database to be built without logging in as administrator. Please enter the host/domain names for servers diff --git a/dev/install/install.css b/dev/install/install.css index c517024e2..7b568f5d2 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -108,8 +108,12 @@ table.testResults { padding-top: 20px; } +.helpText { + float: right; + width: 380px; +} + div.section { - margin-top: 30px; width: 330px; float: left; overflow: hidden;