From ba7b1d607e0c95e03eba01ade34261f322322356 Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Sun, 26 Oct 2008 12:42:50 +0000
Subject: [PATCH] css changes

---
 interface/web/login/index.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/interface/web/login/index.php b/interface/web/login/index.php
index a63e6b9d29..c6e2a9578b 100644
--- a/interface/web/login/index.php
+++ b/interface/web/login/index.php
@@ -118,11 +118,7 @@ class login_index {
 	        }
 		}
 		if($error != ''){
-	  		$error = '<table class="error">
-			<tr>
-			<td><strong>Error:</strong><br>'.$error.'</td>
-			</tr>
-			</table>';
+	  		$error = '<div class="box box_error"><h1>Error</h1>'.$error.'</div>';
 		}
 	
 	
-- 
GitLab