From c2c4401beab26015c8eb0deecd4042439868cc4f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 12 Aug 2022 17:31:47 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 7 +++++++ htdocs/theme/md/style.css.php | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index f3287de4159..90cc6b420f8 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -865,6 +865,13 @@ textarea.centpercent { .marginright2 { margin-: 2px; } +.nomarginleft { + margin-: unset; +} +.nomarginright { + margin-: unset; +} + .cursordefault { cursor: default; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 975a7d4bb04..f1c314426a2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1001,6 +1001,12 @@ textarea.centpercent { .marginright2 { margin-: 2px; } +.nomarginleft { + margin-: unset; +} +.nomarginright { + margin-: unset; +} .paddingtop { padding-top: 4px; }