From 4af51718416e979c33ee190c0b397407866737e2 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 20 Aug 2003 20:50:19 +0000 Subject: new style for .errors and adding the CSS class .errors_title git-svn-id: http://piwigo.org/svn/trunk@54 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/admin.vtp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/template/default/admin/admin.vtp b/template/default/admin/admin.vtp index e29394ca9..5f305527a 100644 --- a/template/default/admin/admin.vtp +++ b/template/default/admin/admin.vtp @@ -89,10 +89,16 @@ .errors { text-align:left; margin:25px; - background-color:red; + background-color:#ffe1e1; + border:1px solid red; + color:black; + } + .errors_title { + margin:5px; font-weight:bold; - border:1px solid black; - color:white; + font-size:120%; + text-align:center; + color:red; } .info { color:darkblue; -- cgit v1.2.3