From 50bd0302b615f4ce33e57c27942350ee15b6eb5b Mon Sep 17 00:00:00 2001 From: BNoiZe Date: Wed, 4 Dec 2013 21:39:56 +0100 Subject: [PATCH] fixed scrolling in phpinfo(), various layoutfixes --- templates/Sparkle/admin/settings/phpinfo.tpl | 2 +- .../Sparkle/admin/templates/templates.tpl | 2 ++ .../admin/templates/templates_add_1.tpl | 21 ++++++++++++------- templates/Sparkle/assets/js/main.js | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/templates/Sparkle/admin/settings/phpinfo.tpl b/templates/Sparkle/admin/settings/phpinfo.tpl index 56d3c183..f4af8a71 100644 --- a/templates/Sparkle/admin/settings/phpinfo.tpl +++ b/templates/Sparkle/admin/settings/phpinfo.tpl @@ -7,7 +7,7 @@ $header -
+
{$phpinfo}
diff --git a/templates/Sparkle/admin/templates/templates.tpl b/templates/Sparkle/admin/templates/templates.tpl index 61657d65..de494212 100644 --- a/templates/Sparkle/admin/templates/templates.tpl +++ b/templates/Sparkle/admin/templates/templates.tpl @@ -31,6 +31,8 @@ $header
+
+

diff --git a/templates/Sparkle/admin/templates/templates_add_1.tpl b/templates/Sparkle/admin/templates/templates_add_1.tpl index 8a2059af..d4344ec6 100644 --- a/templates/Sparkle/admin/templates/templates_add_1.tpl +++ b/templates/Sparkle/admin/templates/templates_add_1.tpl @@ -10,18 +10,23 @@ $header
- Froxlor - {$lng['menue']['main']['changelanguage']} -

-   - -

-

+ Froxlor - {$lng['menue']['main']['changelanguage']} - -

+ + + + + + + + + + + +
diff --git a/templates/Sparkle/assets/js/main.js b/templates/Sparkle/assets/js/main.js index c90e18bc..be9d05c5 100644 --- a/templates/Sparkle/assets/js/main.js +++ b/templates/Sparkle/assets/js/main.js @@ -38,7 +38,7 @@ $(document).ready(function() { var snheight = $('#sidenavigation').height(); var mainheight = $('#maincontent').height(); if (snheight > mainheight) { - $('#maincontent').height(snheight - 60); + $('#maincontent').height(snheight); } // this is necessary for the special setting feature (ref #1010)