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-09 19:37:36 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 19:37:36 +0400
commitb979d9e4d23f70254dcf63c03f53c3eb37c35f7b (patch)
tree70e79bd4d9c56992fe478ce96173bd2b6c164bc3 /plugins/SegmentEditor
parentf1094fdefe18bdd8ff759429798abe513ead1039 (diff)
Fix image rewriting by the AssetManager. Ex: The down arrox on SegmentEditor was missing
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/stylesheets/segmentation.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index 8111fdc808..ccd34d25a0 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -536,7 +536,7 @@ div.scrollable {
}
span.segmentationTitle {
- background: url(plugins/Zeitgeist/images/sort_subtable_desc.png) right center no-repeat !important;
+ background: url(plugins/Zeitgeist/images/sort_subtable_desc.png) no-repeat right 0;
padding-right: 20px !important;
width: 160px !important;
display: block !important;