git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@41010 467b73ca-7a2a-4603-9d3b-597d59a354a9

This commit is contained in:
wrossiter 2007-08-29 04:44:20 +00:00
parent 97052713ed
commit 6a57eb34b3
2 changed files with 9 additions and 9 deletions

View File

@ -46,15 +46,14 @@ p.error a:hover {
text-decoration: none; text-decoration: none;
} }
span.middleColumn { span.middleColumn {
width: 306px; width: 312px;
padding: 4px;
margin-right: 0; margin-right: 0;
padding: 4px;
} }
input.text, textarea, select { input.text, textarea, select {
padding: 2px 0 0 2px; padding: 2px;
border: 1px solid #A7A7A7; border: 1px solid #A7A7A7;
color: #000; color: #000;
height: 1.7em;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
width: 305px; width: 305px;
@ -87,6 +86,6 @@ p#AdminAccount {
} }
#Layout input.action { #Layout input.action {
text-align: center; text-align: center;
width: auto; width: 160px;
font-size: 1em; font-size: 1em;
} }

View File

@ -1,4 +1,5 @@
<html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head> <head>
<title>SilverStripe CMS Installation</title> <title>SilverStripe CMS Installation</title>
<script type="text/js"> <script type="text/js">
@ -43,13 +44,13 @@
<p class="good"> <p class="good">
You're ready to install! &nbsp;&nbsp; You're ready to install! &nbsp;&nbsp;
</p> </p>
<?php } ?> <?php } ?> -->
<p> <p>
<b>Template to install:</b> <b>Template to install:</b>
</p> </p>
<p> <p>
<input type="radio" name="template" value="default" checked="checked">BlackCandy, default template ready to use.</input><br /> <input type="radio" name="template" value="default" id="BlackCandy" checked="checked" /><label for="BlackCandy">BlackCandy, default template ready to use.</label>
<input type="radio" name="template" value="tutorial">Empty template, ready to begin the tutorial.</input><br /> <input type="radio" name="template" value="tutorial" id="EmptyTemplate" /><label for="EmptyTemplate">Empty template, ready to begin the tutorial.</label>
</p> </p>
<p>You can change the template or download another from the SilverStripe website after installation.</p> <p>You can change the template or download another from the SilverStripe website after installation.</p>