diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 06c2b7d1..994555b1 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -44,6 +44,10 @@ body.selfservice { background: #fffde2; } +body.admin { + padding: 10px; +} + .defaultBackground { background: #F5F5F5 !important; } @@ -157,7 +161,19 @@ table.lamHeader { background-image: url(lam-images/headerLine.png); padding: 0px; height: 35px; - margin: 0px; +} + +table.lamTop { + background-image: url(lam-images/headerLine.png); + padding: 0px; + height: 35px; + width: 100%; + border-width: 0px; +} + +table.lamTop td { + padding: 1px; + vertical-align: "bottom"; } /* table preferences */ diff --git a/lam/templates/config/index.php b/lam/templates/config/index.php index 31f9677f..a8bff2b4 100644 --- a/lam/templates/config/index.php +++ b/lam/templates/config/index.php @@ -45,11 +45,14 @@ echo $_SESSION['header']; ?> + <?php echo _("Configuration overview"); ?> + + - - + +
-
+