]> source.dussan.org Git - nextcloud-server.git/commitdiff
even error messages have the right to look a bit pretty
authorFrank Karlitschek <frank@owncloud.org>
Fri, 23 Nov 2012 13:22:57 +0000 (14:22 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 23 Nov 2012 13:22:57 +0000 (14:22 +0100)
core/templates/installation.php

index a7c4780d5d1dc5ce457e8ba4d3444bcc9e31f30b..1e7983eae5351038544d4fb2a36b962753425252 100644 (file)
@@ -19,7 +19,7 @@
        </ul>
        <?php endif; ?>
        <?php if(!$_['secureRNG']): ?>
-       <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7;">
+       <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7; border-style:solid; border-radius: 5px; border-width:1px; padding:0.5em;">
                <legend><strong><?php echo $l->t('Security Warning');?></strong></legend>
                <span><?php echo $l->t('No secure random number generator is available, please enable the PHP OpenSSL extension.');?></span>            
                <br/>
@@ -27,7 +27,7 @@
        </fieldset>
        <?php endif; ?>
        <?php if(!$_['htaccessWorking']): ?>
-       <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7;">
+       <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7; border-style:solid; border-radius: 5px; border-width:1px; padding:0.5em;">
                <legend><strong><?php echo $l->t('Security Warning');?></strong></legend>
                <span><?php echo $l->t('Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.');?></span>          
        </fieldset>