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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-12 09:46:14 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-12 09:46:14 +0400
commit853462f67983661cbcaaee7cdbe71c249e7d45a6 (patch)
tree3d21e44ac593c0d6bf25a2823ca37e21fb83a3d3 /plugins/Morpheus
parent4476434d726be519e153c29dd5dec5027228b41d (diff)
Tweaks to morpheus so visitor profile's top left corner will display a two-column layout.
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less15
1 files changed, 13 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 37a4aea3d4..96a5a1d1b9 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -703,12 +703,23 @@ div.sparkline {
}
}
+ .visitor-profile-avatar > div:nth-child(2n) {
+ min-width: 360px;
+ }
+
.visitor-profile-latest-visit {
.visitor-profile-latest-visit-column {
- width: 100%;
- display: block;
+ display: inline-block;
margin-left: 0;
}
+
+ .visitor-profile-latest-visit-column:first-child {
+ width: 48%;
+ }
+
+ .visitor-profile-latest-visit-column:last-child {
+ width: 50%;
+ }
}
}