fix cosmetic for IE7 & chrome

This commit is contained in:
Dany De Bontridder 2011-11-16 16:17:16 +00:00
parent d1021964d0
commit 5f5942fbd4
6 changed files with 28 additions and 17 deletions

View file

@ -397,7 +397,7 @@ class HtmlInput
static function anchor_close($div)
{
$r='';
$r.='<div style="float:right;margin:2;">';
$r.='<div style="float:right;margin-right:2px;margin-top:1px;padding:0">';
$r.= '<A id="close_div" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">Fermer</A>';
$r.='</div>';
return $r;