diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 54c8ae3ad3e..faa576dd637 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -6273,7 +6273,7 @@ function print_barre_liste($title, $page, $file, $options = '', $sortfield = '', print '
'; print $title; // $title may contains HTML if (!empty($title) && $savtotalnboflines >= 0 && (string) $savtotalnboflines != '') { - print '('.$totalnboflines.')'; + print '('.$totalnboflines.')'; } print '
'; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index acee6586460..8716cb3fcd0 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -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; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 499837ea7bf..582de5cfb7b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -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;