noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 22/46: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/46: Cosmetic
Date: Tue, 13 Jul 2021 05:01:55 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0941fa1ff86557eac4f29473610163b8f976142c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Jun 14 23:57:18 2021 +0200

    Cosmetic
---
 html/css/style-classic7.css        | 21 +++++++++++++++++++--
 html/css/style-print.css           |  7 +++++--
 html/index.php                     |  2 +-
 include/lib/inplace_edit.class.php |  2 +-
 include/template/detail-action.php |  2 +-
 5 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index a804b66..c6dbdbb 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -163,7 +163,6 @@ td.tool a.mtitle:hover {
     padding:0px;
     margin: 0px;
     font-size:12.16px;
-    font-size:0.77rem;
     float:right;
 }
 #module table,#module table tr,#module table td {
@@ -1453,6 +1452,22 @@ div#modele_op_div{
     border:1px solid #00008B;
     width: 80%;
 }
+ div#preference_div {
+     background-color:#e4e7ed;
+     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
+     font-family: 'SansationLight';
+     padding:0px;
+     margin:0px;
+     overflow:hidden;
+     z-index:3;
+     position:absolute;
+     border:1px solid #00008B;
+     top:32px;
+     top:2rem;
+     left:1%;
+     width:98%;
+ }
+
 @media (min-width:1200px)  {
     div.name  {
         display:block !important;/* position:absolute; */
@@ -3002,6 +3017,8 @@ li.li-active {
     color:navy !important;
     border:1px solid blue;
     margin:1px;
+    border-radius: 0px;
+    font-size: 95%;
 }
 #module .nav-pills a.nav-link:hover {
     background-color: navy !important;
@@ -3012,4 +3029,4 @@ li.li-active {
     background-color: #5d90cd !important;
     color:white !important;
     border: 0px solid black;
-}
\ No newline at end of file
+}
diff --git a/html/css/style-print.css b/html/css/style-print.css
index 7cc014c..edf188b 100644
--- a/html/css/style-print.css
+++ b/html/css/style-print.css
@@ -17,9 +17,12 @@ form {
         visibility: visible;
        }
 .noprint  {
-  display:none;
+  display:none !important;
+ }
+ #module {
+  display:none !important;
+     
  }
-
 .button, .smallbutton,.icon{
        display:none;
        }
diff --git a/html/index.php b/html/index.php
index c7d231c..f04f142 100644
--- a/html/index.php
+++ b/html/index.php
@@ -248,7 +248,7 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
                 endif;
                 ?>  
                 <div class="form-group  row  justify-content-center">
-                    <INPUT TYPE="SUBMIT"  class="button" style="width:91%" 
NAME="login" value="se connecter">
+                    <INPUT TYPE="SUBMIT"  class="button" 
style="width:91%;height:53px" NAME="login" value="se connecter">
                 </div>
 
             </form>
diff --git a/include/lib/inplace_edit.class.php 
b/include/lib/inplace_edit.class.php
index 5b224a3..4b9396f 100644
--- a/include/lib/inplace_edit.class.php
+++ b/include/lib/inplace_edit.class.php
@@ -113,7 +113,7 @@ EOF;
         $v=$this->input->get_value();
         $v=html_entity_decode($v);
          if ( $this->input instanceof ITextarea) {
-            echo '<span class="input_text" id="'.$this->input->id.'edit" >';
+           
             echo '<pre class="field_follow_up">';
             $v=(trim($v)=="")?$this->message:$v;
             echo $v;
diff --git a/include/template/detail-action.php 
b/include/template/detail-action.php
index f3769b8..f6c9906 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -1,6 +1,6 @@
 <?php
 require_once NOALYSS_INCLUDE."/class/follow_up_other_concerned.class.php";
-
+if ( DEBUGNOALYSS > 1 ){ echo __DIR__."/".__FILE__;}
 //This file is part of NOALYSS and is under GPL 
 //see licence.txt
 $uniq=uniqid("tab",TRUE);



reply via email to

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