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-05 18:23:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-05 18:23:22 +0400
commit386dcaccb035cd99e71f2ff85e8b47dd67bb9e10 (patch)
tree771e5d24da7c57e0497157352c0eea4f86bf4f4e /plugins/SegmentEditor
parent629e54999c31c0e5d3b6eae1ad5f123bb90f6f09 (diff)
Use absolute path for images from Less files
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/stylesheets/scroll.less8
-rw-r--r--plugins/SegmentEditor/stylesheets/segmentation.less24
2 files changed, 16 insertions, 16 deletions
diff --git a/plugins/SegmentEditor/stylesheets/scroll.less b/plugins/SegmentEditor/stylesheets/scroll.less
index 508adb4c7a..23c0402e15 100644
--- a/plugins/SegmentEditor/stylesheets/scroll.less
+++ b/plugins/SegmentEditor/stylesheets/scroll.less
@@ -54,7 +54,7 @@
.jspTrack
{
- background: url("../images/slide.png") transparent no-repeat 7px;
+ background: url("plugins/SegmentEditor/images/slide.png") transparent no-repeat 7px;
position: relative;
background-size: 20% 100%;
/*height: 447px!important;*/
@@ -62,7 +62,7 @@
.jspDrag
{
- background: url("../images/scroller.png") transparent no-repeat;
+ background: url("plugins/SegmentEditor/images/scroller.png") transparent no-repeat;
background-size: 100% 100%;
width: 17px;
position: relative;
@@ -86,10 +86,10 @@
cursor: pointer;
}
.jspArrowDown{
- background: url("../images/down_arrow.png") transparent no-repeat;
+ background: url("plugins/SegmentEditor/images/down_arrow.png") transparent no-repeat;
}
.jspArrowUp{
- background: url("../images/up_arrow.png") transparent no-repeat;
+ background: url("plugins/SegmentEditor/images/up_arrow.png") transparent no-repeat;
}
.jspVerticalBar .jspArrow
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index d2ec307deb..c05b88e957 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -87,7 +87,7 @@ div.scrollable {
.segment-element .custom_select_search {
width: 146px;
height: 21px;
- background: url(../images/bg-segment-search.png) 0 10px no-repeat;
+ background: url(plugins/SegmentEditor/images/bg-segment-search.png) 0 10px no-repeat;
padding: 10px 0 0 0;
margin: 10px 0 10px 15px;
border-top: 1px solid #dcdacf;
@@ -109,7 +109,7 @@ div.scrollable {
height: 13px;
right: 5px;
top: 14px;
- background: url(../images/reset_search.png);
+ background: url(plugins/SegmentEditor/images/reset_search.png);
}
.segment-element .segment-nav {
@@ -129,7 +129,7 @@ div.scrollable {
.segment-element .segment-nav h4.visits {
padding-left: 28px;
- background: url(../images/icon-users.png) 0 0 no-repeat;
+ background: url(plugins/SegmentEditor/images/icon-users.png) 0 0 no-repeat;
}
.segment-element .segment-nav h4 a {
@@ -162,7 +162,7 @@ div.scrollable {
cursor: move;
padding: 1px 0 2px 8px;
border-top: 1px solid #fff;
- background: #eae8e3 url(../images/segment-move.png) 100% 50% no-repeat;
+ background: #eae8e3 url(plugins/SegmentEditor/images/segment-move.png) 100% 50% no-repeat;
}
.segment-element .segment-nav div > ul > li li a {
@@ -274,7 +274,7 @@ div.scrollable {
position: absolute;
width: 15px;
height: 15px;
- background: url(../images/segment-close.png) 0 0 no-repeat;
+ background: url(plugins/SegmentEditor/images/segment-close.png) 0 0 no-repeat;
}
.segment-element .segment-content .segment-row .segment-loading {
@@ -284,7 +284,7 @@ div.scrollable {
position: absolute;
width: 15px;
height: 15px;
- background: url(../../MultiSites/images/loading-blue.gif) 0 0 no-repeat;
+ background: url(plugins/MultiSites/images/loading-blue.gif) 0 0 no-repeat;
}
.segment-element .segment-content .segment-or {
@@ -337,7 +337,7 @@ div.scrollable {
.segment-element .segment-content .segment-and:after {
content: '';
position: absolute;
- background: url(../images/bg-inverted-corners.png);
+ background: url(plugins/SegmentEditor/images/bg-inverted-corners.png);
border: 1px solid #a9a399;
width: 10px;
top: 0px;
@@ -397,7 +397,7 @@ div.scrollable {
.segment-element .segment-top a.dropdown {
padding: 0 17px 0 0;
- background: url(../../Zeitgeist/images/sort_subtable_desc.png) 100% -2px no-repeat;
+ background: url(plugins/Zeitgeist/images/sort_subtable_desc.png) 100% -2px no-repeat;
}
.segment-element .segment-footer {
@@ -515,7 +515,7 @@ div.scrollable {
.segmentationContainer.visible .add_new_segment {
display: block;
- background: url("../images/dashboard_h_bg_hover.png") repeat-x scroll 0 0 #847b6d;
+ background: url("plugins/SegmentEditor/images/dashboard_h_bg_hover.png") repeat-x scroll 0 0 #847b6d;
border: 0 none;
border-radius: 4px 4px 4px 4px;
clear: both;
@@ -534,7 +534,7 @@ div.scrollable {
}
span.segmentationTitle {
- background: url(../../Zeitgeist/images/sort_subtable_desc.png) right center no-repeat !important;
+ background: url(plugins/Zeitgeist/images/sort_subtable_desc.png) right center no-repeat !important;
padding-right: 20px !important;
width: 160px !important;
display: block !important;
@@ -558,7 +558,7 @@ body > a.ddmetric {
display: block;
cursor: move;
padding: 1px 0 2px 18px;
- background: #eae8e3 url(../images/segment-move.png) 100% 50% no-repeat;
+ background: #eae8e3 url(plugins/SegmentEditor/images/segment-move.png) 100% 50% no-repeat;
color: #5d5342;
font: normal 11px Arial;
text-decoration: none;
@@ -616,7 +616,7 @@ a.metric_category {
}
#available_segments a.dropdown {
- background: url("../../Zeitgeist/images/sort_subtable_desc.png") no-repeat scroll 100% -2px transparent !important;
+ background: url("plugins/Zeitgeist/images/sort_subtable_desc.png") no-repeat scroll 100% -2px transparent !important;
padding: 0 17px 0 0 !important;
}