[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 25/86: Cosmetic add inner_box2
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 25/86: Cosmetic add inner_box2 |
Date: |
Thu, 19 Sep 2024 02:41:50 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 64e8fe36755374685ec467810ee1d1fcb10a762a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Sep 3 19:28:32 2024 +0200
Cosmetic add inner_box2
---
html/css/style-classic7.css | 52 +++++++++++++++++++++++++++++++++++++++------
html/js/acc_ledger.js | 4 ++--
html/js/card.js | 4 ++--
html/js/gestion.js | 2 +-
4 files changed, 50 insertions(+), 12 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 64c6e00fa..0c05d21e2 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1060,7 +1060,7 @@ div.inner_box {
overflow:hidden;
z-index:3;
position:absolute;
-
+ border-radius: 0px;
border:1px solid #00008B;
-moz-box-shadow: 10px 10px 5px #888;
box-shadow: 15px 15px 15px #888;
@@ -1069,24 +1069,55 @@ div.inner_box {
width: 100%;
left:0px ;
}
+ div.inner_box2 {
+ background-color: #DCE1EF;
+ font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
+ font-family: 'OpenSansRegular';
+ /*! font-family: 'SansationLight'; */
+ /*! padding:2px; */
+ margin:0px;
+ overflow:hidden;
+ z-index:3;
+ position:absolute;
+ border-radius: 0px;
+ border:1px solid #00008B;
+ -moz-box-shadow: 10px 10px 5px #888;
+ box-shadow: 15px 15px 15px #888;
+ font-size:14.4px;
+ font-size:0.9rem;
+ width: 50%;
+ left:22% ;
+ }
/* SM */
@media (max-width: 576px) {
- div.inner_box {
+ div.inner_box,div.inner_box2 {
width: 100%;
left:0px !important ;
+ border-radius: 0px;
}
}
/* MD */
@media (min-width: 768px) {
- div.inner_box {
+ div.inner_box{
width: 100%;
left:0px ;
+ border-radius: 0px;
+ }
+ div.inner_box2 {
+ width: 75%;
+ left:5% ;
+ border-radius: 0px;
}
}
/* LG */
-@media (max-width: 992px) {
- div.inner_box {
- left:0px !important;
+@media (min-width: 992px) {
+ div.inner_box {
+ left:0px;
+ border-radius: 7px;
+ }
+ div.inner_box2 {
+ width: 75%;
+ left:5% ;
border-radius: 7px;
}
}
@@ -1097,8 +1128,15 @@ div.inner_box {
left:5%;
/*! margin-bottom: 2%; */
padding-bottom: 10px;
- border-radius: 10px;
+ border-radius: 10px;
+ border-radius: 7px;
}
+ div.inner_box2{
+ width: 50%;
+ left: 20%;
+ padding-bottom: 10px;
+ border-radius: 7px;
+ }
}
/***********************************************************************************/
div.op_detail_title {
diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index d69d0bf80..c4891fa53 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -1476,7 +1476,7 @@ function manage_search_filter(p_obj) {
var y = calcy(200)
create_div({
'id': 'boxfilter' + p_obj.div,
- 'cssclass': 'inner_box',
+ 'cssclass': 'inner_box2',
'html': req.responseText,
'style': 'top:' + y + 'px;left:' + x +
'px;position:absolute;width:400px',
drag: 1
@@ -1685,7 +1685,7 @@ function
display_list_filter(p_dossier,access_code,ledger_type)
try {
var posy=calcy(250)
var div = create_div({"id":"display_list_filter_div",
- 'cssclass': "inner_box", 'style':
'width:90%,right:5%;top:'+posy+"px"});
+ 'cssclass': "inner_box2", 'style':
'right:5%;top:'+posy+"px"});
div.update(responseHtml.responseText);
div.show();
}catch (e) {
diff --git a/html/js/card.js b/html/js/card.js
index a61b4cd29..c3e17db9a 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -606,9 +606,9 @@ function fill_ipopcard(obj)
}
var str_top="top:"+calcy(nTop)+"px";
- var str_style=str_top+";width:45em;height:auto;position:absolute";
+ var str_style=str_top+";height:auto;position:absolute";
waiting_box();
- var popup={'id':
content,'cssclass':'inner_box','style':str_style,'html':"",'drag':false};
+ var popup={'id':
content,'cssclass':'inner_box2','style':str_style,'html':"",'drag':false};
add_div(popup);
var dossier=$('gDossier').value;
diff --git a/html/js/gestion.js b/html/js/gestion.js
index d12f81693..a763b622a 100644
--- a/html/js/gestion.js
+++ b/html/js/gestion.js
@@ -423,7 +423,7 @@ function list_filter_followup(p_dossier,access_code)
{
var posy=calcy(250)
var div = create_div({"id":"filter_followup_id",
- 'cssclass': "inner_box", 'style':
'width:90%,right:5%;top:'+posy+"px"});
+ 'cssclass': "inner_box2", 'style':
'top:'+posy+"px"});
div.update(responseHtml.responseText);
div.show();
}
- [Noalyss-commit] [noalyss] 81/86: Cosmetic : menu and module , animate, (continued)
- [Noalyss-commit] [noalyss] 81/86: Cosmetic : menu and module , animate, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 86/86: Cosmetic g_failed, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 18/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 47/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 08/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 54/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 52/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 21/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 45/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 38/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 25/86: Cosmetic add inner_box2,
dwm <=
- [Noalyss-commit] [noalyss] 36/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 39/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 17/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 44/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 48/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 64/86: Merge branch '240903-cosmetic-saved-search' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 67/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 69/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 77/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 51/86: Translation, dwm, 2024/09/19