MINOR Styling fixes for installer (from r98667)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102774 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-14 02:21:52 +00:00
parent 8a1e52ca87
commit e6c94e574a
2 changed files with 14 additions and 5 deletions

View File

@ -154,7 +154,12 @@
</div>
</div>
<p class="database">SilverStripe stores its content in a relational SQL database. Please provide the username and password to connect to the server here. If this account has permission to create databases, then we will create the database for you; otherwise, you must give the name of a database that already exists.</p>
<p id="dbHelp" class="helpText">
SilverStripe stores its content in a relational SQL database. Please provide the username and password to connect to the server here.
If this account has permission to create databases, then we will create the database for you; otherwise, you must give the name of a
database that already exists.
</p>
<?php $dbReq->showTable("Database Configuration"); ?>
<h4 class="sectionHeading">SilverStripe Administration Account</h4>
@ -185,8 +190,8 @@
</div>
</div>
<p class="adminAcc">
We will set up 1 administrator account for you automatically. Enter the email address and password. If you'd
<p id="adminAcc" class="helpText">
We will set up 1 administrator account for you automatically. Enter the email address and password. If you'd
rather log-in with a username instead of an email address, enter that instead.
</p>
@ -200,7 +205,7 @@
</span>
</div>
<p class="devHelp">
<p id="devHelp" class="helpText">
SilverStripe allows you to run a site in <a href="http://doc.silverstripe.org/doku.php?id=configuration">development mode</a>.
This shows all error messages in the web browser instead of emailing them to the administrator, and allows
the database to be built without logging in as administrator. Please enter the host/domain names for servers

View File

@ -108,8 +108,12 @@ table.testResults {
padding-top: 20px;
}
.helpText {
float: right;
width: 380px;
}
div.section {
margin-top: 30px;
width: 330px;
float: left;
overflow: hidden;