[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:'📜');
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>';
- [Noalyss-commit] [noalyss] branch pre-stable created (now ae29565cf), dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 10/19: upgrade199 : Correct SQL, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 16/19: cosmetic,
dwm <=
- [Noalyss-commit] [noalyss] 05/19: Typo, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 02/19: Bug : fix create event from AGENDA, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 07/19: Fix : error when empty, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 06/19: Limit search thanks user's preferences, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 01/19: Merge branch 'unstable' of gitlab.com:noalyss/noalyss into unstable, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 08/19: set the search_path, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 09/19: Database : correct the scripts for creating DB and adapt to postgreSQL 12, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 11/19: set version 9.3, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 12/19: Task #2372 : Change AD, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 04/19: Cosmetic, dwm, 2024/08/31