noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 161/323: Esthetic : improve


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 161/323: Esthetic : improve
Date: Wed, 14 Mar 2018 17:38:42 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4d37baf0f9ee4d9c945814c1f47a5c7b8060f712
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 9 19:41:08 2018 +0100

    Esthetic : improve
---
 html/index.css                    | 2 +-
 html/js/scripts.js                | 4 ++--
 include/constant.php              | 4 ++--
 include/lib/icon_action.class.php | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/html/index.css b/html/index.css
index fc17511..d7101d2 100644
--- a/html/index.css
+++ b/html/index.css
@@ -79,7 +79,7 @@ background-repeat: repeat-x repeat-y;
     }
  
 }
address@hidden only screen and (min-width : 1201px) {
address@hidden only screen and (min-width : 901px) {
     #alternate_browser {
         position:absolute;
         bottom: 0px;
diff --git a/html/js/scripts.js b/html/js/scripts.js
index 2bc7159..f232c19 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -3009,14 +3009,14 @@ function pin (object_id) {
     if ( aDraggableElement[object_id]) {
         aDraggableElement[object_id].destroy();
         aDraggableElement[object_id]=undefined;
-        $('pin_'+object_id).innerHTML="&#xf192;";
+        $('pin_'+object_id).innerHTML="&#xf047;";
     } else {
         aDraggableElement[object_id]=new Draggable(object_id, {starteffect: 
function ()
                 {
                     new Effect.Highlight(object_id, {scroll: window, queue: 
'end'});
                 }}
             ); 
-        $('pin_'+object_id).innerHTML="&#xf047;";
+        $('pin_'+object_id).innerHTML="&#xe809;";
     }
 }
 /**
diff --git a/include/constant.php b/include/constant.php
index 871816b..9d32dfe 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -309,5 +309,5 @@ define ('EMAIL_LIMIT',1002);
 define ('EXC_PARAM_VALUE',1005);
 define ('EXC_PARAM_TYPE',1006);
 define ('EXC_DUPLICATE',1200);
-define ("PINDG","&#xf047;");
-define ("UNPINDG","&#xf192;");
+define ("UNPINDG","&#xf047;");
+define ("PINDG","&#xe809;");
diff --git a/include/lib/icon_action.class.php 
b/include/lib/icon_action.class.php
index ce65e77..057a739 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -153,7 +153,7 @@ class Icon_Action
     static function zoom($p_div, $p_javascript)
     {
         $r=sprintf('<span  id="span_%s" class="icon" onclick="%s">
-                &#11036;</span>', $p_div, $p_javascript);
+                &#xf08e;</span>', $p_div, $p_javascript);
         return $r;
     }
 



reply via email to

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