diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 321ea6e53da..f6901f2e16e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -670,6 +670,10 @@ td.photo { } */ +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 8e485ebe940..b0b774f5ca1 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -653,6 +653,10 @@ td.photo { border-width: 0 !important; } +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 46fc8a005d7..695ca137ecb 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -530,6 +530,10 @@ td.photo { border-width: 0 !important; } +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index c0fd61b8a98..f9d44bd90f6 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -524,6 +524,10 @@ td.photo { border-width: 0 !important; } +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */