From 4d37baf0f9ee4d9c945814c1f47a5c7b8060f712 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 9 Feb 2018 19:41:08 +0100 Subject: [PATCH] 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 fc17511d1..d7101d20c 100644 --- a/html/index.css +++ b/html/index.css @@ -79,7 +79,7 @@ background-repeat: repeat-x repeat-y; } } -@media only screen and (min-width : 1201px) { +@media 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 2bc7159ab..f232c1962 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=""; + $('pin_'+object_id).innerHTML=""; } else { aDraggableElement[object_id]=new Draggable(object_id, {starteffect: function () { new Effect.Highlight(object_id, {scroll: window, queue: 'end'}); }} ); - $('pin_'+object_id).innerHTML=""; + $('pin_'+object_id).innerHTML=""; } } /** diff --git a/include/constant.php b/include/constant.php index 871816b1d..9d32dfe5d 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",""); -define ("UNPINDG",""); +define ("UNPINDG",""); +define ("PINDG",""); diff --git a/include/lib/icon_action.class.php b/include/lib/icon_action.class.php index ce65e771b..057a739e5 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(' - ⬜', $p_div, $p_javascript); + ', $p_div, $p_javascript); return $r; }