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:
-rw-r--r--plugins/Login/templates/login.css37
-rw-r--r--themes/default/images/affix-arrow.pngbin0 -> 3179 bytes
-rw-r--r--themes/default/images/logo.pngbin11152 -> 7191 bytes
3 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;
diff --git a/themes/default/images/affix-arrow.png b/themes/default/images/affix-arrow.png
new file mode 100644
index 0000000000..bc45f553a4
--- /dev/null
+++ b/themes/default/images/affix-arrow.png
Binary files differ
diff --git a/themes/default/images/logo.png b/themes/default/images/logo.png
index 00421e4497..4c7def6afa 100644
--- a/themes/default/images/logo.png
+++ b/themes/default/images/logo.png
Binary files differ