[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);
- [Noalyss-commit] [noalyss] 17/46: Task #0001595: CA - liste d'opérations - pas de choix de l'execice., (continued)
- [Noalyss-commit] [noalyss] 17/46: Task #0001595: CA - liste d'opérations - pas de choix de l'execice., Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 19/46: clean code : remove useless comment, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 20/46: New #0001983: CA - permettre désactivation poste, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 18/46: Bug: possible to set an empy name for an Analytic plan, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 21/46: Bug #0002011: Encodage opération – Verrouillage nombre de lignes si non vides, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 23/46: Task #0002014: Comptabilité analytique = export des pièces des opérations rapprochées, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 27/46: Task #0002014: Comptabilité analytique ordre par date Database_Core setter/getter for sql, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 24/46: Task #0001974: Duplication d'opération – Inclure l'intitulé, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 33/46: If database connx failed then reload the form, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 12/46: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 22/46: Cosmetic,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 26/46: Typo menu, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 28/46: Task #0002015: Export CSV depuis ANCGL : ajout de colonnes, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 29/46: Use autoload, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 31/46: Module decrease font-size, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 32/46: Code Cleaning #0002022: Utilisation d'un autoloader, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 35/46: Update Translation, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 36/46: get the output with transform2pdf in case it fails, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 41/46: Cosmetic #0002033: Alignement totaux + Trésorerie -> Financier/banque, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 42/46: Typo , debug information, jQuery available, Dany De Bontridder, 2021/07/13
- [Noalyss-commit] [noalyss] 43/46: check that g_user exists and not the g_theme, Dany De Bontridder, 2021/07/13