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:
authorsgiehl <stefan@piwik.org>2016-03-21 16:36:16 +0300
committersgiehl <stefan@piwik.org>2016-03-21 17:42:50 +0300
commit7eb9b661dbe5436c234d5104e84e454e69ced73f (patch)
tree0c270a4c7eec5d589d54460b7faa846a2a07d757 /plugins
parenta4c0f65f0ca93ee3c1ac6633a8bead7965998bc3 (diff)
fixes #9930 prevent linebreak in visitor log keyword position
Diffstat (limited to 'plugins')
-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;