This commit is contained in:
sparkyx 2022-10-19 17:56:38 +02:00
parent e06cf203de
commit 0759f8e2f6
2 changed files with 17 additions and 4 deletions

View file

@ -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;
}

View file

@ -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")?>