From d722db70457ffb0bf85d56dbff4b703d9600e9b5 Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Fri, 25 May 2012 21:19:22 +0000 Subject: [PATCH] Refs #3011 minor css changes git-svn-id: http://dev.piwik.org/svn/trunk@6316 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Dashboard/templates/header.tpl | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl index c49436fdeb..f6f8716f27 100644 --- a/plugins/Dashboard/templates/header.tpl +++ b/plugins/Dashboard/templates/header.tpl @@ -3,14 +3,25 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> +<title>{'General_Dashboard'|translate} - {'CoreHome_WebAnalyticsReports'|translate}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> {loadJavascriptTranslations plugins='CoreHome Dashboard'} {include file="CoreHome/templates/js_global_variables.tpl"} {include file="CoreHome/templates/js_css_includes.tpl"} {literal} <style type="text/css"> + body { + padding-left:7px; + } #dashboard { margin: 30px -6px 0 -12px; + width: 100%; + padding-top:8px; + } + #menuHead { + position: absolute; + top: 0; + padding: 7px 0 0 2px; } #Dashboard { @@ -66,13 +77,6 @@ margin-left: 0; margin-right: 10px; } - - #menuHead { - position: absolute; - top: 0; - padding: 3px 0 0 3px; - } - .jqplock-seriespicker-popover { top: 0; } -- GitLab