From f188d5addb0c223cbd1344479184b054d39d450b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Sep 2022 21:23:57 +0200 Subject: [PATCH] css --- htdocs/ecm/file_card.php | 2 +- htdocs/theme/eldy/global.inc.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/ecm/file_card.php b/htdocs/ecm/file_card.php index f55ad4061a4..1b572e44eb8 100644 --- a/htdocs/ecm/file_card.php +++ b/htdocs/ecm/file_card.php @@ -342,7 +342,7 @@ $rellink .= '&file='.urlencode($filepath); $fulllink = $urlwithroot.$rellink; print img_picto('', 'globe').' '; if ($action != 'edit') { - print ''; + print ''; } else { print $fulllink; } diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 74c4e866008..1fe1989b865 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -714,6 +714,9 @@ th .button { .quatrevingtpercent, .inputsearch { width: 80%; } +.maxquatrevingtpercent { + max-width: 80%; +} .soixantepercent { width: 60%; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index c87c9a18e2f..be4ffccd83d 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -872,6 +872,9 @@ th .button { .quatrevingtpercent, .inputsearch { width: 80%; } +.maxquatrevingtpercent { + max-width: 80%; +} .soixantepercent { width: 60%; }