Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-02-13 15:25:42 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-02-13 15:25:42 +0300
commitc49bb539c4100b742bdba8b837e53dcb694ea112 (patch)
treefd787e602ca37e55e70c1fde9aa5375ee2889a60 /plugins/Login
parent111f94acc3584e201a3df986750e416ded89c20e (diff)
refresh logo
git-svn-id: http://dev.piwik.org/svn/trunk@3884 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/header.tpl7
-rw-r--r--plugins/Login/templates/login.css11
2 files changed, 15 insertions, 3 deletions
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 82c1801bdb..67a1abb7eb 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -6,6 +6,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="plugins/Login/templates/login.css" />
+ <meta name="description" content="{'General_OpenSourceWebAnalytics'|translate|escape}" />
+
{if isset($enableFramedLogins) && !$enableFramedLogins}
{literal}
<style>body { display : none; }</style>
@@ -50,5 +52,8 @@
{/literal}
{/if}
<div id="logo">
- <a href="http://piwik.org" title="{$linkTitle}"><span class="h1"><span style="color: rgb(245, 223, 114);">P</span><span style="color: rgb(241, 175, 108);">i</span><span style="color: rgb(241, 117, 117);">w</span><span style="color: rgb(155, 106, 58);">i</span><span style="color: rgb(107, 50, 11);">k</span> <span class="description"># {'General_OpenSourceWebAnalytics'|translate}</span></span></a>
+ <a href="http://piwik.org" title="{$linkTitle}">
+ <img src='themes/default/images/logo.png' width='200' style='margin-right:20px'>
+ <div class="description"># {$linkTitle}</div>
+ </a>
</div>
diff --git a/plugins/Login/templates/login.css b/plugins/Login/templates/login.css
index db0e8c2ef2..0d796aca05 100644
--- a/plugins/Login/templates/login.css
+++ b/plugins/Login/templates/login.css
@@ -135,6 +135,11 @@ a {
margin-top: 100px;
}
+#logo img {
+ border:0;
+ vertical-align: bottom;
+}
+
#logo .h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
@@ -146,6 +151,8 @@ a {
#logo .description {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
- color: #879dbd;
- font-size: 19pt;
+ color: #6B320B;
+ font-size: 18pt;
+ margin-left:50px;
+ margin-bottom:30px;
}