aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 21:58:00 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 21:58:04 +0200
commitd6faa89ed720da7319923cba33a83d0210216d57 (patch)
tree89584399c5b15a80060ca59399650462f6210605
parentaa08196c32894333b14570348446463385058c94 (diff)
downloadnextcloud-server-d6faa89ed720da7319923cba33a83d0210216d57.tar.gz
nextcloud-server-d6faa89ed720da7319923cba33a83d0210216d57.zip
fix header on error page
-rw-r--r--core/css/styles.css2
-rw-r--r--core/templates/404.php4
-rw-r--r--core/templates/error.php7
3 files changed, 4 insertions, 9 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 05546541153..eb6b04d28df 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -32,7 +32,7 @@ div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1
#body-login p.info { width:16em; margin:2em auto; padding:1em; background-color:#eee; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
#body-login p.info a { font-weight:bold; }
-#login div.header { margin-top:-2em; height:10em;
+#body-login header { margin-top:-2em; height:10em;
-moz-box-shadow:0 0 5px #000; -webkit-box-shadow:0 0 20px #000; box-shadow:0 0 20px #000;
background: #1d2d44; /* Old browsers */
background: -moz-linear-gradient(top, #35537a 0%, #1d2d42 100%); /* FF3.6+ */
diff --git a/core/templates/404.php b/core/templates/404.php
index d042944c193..67ce8c8026c 100644
--- a/core/templates/404.php
+++ b/core/templates/404.php
@@ -8,11 +8,11 @@ if(!isset($_)){//also provide standalone error page
}
?>
<div id="login">
- <img src="<?php echo image_path("", "weather-clear.png"); ?>" alt="ownCloud" />
+ <header><img src="<?php echo image_path('', 'weather-clear.png'); ?>" alt="ownCloud" /></header>
<ul>
<li class='error'>
<?php echo $l->t( 'Error 404, Cloud not found' ); ?><br/>
<p class='hint'><?php if(isset($_['file'])) echo $_['file']?></p>
</li>
</ul>
-</div> \ No newline at end of file
+</div>
diff --git a/core/templates/error.php b/core/templates/error.php
index ae3f029708f..aa8a8d473b4 100644
--- a/core/templates/error.php
+++ b/core/templates/error.php
@@ -1,10 +1,5 @@
-<?php
-/*
- * Template for error page
- */
-?>
<div id="login">
- <img src="<?php echo image_path("", "owncloud-logo-medium-white.png"); ?>" alt="ownCloud" />
+ <header><img src="<?php echo image_path('', 'owncloud-logo-medium-white.png'); ?>" alt="ownCloud" /></header>
<ul>
<?php foreach($_["errors"] as $error):?>
<li class='error'>