From d9b9e667348e26acaeadfc620137483930dfd9d4 Mon Sep 17 00:00:00 2001 From: wrossiter Date: Wed, 29 Aug 2007 05:48:58 +0000 Subject: [PATCH] - testing, styling the template selection git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@41014 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- config-form.css | 22 +++++++++++++++++++++- config-form.html | 25 ++++++++++++------------- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/config-form.css b/config-form.css index 7d99534..63a4ab6 100644 --- a/config-form.css +++ b/config-form.css @@ -5,7 +5,22 @@ body { #Container * { text-align: left; } - +ul#Themes{ + list-style: none; + margin: 5px; +} + ul#Themes li { + clear: both; + padding: 3px 0; + } + ul#Themes input { + float: left; + width: 10px; + height: 10px; + } + ul#Themes label { + margin: -2px 5px 0 15px; + } .good td { color: green; } @@ -30,6 +45,11 @@ p.warning { border: 1px #ffc28b solid; color: #cb6a1c; } + p.warning label { + display: inline; + margin-left: 5px; + color: #cb6a1c + } p.good { padding: 0.5em; background-color: #e2fee1; diff --git a/config-form.html b/config-form.html index 20188fa..c3fd25a 100644 --- a/config-form.html +++ b/config-form.html @@ -44,32 +44,31 @@

You're ready to install!   

- --> +

Template to install:

-

- - -

+

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

-

- Note: It seems as though SilverStripe is already installed here. If you ask me to install, I will overwrite - the .htaccess and mysite/_config.php files.

- +

+ Note: It seems as though SilverStripe is already installed here. If you ask me to install, I will overwrite + the .htaccess and mysite/_config.php files. +
+

- + - +