From c4e862479464ead63f25450177d5e2c26a055d13 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 13 Oct 2010 00:59:55 +0000 Subject: [PATCH] MINOR Tidied up the layout of the Themes area of the installer slightly - now consistent helptext as other areas (from r101687) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112022 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/config-form.html | 14 ++++++++------ dev/install/install.css | 4 +++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/dev/install/config-form.html b/dev/install/config-form.html index 556d08b5d..e32e819ba 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -232,11 +232,13 @@

Theme Step: 4 of 5

-

You can change the theme or download another from the SilverStripe website after installation.

- +

You can change the theme or download another from the SilverStripe website after installation.

+
+ +

Confirm Install Step: 5 of 5

@@ -249,7 +251,7 @@

diff --git a/dev/install/install.css b/dev/install/install.css index 1d28f6a21..f32499f3c 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -17,7 +17,9 @@ body { ul#Themes{ list-style: none; - margin: 5px; + margin: 0 5px 20px 5px; + float: left; + width: 320px; } ul#Themes li { clear: both;