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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-08-07 16:09:56 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-08-07 16:09:56 +0300
commita9cf57aca48a40e1e51046cce6c20b81ec711c2d (patch)
tree9b557e309c95b8b4a5b18762c760ded6d5d8ecc2 /plugins/Overlay
parentd9dcf4eaf4d8c836313afbcca25b8d57f39fcfd6 (diff)
Use new help icon in overlay + Less simplification
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/stylesheets/overlay.css13
-rw-r--r--plugins/Overlay/templates/index.twig4
2 files changed, 7 insertions, 10 deletions
diff --git a/plugins/Overlay/stylesheets/overlay.css b/plugins/Overlay/stylesheets/overlay.css
index f27e425b21..d3db1a5126 100644
--- a/plugins/Overlay/stylesheets/overlay.css
+++ b/plugins/Overlay/stylesheets/overlay.css
@@ -20,15 +20,12 @@ body #logo {
}
a#overlayTitle {
- font-size: 15px;
- font-weight: normal;
- color: #7e7363;
+ font-size: 12px;
text-decoration: none;
- vertical-align: text-bottom;
+ color: #4d4d4d;
+ margin-left: 15px;
}
-
-#overlayTitle img {
- vertical-align: text-bottom;
+a#overlayTitle .icon-help {
margin-left: 4px;
}
@@ -155,4 +152,4 @@ body .ui-tooltip.overlayTooltip {
.overlay-sidebar-container {
width: 220px;
-} \ No newline at end of file
+}
diff --git a/plugins/Overlay/templates/index.twig b/plugins/Overlay/templates/index.twig
index a5d21d3655..10a0b40d76 100644
--- a/plugins/Overlay/templates/index.twig
+++ b/plugins/Overlay/templates/index.twig
@@ -8,9 +8,9 @@
{% block content %}
<div class="overlay-sidebar-container">
- <a id="overlayTitle" href="http://piwik.org/docs/page-overlay/" rel="noreferrer" target="_blank">
+ <a id="overlayTitle" href="http://piwik.org/docs/page-overlay/" rel="noreferrer" target="_blank">
{{ 'Overlay_Overlay'|translate }}
- <img src="plugins/Morpheus/images/help.png" alt="Documentation"/>
+ <span class="icon-help"></span>
</a>
<div id="overlayDateRangeSelection">