mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
Debug v20
This commit is contained in:
@@ -6273,7 +6273,7 @@ function print_barre_liste($title, $page, $file, $options = '', $sortfield = '',
|
|||||||
print '<div class="titre inline-block">';
|
print '<div class="titre inline-block">';
|
||||||
print $title; // $title may contains HTML
|
print $title; // $title may contains HTML
|
||||||
if (!empty($title) && $savtotalnboflines >= 0 && (string) $savtotalnboflines != '') {
|
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>';
|
print '</div></td>';
|
||||||
|
|
||||||
|
|||||||
@@ -613,6 +613,10 @@ input.pageplusone {
|
|||||||
.colorblack {
|
.colorblack {
|
||||||
color: var(--colorblack);
|
color: var(--colorblack);
|
||||||
}
|
}
|
||||||
|
.colorblack.totalnboflines {
|
||||||
|
font-size: 90%;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
.fontsizeunset {
|
.fontsizeunset {
|
||||||
font-size: unset !important;
|
font-size: unset !important;
|
||||||
}
|
}
|
||||||
@@ -5949,6 +5953,10 @@ div.jPicker table.jPicker {
|
|||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
table.jPicker tr:first-of-type td {
|
||||||
|
height: 2px !important;
|
||||||
|
line-height: 2px;
|
||||||
|
}
|
||||||
.jPicker .Move {
|
.jPicker .Move {
|
||||||
background: unset !important;
|
background: unset !important;
|
||||||
border: unset !important;
|
border: unset !important;
|
||||||
@@ -5976,6 +5984,13 @@ table.jPicker {
|
|||||||
.jPicker td.Text {
|
.jPicker td.Text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.jPicker td.Text input {
|
||||||
|
height: 1em !important;
|
||||||
|
}
|
||||||
|
.jPicker .Preview div {
|
||||||
|
height: 36px !important;
|
||||||
|
}
|
||||||
|
|
||||||
A.color, A.color:active, A.color:visited {
|
A.color, A.color:active, A.color:visited {
|
||||||
position : relative;
|
position : relative;
|
||||||
display : block;
|
display : block;
|
||||||
|
|||||||
@@ -807,6 +807,10 @@ input.pageplusone, .divadvancedsearchfieldcompinput {
|
|||||||
.colorblack {
|
.colorblack {
|
||||||
color: var(--colorblack);
|
color: var(--colorblack);
|
||||||
}
|
}
|
||||||
|
.colorblack.totalnboflines {
|
||||||
|
font-size: 95%;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
.fontsizeunset {
|
.fontsizeunset {
|
||||||
font-size: unset !important;
|
font-size: unset !important;
|
||||||
}
|
}
|
||||||
@@ -5940,6 +5944,10 @@ div.jPicker table.jPicker {
|
|||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
table.jPicker tr:first-of-type td {
|
||||||
|
height: 2px !important;
|
||||||
|
line-height: 2px;
|
||||||
|
}
|
||||||
.jPicker .Move {
|
.jPicker .Move {
|
||||||
background: unset !important;
|
background: unset !important;
|
||||||
border: unset !important;
|
border: unset !important;
|
||||||
@@ -5967,6 +5975,12 @@ table.jPicker {
|
|||||||
.jPicker td.Text {
|
.jPicker td.Text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.jPicker td.Text input {
|
||||||
|
height: 1em !important;
|
||||||
|
}
|
||||||
|
.jPicker .Preview div {
|
||||||
|
height: 36px !important;
|
||||||
|
}
|
||||||
|
|
||||||
A.color, A.color:active, A.color:visited {
|
A.color, A.color:active, A.color:visited {
|
||||||
position : relative;
|
position : relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user