[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 37/73: Cosmetic improve smoke dg box
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 37/73: Cosmetic improve smoke dg box |
Date: |
Fri, 28 May 2021 05:26:33 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 855577d2a032e2c6432667a1de3f7b0e8c3491d0
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Apr 24 10:56:10 2021 +0200
Cosmetic improve smoke dg box
---
html/css/style-classic7.css | 17 ++++++++++-------
html/js/managetable.js | 2 +-
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 8a9bed6..691fee5 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -135,7 +135,7 @@ td.tool a.mtitle {
/*! color: #0000FF; */
height: 100%;
width: 100%;
-
+ font-size:0.8rem;
/*! color: orange; */
}
td.tool a.mtitle:hover {
@@ -303,6 +303,7 @@ td.mtitle a.mtitle {
height:42px;
padding:4px 0px 0px 0px;
border-radius:6px;
+ font-size:0.9rem;
}
@media only screen and (max-width:1280px) {
td.mtitle a.mtitle {
@@ -402,7 +403,7 @@ td.selectedcell a.mtitle,div.content td.selectedcell
a.mtitle {
color:white;
/*! height: 100%; */
/*! width: 100%; */
- font-size: 1rem;
+ font-size: 0.9rem;
font-weight: normal;
}
a.dossier {
@@ -2056,6 +2057,7 @@ td.box {
width: 40%;
left: 50%;
margin-left: -20%;
+ border-radius:7px;
}
.dialog-prompt {
@@ -2069,7 +2071,7 @@ td.box {
.smoke {
text-align: center;
- background-color: white;
+ background-color: #DCE1EF;
margin:0px;
overflow:hidden;
z-index:3;
@@ -2087,13 +2089,13 @@ width: 85%;
}
.dialog-title {
- background: lightgray;
+ background: transparent;
padding: 5px;
color: black;
font-weight:700;
font-size:110%;
border: 1px edge blue;
- border-bottom: outset 1px darkgray;
+ border-bottom: groove 2px white;
color:#665757;
}
.dialog-buttons button {
@@ -2139,7 +2141,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ffffff', end
border: 1px solid #aaa;
width: 75%;
display: inline-block;
- background-color: transparent;
+ background-color: white;
font-size: 16px;
padding: 8px;
}
@@ -2147,7 +2149,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ffffff', end
.smoke-base .dialog-inner {
padding: 15px;
- color:#202020;
+ color:#1a0777;
}
button.cancel {
@@ -2355,6 +2357,7 @@ div.menu2 td.mtitle, div.menu2 td.mtitle a{
height:40px;
border-radius: 4px 4px 4px 4px;
/*! padding: 5px; */
+ font-size: 0.9rem;
}
div.menu2 td.mtitle a{
border-width:0px;
diff --git a/html/js/managetable.js b/html/js/managetable.js
index 5d8081b..902816e 100644
--- a/html/js/managetable.js
+++ b/html/js/managetable.js
@@ -373,7 +373,7 @@ var ManageTable = function (p_table_name)
$(obj.id).setStyle(here.mt_style);
remove_waiting_box();
$(obj.id).update(x['html']);
-
Effect.SlideDown(obj.id,{duration:0.3,scaleX:true,scaleY:true,scaleContent:false});
+
Effect.SlideDown(obj.id,{duration:0.3,scaleX:false,scaleY:true,scaleContent:false});
} catch (e) {
smoke.alert(content[48] + e.message);
}
- [Noalyss-commit] [noalyss] 17/73: Cosmetic :, (continued)
- [Noalyss-commit] [noalyss] 17/73: Cosmetic :, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 14/73: Cosmetic bg color tabs, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 42/73: Cosmetic : position of "invoice, template , ..." after saving an operation, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 43/73: Improve Manage_Table : align column numeric to the right by default, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 18/73: Direct Access with a Single AC (without the full path), Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 30/73: Historic : search on currency, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 26/73: Cosmetic : select_box for javascript , display the selected option, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 25/73: Cosmetic : icon in dialog box, lightblue when hover, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 46/73: Improve Sort Table ,, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 27/73: Javascript : waiting box display when exporting in PDF or CSV, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 37/73: Cosmetic improve smoke dg box,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 39/73: Bug #0001971: erreur calcul dans champ prix/unité htva, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 06/73: Cosmetic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 08/73: Warning if PHPVERSION < 7.2, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 10/73: Cosmetic : update fontello, button inplace_edit, doc, logo and dashboad, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 16/73: Currency : add a check , upgrade version of DB, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 24/73: Bug Select_Box = problem with DIV id, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 29/73: Cosmetic : display properly currency in detail operation, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 34/73: javascript : test and improve cosmetic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 36/73: improve captcha, replace the global variable by a "DEFINE" constant, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 41/73: Cosmetic : Card History, Dany De Bontridder, 2021/05/28