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 ZILLIOX <thomas@zilliox.me>2013-08-11 20:13:14 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-11 20:13:14 +0400
commit0c9ddcd815a2707ea75b7043a0919de3a0231165 (patch)
tree4dc9308500fb83fe55d96cfd1ae536608056ab68 /plugins/SegmentEditor
parent73db28bdf04138ac6724966e6930e46703f8bf0b (diff)
BugFix: SegmentEditor > when editing a segment, the text overlaps with icon
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/stylesheets/segmentation.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index 03e7b17624..dc7168d3d7 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -83,8 +83,8 @@ div.scrollable {
padding: 6px 4px;
border-radius: 3px;
position: absolute;
- left: 0;
- top: 0;
+ left: -1px;
+ top: -1px;
}
.segment-element .custom_select_search {
@@ -131,7 +131,7 @@ div.scrollable {
}
.segment-element .segment-nav h4.visits {
- padding-left: 15px;
+ padding-left: 28px;
background: url(plugins/SegmentEditor/images/icon-users.png) 0 0 no-repeat;
}