Debug v20

This commit is contained in:
Laurent Destailleur
2024-07-24 03:10:49 +02:00
parent b9a8285503
commit 0fe2bc7c2e
3 changed files with 30 additions and 1 deletions

View File

@@ -6273,7 +6273,7 @@ function print_barre_liste($title, $page, $file, $options = '', $sortfield = '',
print '<div class="titre inline-block">';
print $title; // $title may contains HTML
if (!empty($title) && $savtotalnboflines >= 0 && (string) $savtotalnboflines != '') {
print '<span class="opacitymedium colorblack paddingleft">('.$totalnboflines.')</span>';
print '<span class="opacitymedium colorblack paddingleft totalnboflines">('.$totalnboflines.')</span>';
}
print '</div></td>';

View File

@@ -613,6 +613,10 @@ input.pageplusone {
.colorblack {
color: var(--colorblack);
}
.colorblack.totalnboflines {
font-size: 90%;
opacity: 0.5;
}
.fontsizeunset {
font-size: unset !important;
}
@@ -5949,6 +5953,10 @@ div.jPicker table.jPicker {
padding-right: 20px;
padding-left: 20px;
}
table.jPicker tr:first-of-type td {
height: 2px !important;
line-height: 2px;
}
.jPicker .Move {
background: unset !important;
border: unset !important;
@@ -5976,6 +5984,13 @@ table.jPicker {
.jPicker td.Text {
white-space: nowrap;
}
.jPicker td.Text input {
height: 1em !important;
}
.jPicker .Preview div {
height: 36px !important;
}
A.color, A.color:active, A.color:visited {
position : relative;
display : block;

View File

@@ -807,6 +807,10 @@ input.pageplusone, .divadvancedsearchfieldcompinput {
.colorblack {
color: var(--colorblack);
}
.colorblack.totalnboflines {
font-size: 95%;
opacity: 0.5;
}
.fontsizeunset {
font-size: unset !important;
}
@@ -5940,6 +5944,10 @@ div.jPicker table.jPicker {
padding-right: 20px;
padding-left: 20px;
}
table.jPicker tr:first-of-type td {
height: 2px !important;
line-height: 2px;
}
.jPicker .Move {
background: unset !important;
border: unset !important;
@@ -5967,6 +5975,12 @@ table.jPicker {
.jPicker td.Text {
white-space: nowrap;
}
.jPicker td.Text input {
height: 1em !important;
}
.jPicker .Preview div {
height: 36px !important;
}
A.color, A.color:active, A.color:visited {
position : relative;