From b52deb94d49f0d85ab9309dac005493c49c69b82 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Dec 2019 13:25:58 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 4 +++- htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index cfcbb7bd502..9cd5a8efd3a 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3605,7 +3605,9 @@ label.radioprivate { .photowithmargin { margin-bottom: 2px; margin-top: 10px; - margin-right: 10px; +} +div.divphotoref > a > .photowithmargin { /* Margin right for photo not inside a div.photoref frame only */ + margin-right: 15px; } .photowithborder { border: 1px solid #f0f0f0; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 17433b71323..2df7fd86042 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3722,6 +3722,9 @@ label.radioprivate { margin-bottom: 2px; margin-top: 2px; } +div.divphotoref > a > .photowithmargin { /* Margin right for photo not inside a div.photoref frame only */ + margin-right: 15px; +} .photowithborder { border: 1px solid #f0f0f0; }