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/visitor_profile.less')
-rw-r--r--plugins/Live/stylesheets/visitor_profile.less36
1 files changed, 12 insertions, 24 deletions
diff --git a/plugins/Live/stylesheets/visitor_profile.less b/plugins/Live/stylesheets/visitor_profile.less
index ccf45cac09..79ab10222c 100644
--- a/plugins/Live/stylesheets/visitor_profile.less
+++ b/plugins/Live/stylesheets/visitor_profile.less
@@ -264,28 +264,29 @@
font-style:italic;
}
-.visitor-profile-summary,.visitor-profile-important-visits {
+.visitor-profile-summary,
+.visitor-profile-important-visits,
+.visitor-profile-location,
+.visitor-profile-lifetimevalue
+{
overflow:hidden;
- padding:5px 0 0 22px;
-}
+ padding: 5px 0 16px 22px;
-.visitor-profile-summary {
- padding-bottom:18px;
+ p {
+ font-size:13px;
+ line-height: 20px;
+ margin-top: 6px;
+ margin-right: 1em;
+ }
}
.visitor-profile-important-visits {
- padding-bottom:16px;
> div > div > p:first-child > strong {
padding-left:0;
}
}
-.visitor-profile-summary > div {
- margin-top:6px;
- margin-right:1em;
-}
-
.visitor-profile-summary strong {
padding-left:0;
}
@@ -295,10 +296,6 @@
float:left;
width:265px;
height:100%;
-
- > div {
- margin-top:13px;
- }
}
span {
@@ -306,15 +303,6 @@
}
}
-.visitor-profile-location {
- padding:10px 0 4px 19px;
-
- p {
- margin:13px 0;
- font-size:13px;
- }
-}
-
.visitor-profile-location>p>.loadingPiwik {
padding:0 0 0 4px;
}