From 99117bc6021b13cf33d1ac990f8dfc1c49f2f265 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 1 Dec 2006 11:47:31 +0000 Subject: [PATCH] Modif #evolForm input.error --- htdocs/theme/eldy/eldy.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index a31939d6913..16177a8ae23 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -1,5 +1,6 @@ + * Copyright (C) 2006 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1008,7 +1009,7 @@ td.hidden { #evolForm input.error { font-weight: bold; border: solid 2px #FF0000; - padding: 1px 1px 1px 1px; + padding: 0px 0px 0px 0px; margin: 1px 1px 1px 1px; }