From 53d5a04655792f1bf02d3a1b945ff9ac39def5f2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 14 Apr 2010 02:22:21 +0000 Subject: [PATCH] MINOR Install template cleanup (from r98670) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102776 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/config-form.html | 16 ++++++---------- dev/install/install.css | 3 +-- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/dev/install/config-form.html b/dev/install/config-form.html index 01338c310..72c6cea0b 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -51,21 +51,17 @@ Please fill in a username and password for the admin account to install.

hasErrors()) { ?> -

- You're ready to install!    -

- -

- Template to install: -

+

You're ready to install!

+ + +

Template to install:

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

- -
+

@@ -75,7 +71,7 @@

- +

diff --git a/dev/install/install.css b/dev/install/install.css index 2f7672bcb..1b1728d36 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -15,8 +15,7 @@ ul#Themes{ } ul#Themes input { float: left; - width: 10px; - height: 10px; + margin-right: 5px; } ul#Themes label { margin: -2px 5px 0 15px;