noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 16/19: cosmetic


From: dwm
Subject: [Noalyss-commit] [noalyss] 16/19: cosmetic
Date: Sat, 31 Aug 2024 17:46:29 -0400 (EDT)

sparkyx pushed a commit to branch pre-stable
in repository noalyss.

commit 90bd1a19b0be1edccaf0a38a000e6d9a4e97bcf0
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Aug 28 12:34:43 2024 +0200

    cosmetic
---
 html/js/todo_list.js                   | 2 +-
 include/widget/todo_list/todo_list.php | 2 +-
 include/widget/widget.php              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/js/todo_list.js b/html/js/todo_list.js
index 426da8736..0db70f25e 100644
--- a/html/js/todo_list.js
+++ b/html/js/todo_list.js
@@ -53,7 +53,7 @@ function todo_list_show(p_id)
 
 
                             todo_div.style.top = (posY + offsetY) + 'px';
-                            todo_div.style.left = (posX + offsetX - 200) + 
'px';
+                            todo_div.style.left = (posX + offsetX + 20) + 'px';
 
                             var answer = req.responseXML;
                             var tl_id = answer.getElementsByTagName('tl_id');
diff --git a/include/widget/todo_list/todo_list.php 
b/include/widget/todo_list/todo_list.php
index 2434a013b..15d7a4998 100644
--- a/include/widget/todo_list/todo_list.php
+++ b/include/widget/todo_list/todo_list.php
@@ -40,7 +40,7 @@ class Todo_List extends Widget
     {
         global $cn;
         echo '<div class="box widget-box" id="todo_list" >';
-        echo \HtmlInput::title_box(_('Pense-BĂȘte'), "todo_listg_div", 'zoom', 
"zoom_todo()", 'n');
+        echo \HtmlInput::title_box(_('Pense-BĂȘte'), "todo_listg_div", 'zoom', 
"zoom_todo()", 'n',raw:'&#x1F4DC;');
         echo \Dossier::hidden();
         $todo = new \Todo_List($cn);
         $array = $todo->load_all();
diff --git a/include/widget/widget.php b/include/widget/widget.php
index b21f26127..8c4dc4ef8 100644
--- a/include/widget/widget.php
+++ b/include/widget/widget.php
@@ -180,7 +180,7 @@ where use_login=$1 order by uw.uw_order
         echo h2(_("Un instant, on charge :-)"),' class="title" ');
 
 
-        print '<div style="display:flex;justify-content: flex-start">';
+        print '<div style="display:flex;justify-content: center">';
         print '<div style="margin-top: 50px;margin-left: 20px;">';
         print '<div class="loading_msg"></div>';
         print '<div class="loading_msg"></div>';



reply via email to

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