From 5c6988eea2f517a0f1d35487720599f29cc57ece Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 27 Aug 2016 15:56:23 +0200 Subject: [PATCH] responsive design --- lam/style/500_layout.css | 18 +++++++++++++++++- lam/templates/config/index.php | 9 ++++++--- 2 files changed, 23 insertions(+), 4 deletions(-) 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"); ?> + + - - + +
-
+