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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-03-29 06:43:19 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-03-29 06:43:19 +0300
commitbad2c752d3926dc2d45a54556aa72d8cca542a18 (patch)
treefedc37f7e419fadcfe050a00fceae26b1a72fcc4
parent9d41b557021532c0aba2c39722de8c72d918cf72 (diff)
parent7eb9b661dbe5436c234d5104e84e454e69ced73f (diff)
Merge pull request #9953 from piwik/keywordrankcssfix
Prevent linebreak in visitor log keyword position
-rw-r--r--plugins/Live/stylesheets/live.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 7bbdde4044..bf71c90c2c 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -119,6 +119,10 @@ ol.visitorLog li {
margin-right: 4px;
}
+.visitorReferrer .visitorRank {
+ display: inline-block;
+}
+
.visitorRank {
border: 1px solid #D8D8D8;
color: #474747;