mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +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 $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>';
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user