diff --git a/plugins/Overlay/templates/index.css b/plugins/Overlay/templates/index.css index 1224cd19ddc..495d669ad4e 100644 --- a/plugins/Overlay/templates/index.css +++ b/plugins/Overlay/templates/index.css @@ -12,18 +12,27 @@ body { } body #header { - margin-left: -12px; + margin-left: -6px; } body #logo { margin-top: 5px; } -body h1 { +a#Overlay_Title { + display: block; font-size: 15px; font-weight: normal; + color: #7e7363; + text-decoration: none; margin: -3px 0 0 0; padding: 0 0 0 5px; + vertical-align: text-bottom; +} + +#Overlay_Title img { + vertical-align: text-bottom; + margin-left: 4px; } #Overlay_DateRangeSelection { diff --git a/plugins/Overlay/templates/index.tpl b/plugins/Overlay/templates/index.tpl index e858aefa29d..9f7f348cbbe 100644 --- a/plugins/Overlay/templates/index.tpl +++ b/plugins/Overlay/templates/index.tpl @@ -1,5 +1,8 @@ {include file="CoreHome/templates/header.tpl"} -