noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/03: CSS esthetic, documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: CSS esthetic, documentation
Date: Fri, 13 Aug 2021 09:09:37 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6f3ba35940a6accc8d83150a1356bd29cc8c517e
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Aug 13 15:07:06 2021 +0200

    CSS esthetic, documentation
---
 html/css/style-classic7.css       | 16 +++++++++-------
 html/js/noalyss_script.js         |  2 +-
 include/class/follow_up.class.php |  8 ++++++--
 include/param_pcmn.inc.php        |  2 +-
 4 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 8a1fcc8..cf68d49 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -985,32 +985,34 @@ div.inner_box  {
     font-size:14.4px;
     font-size:0.9rem;
     width: 100%;
+    left:0px !important;
 }
 /* SM */
 @media (min-width: 576px) {
     div.inner_box  {
-
+      width: 100%;
+      left:0px !important;
     }
 }
 /* MD */
 @media (min-width: 768px) {
     div.inner_box  {
-
+        width: 100%;
+        left:0px !important;
     }
 }
 /* LG */
 @media (min-width: 992px) {
     div.inner_box  {
-        width: 90%;
-        left:5%;
+        left:0px !important;
         border-radius: 7px;
     }
 }
 /* XL */
 @media (min-width: 1200px) {
     div.inner_box  {
-        width: 95%;
-        left:2%;
+        width: 90%;
+        left:5% !important;
         /*! margin-bottom: 2%; */
         padding-bottom: 10px;
         }
@@ -2183,7 +2185,7 @@ td.box {
   position: absolute;
     top: 25%;
   width: 40%;
-  left: 50%;
+  left: 50% !important;
   margin-left: -20%;
   border-radius:7px;
 }
diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js
index 965ba5a..4624c69 100644
--- a/html/js/noalyss_script.js
+++ b/html/js/noalyss_script.js
@@ -3053,7 +3053,7 @@ function create_anchor_up()
  */
 function init_scroll()
 {
-    var up = new Element('div', {"class": "inner_box",
+    var up = new Element('div', {"class": "",
         "style": "padding:5px;left:auto;width:auto;height: 
auto;display:none;position:fixed;bottom:30%;right:50px;text-align:center;font-size:20px",
         id: "go_up"
     });
diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index 1dba8c6..7a9d331 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -34,6 +34,7 @@ require_once NOALYSS_INCLUDE.'/lib/user_common.php';
  */
 
 /**
+ * \class
  * \brief class_action for manipulating actions
  * action can be :
  * <ul>
@@ -1252,7 +1253,7 @@ class Follow_Up
 
     /**
      * @briefGet date from $_GET and create the sql stmt for the query
-     * @note the query is taken in $_REQUEST
+     * @note the query is taken from $_GET
      * @see Follow_Up::ShowActionList
      * @return string SQL condition
      */
@@ -1410,6 +1411,7 @@ class Follow_Up
     /**
      * @brief export to CSV the query the p_array has
      * @param array $p_array
+      @see ::create_query
      */
     function export_csv($p_array)
     {
@@ -1455,7 +1457,9 @@ class Follow_Up
         );
     }
     /**
-     * @brief export to CSV the query the p_array has
+     * @brief export to CSV the detailled actions (tags, comment, related 
operations...), 
+     * it could be a query in $p_array      *  task #0002035
+     * @see ::create_query
      * @param array $p_array
      */
     function export_csv_detail($p_array)
diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index bb98e81..a767ee5 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -70,7 +70,7 @@ echo $mtable->display_table(" where pcm_val::text like 
'{$g_start}%' order by pc
 */
 
     ?>
-    <div id="go_up" class="inner_box" 
style="padding:0px;left:auto;width:250px;height: 
100px;display:none;position:fixed;bottom:30%;right:20px">
+    <div id="go_up" class="" style="padding:0px;left:auto;width:250px;height: 
100px;display:none;position:fixed;bottom:30%;right:20px">
         <div style="margin:3%;padding:3%">
             <a class="icon" href="#up_top" >&#xe81a;</a><a 
href="javascript:show_calc()" class="icon">&#xf1ec;</a>
             <input type="button" class="smallbutton" id="pcmn_update_add_bt3"  
value="<?php echo _('Ajout poste comptable'); ?>">



reply via email to

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