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:
authorStefan Giehl <stefan@piwik.org>2018-07-24 00:23:31 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-07-24 00:23:31 +0300
commit2b33801393deb7d5c27a9480bd512a58740d5ac6 (patch)
treee655cad428da2d69b5136900cc318b5e47f4e1a2 /plugins/Morpheus
parentbf62f58aa63b22e65095f7901df991ea99fb1849 (diff)
Implements "Social network" as a new referrer type (#12993)
* Implements new referrer type for social networks * removes footer message from social report * Show social network referrers in Transitions * update / improve tests * Improves API code * use transient cache instead of static properties * remove debugging statement * updates changelog * cs * Update expected test files. * Update expected screenshots
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/ui/_components.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_components.less b/plugins/Morpheus/stylesheets/ui/_components.less
index 3508938b71..3db4d87beb 100644
--- a/plugins/Morpheus/stylesheets/ui/_components.less
+++ b/plugins/Morpheus/stylesheets/ui/_components.less
@@ -224,7 +224,7 @@
.border-radius(6px);
margin: 27px 0 0 319px;
width: 258px;
- height: 390px;
+ height: 400px;
background: @theme-color-background-contrast;
h2 {
color: #1e93d1;