From 6bd64ad703990072635d405a309ebb2c1f66de76 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 14 Apr 2010 03:31:42 +0000 Subject: [PATCH] MINOR Styling on installer (from r98781) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102797 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/install.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/install/install.css b/dev/install/install.css index e2b5ff11f..f38542d63 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -127,6 +127,10 @@ div.section { margin: 5px 0; } +#use_environment_field { + margin-bottom: 25px; +} + #use_environment_field input { float: left; margin-right: 5px;