From 04eb78263240b249c4d6c0861d78834468f1b5f5 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 10 Feb 2010 03:59:41 +0000 Subject: [PATCH] MINOR Styling fixes for installer git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@98667 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/config-form.html | 13 +++++++++---- dev/install/install.css | 6 +++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/dev/install/config-form.html b/dev/install/config-form.html index 02e89865c..232c972ef 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -150,7 +150,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"); ?>

SilverStripe Administration Account

@@ -181,8 +186,8 @@ -

- 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.

@@ -196,7 +201,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;