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>2018-09-13 04:43:24 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2018-09-13 04:43:24 +0300
commita0c0c03f3ca8e6b5f835f7c5771e49055733bd2f (patch)
treec56a74c6cf5dc9ef8ca4296c24c8b1ed66a245f5
parenta920c48e48f6a43b85591250a15c3030095de326 (diff)
improve style when full-widthprofiles
-rw-r--r--plugins/Live/stylesheets/live.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index d7452c1ba2..359cd04008 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -442,6 +442,15 @@ a.visitor-log-visitor-profile-link {
}
}
+@media only screen and (min-width: 800px) {
+ .card #visitsLive .visitorLogIcons:before {
+ content: none;
+ }
+ .card #visitsLive .referrer {
+ float: right;
+ }
+}
+
@media only screen and (max-width: 600px) {
.own-visitor-column {
margin: 10px 0;