[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 70/86: Cosmetic
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 70/86: Cosmetic |
Date: |
Thu, 19 Sep 2024 02:42:02 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 62bf9622c3cdd2dda60341ad1bf245708a27559f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Sep 15 15:33:30 2024 +0200
Cosmetic
---
html/css/style-classic7.css | 16 ++++++++++++++--
include/tax_summary.inc.php | 1 +
include/template/tax_summary_display.php | 4 ++--
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index f3b19a089..22d96b82d 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1472,7 +1472,7 @@ h2.title {
padding-top: 9px;
margin-top: 0px;
padding-bottom: 2px;
- background-color: #023575;
+ background-color: #023575 !important;
font-size: 1.1rem;
height: 40px;
vertical-align: middle;
@@ -3636,4 +3636,16 @@ div.widget-full_size {
60% {transform:rotateY(-90deg);}
}
- div.row.odd.hover:hover,div.row.even.hover:hover { background-color:
var(--hover) !important; }
\ No newline at end of file
+ div.row.odd.hover:hover,div.row.even.hover:hover { background-color:
var(--hover) !important; }
+h2 {
+
+ color: navy;
+ background-color: #b2d3d929 !important;
+ border: solid 1px navy;
+}
+.super {
+ font-variant-caps: all-small-caps;
+ font-family: arial;
+ font-size: 80%;
+ vertical-align: super;
+}
diff --git a/include/tax_summary.inc.php b/include/tax_summary.inc.php
index 7f0b67bcb..8230928d4 100644
--- a/include/tax_summary.inc.php
+++ b/include/tax_summary.inc.php
@@ -63,6 +63,7 @@ if ( $http->get("do","string","no") == "display")
echo '<span class="warning">';
echo $e->getMessage();
echo '</span>';
+ throw $e;
}
echo '<ul class="aligned-block">';
diff --git a/include/template/tax_summary_display.php
b/include/template/tax_summary_display.php
index 11a6640b6..22fadc321 100644
--- a/include/template/tax_summary_display.php
+++ b/include/template/tax_summary_display.php
@@ -76,7 +76,7 @@ for ($i=0;$i < $nb_array;$i++):
// add a link to see the detail in ajax : ajax_ledger.php
$js_detail = $this->build_link_detail($dossier_id, $this->date_start,
$this->date_end,$array[$i]['jrn_def_id'], $array[$i]['qs_vat_code']);
?>
- <a href="javascript:void(0)" onclick="<?=$js_detail?>">Détails</a>
+ <a href="javascript:void(0)" class="super"
onclick="<?=$js_detail?>">Détails</a>
</td>
<td class="num">
<?=$array[$i]['tva_rate']*100?>%
@@ -235,7 +235,7 @@ for ($i=0;$i < $nb_array;$i++):
// add a link to see the detail in ajax : ajax_ledger.php
$js_detail = $this->build_link_detail($dossier_id,
$this->date_start, $this->date_end,$array[$i]['jrn_def_id'],
$array[$i]['qp_vat_code']);
?>
- <a href="javascript:void(0)" onclick="<?=$js_detail?>">Détails</a>
+ <a href="javascript:void(0)" onclick="<?=$js_detail?>"
class="super" >Détails</a>
</td>
<td>
<?=$array[$i]['tva_rate']*100?>%
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover, (continued)
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 33/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 37/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 49/86: Improve message, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 55/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 57/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 50/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 63/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 70/86: Cosmetic,
dwm <=
- [Noalyss-commit] [noalyss] 82/86: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 83/86: Change color border, dwm, 2024/09/19
- [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