noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/17: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/17: Cosmetic
Date: Mon, 31 Oct 2022 12:53:38 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0759f8e2f6eaa9c2cdc636a70c3a4b978e5c02bd
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Oct 19 17:56:38 2022 +0200

    Cosmetic
---
 html/css/style-classic7.css                   | 19 ++++++++++++++++---
 include/template/acc_operation_note-input.php |  2 +-
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 7eff87451..9e1bdcfea 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -71,7 +71,7 @@ table.sortable td, table.table_large td, table.result  
td,table.resultfooter td
         border: 1px solid lightblue;
 }
 table.sortable th,  table.table_large th,table.result th {
-    font-weight:bold;
+
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
     font-family: 'OpenSansRegular';
     border-bottom:2px #5d90cd groove;
@@ -79,7 +79,7 @@ table.sortable th,  table.table_large th,table.result th {
 
     color:#0C106D;
     text-align: left;
-    font-style: italic;
+    font-style: normal;
 
 }
 h2.title {
@@ -3237,4 +3237,17 @@ li.li-active {
 
     }
 }
-/**========*/
+/**========* Highlight the sorted column ****/
+ /**========*/
+ .sorttable_sorted_reverse {
+     color: #5e5a55 !important;
+     font-style: italic !important;
+ }
+
+ /**========*/
+ .sorttable_sorted  {
+     color: #5e5a55 !important;
+     font-style: italic !important;
+
+ }
+
diff --git a/include/template/acc_operation_note-input.php 
b/include/template/acc_operation_note-input.php
index 17efd9ad7..2860e8e10 100644
--- a/include/template/acc_operation_note-input.php
+++ b/include/template/acc_operation_note-input.php
@@ -26,7 +26,7 @@
 <div class="inner_box" style="display:none;width:40em" id="jrn_note_div">
 <?=\HtmlInput::title_box(_("Note"),"jrn_note_div","hide")?>
 
-<textarea id="jrn_note_input" name= "jrn_note_input" class="input_text" 
cols="60" rows="7"><?=$p_current?></textarea>
+<textarea id="jrn_note_input" name= "jrn_note_input" class="input_text" 
cols="60" rows="7" style="margin:0.6em"><?=$p_current?></textarea>
 <ul class="aligned-block">
     <li>
         <?=HtmlInput::button_hide("jrn_note_div")?>



reply via email to

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