[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 11/11: Cosmetic
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 11/11: Cosmetic |
Date: |
Wed, 31 Mar 2021 13:07:09 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit eba54135e6b50cbd446b60ef50d26f669fad5543
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Mar 31 19:06:43 2021 +0200
Cosmetic
---
html/css/style-classic7.css | 35 ++++++++++++++++++++++-------------
include/lib/html_input.class.php | 2 +-
include/lib/icon_action.class.php | 4 ++--
3 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 4afe5ab..d127470 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -209,10 +209,29 @@ div.content{
font-size:1rem;
}
-@media only screen and (max-width:1280px) {
- div.content {
+div.content {
font-size:90%;
}
+/* SM */
+@media (min-width: 576px) {
+
+}
+/* MD */
+@media (min-width: 768px) {
+div.content {
+ font-size:100%;
+ }
+}
+/* LG */
+@media (min-width: 992px) {
+
+}
+/* XL */
+@media (min-width: 1200px) {
+
+}
+/**========*/
+@media only screen and (max-width:1280px) {
}
table.document {
color:#0000FF;
@@ -1407,8 +1426,6 @@ div.name {
div#modele_op_div{
display: none;
background-color:#e4e7ed;
- font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
- font-family: 'SansationLight';
padding:0px;
margin:0px;
overflow:hidden;
@@ -1427,8 +1444,6 @@ div#modele_op_div{
div#modele_op_div{
display: none;
background-color:#e4e7ed;
- font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
- font-family: 'SansationLight';
padding:0px;
margin:0px;
overflow:hidden;
@@ -2053,11 +2068,7 @@ td.box {
.smoke {
text-align: center;
- background-color: #DCE1EF;
- font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
- font-family: 'SansationLight';
-
- padding:2px;
+ background-color: white;
margin:0px;
overflow:hidden;
z-index:3;
@@ -2067,8 +2078,6 @@ td.box {
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
-font-size:14.4px;
-font-size:0.90rem;
width: 85%;
}
.dialog-buttons button:hover{
diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index f8810fa..875fae9 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -861,7 +861,7 @@ class HtmlInput
}
elseif ($p_mod=='hide')
{
- $r.=Icon_Action::hide("#xe816;", "$('$p_div').hide();$p_js");
+ $r.=Icon_Action::hide("", "$('$p_div').hide();$p_js");
}
elseif ($p_mod=='custom')
{
diff --git a/include/lib/icon_action.class.php
b/include/lib/icon_action.class.php
index d3ee726..f5d18ea 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -160,7 +160,7 @@ class Icon_Action
$p_div);
return $r;
}
-
+
/**
* Display a icon for fix or move a div
* @param string $p_div id of the div to fix/move
@@ -211,7 +211,7 @@ class Icon_Action
static function hide($action, $javascript)
{
$r='';
- $r.='<span id="hide" style="font-size:150%" class="icon"
onclick="'.$javascript.'">'.$action.'</span>';
+ $r.='<span id="hide" style="" class="icon text-danger"
onclick="'.$javascript.'">'.$action.'</span>';
return $r;
}
/**
- [Noalyss-commit] [noalyss] 02/11: Harden security, (continued)
- [Noalyss-commit] [noalyss] 02/11: Harden security, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 03/11: calcy , bug position divide by 2 on certain circumstances, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 05/11: Esthestic Bug Forecast if there is no category do not show the save btn, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 06/11: 0001923: TAG : Date de paiement BALISE DATE_PAID, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 07/11: Task #0001928: Export ANC/ANCIMP/ANCHOP, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 08/11: Set version 9.0, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 09/11: Bug #1838 Souci décimales ventilation CA si automatique, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 04/11: Code #0001905: Champ pour Registre des Personnes Morales (RPM) Réécriture complete de COMPANY , ajout libres de paramètres, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 10/11: Improve #0001825: Détail opération : mise à jour date + logo 9, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 01/11: Task #0001735: Standardiser icone, Dany De Bontridder, 2021/03/31
- [Noalyss-commit] [noalyss] 11/11: Cosmetic,
Dany De Bontridder <=