From caa24e1a68722e2e2afa77e1484c59ddfdb5ce9d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Oct 2017 12:34:53 +0200 Subject: [PATCH] Fix width of tooltips --- htdocs/theme/eldy/style.css.php | 4 +++- htdocs/theme/md/style.css.php | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 02f2eb0a4ad..d861b78d4b4 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3287,8 +3287,10 @@ table.valid { z-index: 3000; } +div.ui-tooltip { + max-width: px !important; +} .mytooltip { - width: px; border-top: solid 1px #BBBBBB; border-: solid 1px #BBBBBB; border-: solid 1px #444444; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index b94bdcf501e..1dafc3378ef 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3381,6 +3381,10 @@ table.valid { z-index: 3000; } +div.ui-tooltip { + max-width: px !important; +} + .mytooltip { width: px; border-top: solid 1px #BBBBBB;