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
path: root/themes
diff options
context:
space:
mode:
authorbenakamoorthi <benaka@piwik.org>2013-02-02 03:01:01 +0400
committerbenakamoorthi <benaka@piwik.org>2013-02-02 03:01:01 +0400
commit9f1325af46313bf90dc0ba9f2061873d1c396384 (patch)
tree58340f72148da5a55516a67309bb94a8ae0ec53a /themes
parentf8ab2b69f0c14e25afe55a93c54322a7068881c5 (diff)
Refs #3619, several improvements/modifications to Referrers overview, including:
* Add Total referrer metrics to evolution graph which are always displayed. * Added evolution percentage next to sparklines. * Moved other sparklines (for distinct metrics) to smaller section that slides down. Notes: * Fixed bug in broadcast.js where '+' chars were removed when sanitizing query params. * Moved multisites evolution & previous period calculating code to Piwik core. * Added section-toggler-link code to common js code (CoreHome/misc.js). * Refactored evolution percentage code used for row evolution popup. git-svn-id: http://dev.piwik.org/svn/trunk@7839 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index 0fc4351168..4cb8042eb1 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -763,3 +763,12 @@ table.entityTable tr td a {
background: url(images/help.png);
overflow: hidden;
}
+
+.section-toggler-link {
+ font-size:.8em;
+ font-style:italic;
+ text-decoration:none;
+}
+.section-toggler-link:hover {
+ text-decoration:underline;
+}