From 635917d0e628286ccbe28d38afaf4819146314a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Dec 2017 21:33:45 +0100 Subject: [PATCH] CSS --- htdocs/projet/list.php | 2 ++ htdocs/projet/tasks/list.php | 2 ++ htdocs/theme/eldy/style.css.php | 2 +- htdocs/theme/md/style.css.php | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index b38fb76d482..254955a4b27 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -407,12 +407,14 @@ print ''; print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_project', 0, '', '', $limit); // Show description of content +print '
'; if ($search_project_user == $user->id) print $langs->trans("MyProjectsDesc").'

'; else { if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("ProjectsDesc").'

'; else print $langs->trans("ProjectsPublicDesc").'

'; } +print '
'; $topicmail="Information"; $modelmail="project"; diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php index 46b3c04a724..6ad2e51425f 100644 --- a/htdocs/projet/tasks/list.php +++ b/htdocs/projet/tasks/list.php @@ -405,12 +405,14 @@ print ''; print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_project', 0, '', '', $limit); // Show description of content +print '
'; if ($search_task_user == $user->id) print $langs->trans("MyTasksDesc").'

'; else { if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("TasksOnProjectsDesc").'

'; else print $langs->trans("TasksOnProjectsPublicDesc").'

'; } +print '
'; $topicmail="Information"; $modelmail="task"; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 08beafb3049..e398a5c5aca 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -790,7 +790,7 @@ ul.attendees li { min-height: 0.01%; } .div-table-responsive { - line-height: 100%; + line-height: 120%; } /* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */ div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4c185961980..4d040fc67a8 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -794,7 +794,7 @@ input > ul.attendees { min-height: 0.01%; } .div-table-responsive { - line-height: 100%; + line-height: 120%; } /* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */ div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {