From caf809c87e7ec68e2df8ceadb021ae3467ba97c1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 2 Sep 2019 18:05:05 +0200 Subject: [PATCH] responsive update --- lam/lib/modules.inc | 6 +++--- lam/style/500_layout.css | 9 +++++++++ lam/style/responsive/120_lam.css | 4 ++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 66f917be..071b5790 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1080,12 +1080,12 @@ class accountContainer { parseHtml(null, $titleBarDiv, array(), false, $tabindex, $this->type->getScope()); echo '
'; - echo ''; + echo '
'; echo '
'; // tab menu $this->printModuleTabs(); - echo ''; - echo "
\n"; + echo '
'; + echo "
\n"; // content area // display html-code from modules $return = call_user_func(array($this->module[$this->order[$this->current_page]], 'display_html_'.$this->subpage)); diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 26333191..a07e57a2 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -163,6 +163,11 @@ textarea { margin-top: 0px; } +.noMarginSides { + margin-right: 0px; + margin-left: 0px; +} + .padding0 { padding: 0em !important; } @@ -269,6 +274,10 @@ table.collapse { text-align: center; } +.div-center { + margin: 0 auto; +} + .bold { font-weight: bold; } diff --git a/lam/style/responsive/120_lam.css b/lam/style/responsive/120_lam.css index 448e7e18..597b1cbf 100644 --- a/lam/style/responsive/120_lam.css +++ b/lam/style/responsive/120_lam.css @@ -74,6 +74,10 @@ table.padding5 td { max-width: none; } +.module-content-row>.row { + max-width: 80rem; +} + select.auto-width { width: auto; }