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:
Diffstat (limited to 'plugins/Live/stylesheets/live.less')
-rw-r--r--plugins/Live/stylesheets/live.less9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 3e263416e4..c471009e50 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -33,7 +33,7 @@
}
#visitsLive .country {
- background: @theme-color-background-base url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0;
+ background: @theme-color-background-base url(plugins/CoreHome/images/bullet1.png) no-repeat scroll 0 0;
}
#visitsLive .referrer {
@@ -107,7 +107,7 @@ ol.visitorLog {
}
ol.visitorLog li {
- margin-bottom: 4px;
+ margin-bottom: 7px;
}
#visitsLive img {
@@ -152,7 +152,7 @@ ol.visitorLog li {
border-radius: 3px;
padding: 2px;
display: block;
- margin: 5px;
+ margin: 0px 5px 0px 5px;
float: left;
}
@@ -229,7 +229,8 @@ ol.visitorLog p {
}
.visitor-log-page-list {
- position:relative;
+ position:relative;
+ margin-top: 7px;
}
a.visitor-log-visitor-profile-link {