noalyss-commit
[Top][All Lists]
Advanced

[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?>%



reply via email to

[Prev in Thread] Current Thread [Next in Thread]