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.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 9e0f628904..1d2b2fb9b9 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -82,6 +82,11 @@ ol.visitorLog {
display:inline-block;
max-width:90%;
overflow: -moz-hidden-unscrollable;
+
+ &.event {
+ margin-top: 1px;
+ margin-right: 15px;
+ }
}
ol.visitorLog li {
@@ -207,7 +212,7 @@ a.visitor-log-visitor-profile-link {
.visitorLog,.visitor-profile-actions {
> li > div {
display:inline-block;
- width:85%;
+ width:90%;
vertical-align:top;
}
}
@@ -215,6 +220,10 @@ a.visitor-log-visitor-profile-link {
.action-list-action-icon {
float:left;
margin-top:6px;
+
+ &.event {
+ margin-top: 1px;
+ }
}
.action-list-url {