noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 12/219: Infobulle : warning : esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/219: Infobulle : warning : esthetic
Date: Mon, 18 Dec 2017 13:22:27 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2ac38fc2ead307337b483884fbe0da2740654e28
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jul 13 18:44:52 2017 +0200

    Infobulle : warning : esthetic
---
 include/lib/html_input.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 30324e0..2206497 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -225,7 +225,7 @@ class HtmlInput
     }
     static function warnbulle($p_comment)
     {
-        $r='<A HREF="#" tabindex="-1" 
style="display:inline;color:red;background-color:white;padding-left:4px;padding-right:4px;text-decoration:none;"
 onmouseover="showBulle(\''.$p_comment.'\')"  
onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">&Delta;</A>';
+        $r='<A HREF="#" tabindex="-1" 
style="font-size:124%;font-weight:bolder;display:inline;color:red;background-color:transparent;border-radius:9px;padding:0px;padding-left:7px;padding-right:7px;text-decoration:none;"
 onmouseover="showBulle(\''.$p_comment.'\')"  
onclick="showBulle(\''.$p_comment.'\')" onmouseout="hideBulle(0)">&#9888;</A>';
         return $r;
     }
     static function errorbulle($p_comment)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]