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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-24 21:22:17 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-24 21:22:17 +0400
commiteaf7e95a37a586df658224b313f9f49759069038 (patch)
tree769519819e3f06861bcbc5547d5c386d770ce57e /plugins/Login
parent0761c97ea5f24452a7e4ac3b6e3d2a3f7001e5b2 (diff)
Change login screen to look like the logo from piwik.org
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/login.css37
1 files changed, 25 insertions, 12 deletions
diff --git a/plugins/Login/templates/login.css b/plugins/Login/templates/login.css
index 6f7454812e..82aa97c92f 100644
--- a/plugins/Login/templates/login.css
+++ b/plugins/Login/templates/login.css
@@ -128,9 +128,31 @@ a {
}
#logo {
- margin-left: 40%;
- margin-top: 100px;
- width: 400px;
+ margin: 100px auto 0 auto;
+ width: 240px;
+ position: relative;
+}
+
+#logo .description {
+ cursor:default;
+ position: absolute;
+ font:16px/16px 'Patrick Hand';
+ color:#666666;
+ -webkit-transform:rotate(-6deg);
+ -moz-transform:rotate(-6deg);
+ -ms-transform:rotate(-6deg);
+ -o-transform:rotate(-6deg);
+ left: -60px !important;
+ top: -40px !important;
+ right: auto;
+}
+
+#logo .description .arrow {
+ background:url('/themes/default/images/affix-arrow.png');
+ width:50px;
+ height:68px;
+ position:absolute;
+ left:-20px;
}
#logo img {
@@ -146,15 +168,6 @@ a {
text-transform: none;
}
-#logo .description {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-weight: normal;
- color: #6B320B;
- font-size: 18pt;
- margin-left:50px;
- margin-bottom:30px;
-}
-
.loadingPiwik {
float: left;
margin-left: 16px;