';
// 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;
}
|