1
0

Some installer refinements.

This commit is contained in:
Matthias Mees
2013-07-10 11:19:27 +02:00
parent bf3628f33a
commit 952a842509
2 changed files with 11 additions and 4 deletions

View File

@ -53,11 +53,11 @@
<tbody>
<tr>
<td>{$CONST.OPERATING_SYSTEM}</td>
<td>{$php_uname}</td>
<td><span class="msg_hint">{$php_uname}</span></td>
</tr>
<tr>
<td>{$CONST.WEBSERVER_SAPI}</td>
<td>{$php_sapi_name}</td>
<td><span class="msg_hint">{$php_sapi_name}</span></td>
</tr>
<tr>
<td>PHP version >= 5.2.6</td>
@ -277,7 +277,7 @@
<p><strong>{$CONST.THANK_YOU_FOR_CHOOSING}</strong></p>
<a class="block_level" href="{$smarty.post.serendipityHTTPPath}">{$CONST.VISIT_BLOG_HERE}</a>
<a class="button_link state_submit" href="{$smarty.post.serendipityHTTPPath}">{$CONST.VISIT_BLOG_HERE}</a>
{else}
<span class="msg_error">{$CONST.ERROR_DETECTED_IN_INSTALL}</span>
{/if}

View File

@ -977,6 +977,13 @@ summary {
padding: .5em;
}
#diagnose .msg_error,
#diagnose .msg_success,
#diagnose .msg_notice,
#diagnose .msg_hint {
margin: .75em 0;
}
.msg_error {
background: #f2dede;
border: 1px solid #e4b9b9;
@ -2670,7 +2677,7 @@ img.mfp-img {
.installer #content {
float: none;
margin: 0 auto;
max-width: 45em;
max-width: 60em;
width: 100%;
}