aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/template/yoga/footer.tpl7
-rw-r--r--admin/template/yoga/theme/admin/theme.css2
2 files changed, 7 insertions, 2 deletions
diff --git a/admin/template/yoga/footer.tpl b/admin/template/yoga/footer.tpl
index 56677dcfb..73c3dd9a1 100644
--- a/admin/template/yoga/footer.tpl
+++ b/admin/template/yoga/footer.tpl
@@ -32,9 +32,14 @@
{$v}
{/foreach}
{/if}
+{if isset($debug.QUERIES_LIST)}
+<div id="debug">
+{$debug.QUERIES_LIST}
+</div>
</div> <!-- the_page -->
-{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
+
+{/if}
</div>
</body>
</html> \ No newline at end of file
diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css
index 5d326c984..4813104c2 100644
--- a/admin/template/yoga/theme/admin/theme.css
+++ b/admin/template/yoga/theme/admin/theme.css
@@ -112,7 +112,7 @@ color: #F36; }
background:transparent url(images/inactive_tab_letters.png) no-repeat scroll left 0px; }
.tabsheet a:hover span, .tabsheet li.selected_tab a span {
background:transparent url(images/active_tab_letters.png) no-repeat scroll left 0px; }
-
+#debug { margin-left:248px; font-size:12px; }
/* menubar is on all admin pages => No specific css file */
#menubar {
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;