summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/resizable.css
authorClipperz <info@clipperz.com>2013-01-08 14:55:07 (UTC)
committer Clipperz <info@clipperz.com>2013-01-08 14:55:07 (UTC)
commit2e9f8124d1e726a2989c48c0a53acbd5e30c66a1 (patch) (side-by-side diff)
treea3307b903c748baf7e66bc952b566c94f7f6ee94 /frontend/beta/css/yui-extensions/resizable.css
parent758bd68eee9c0ae1d3ad8dc50481c78557bd6228 (diff)
downloadclipperz-2e9f8124d1e726a2989c48c0a53acbd5e30c66a1.zip
clipperz-2e9f8124d1e726a2989c48c0a53acbd5e30c66a1.tar.gz
clipperz-2e9f8124d1e726a2989c48c0a53acbd5e30c66a1.tar.bz2
Fixed image paths in CSS files
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external
Diffstat (limited to 'frontend/beta/css/yui-extensions/resizable.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/resizable.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/frontend/beta/css/yui-extensions/resizable.css b/frontend/beta/css/yui-extensions/resizable.css
index 51d91ac..61b826b 100644
--- a/frontend/beta/css/yui-extensions/resizable.css
+++ b/frontend/beta/css/yui-extensions/resizable.css
@@ -102,35 +102,35 @@ refer to http://www.clipperz.com.
opacity:1;
}
.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{
- background:url(../images/default/sizer/e-handle.gif);
+ background:url(./images/default/sizer/e-handle.gif);
background-position: left;
}
.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{
- background:url(../images/default/sizer/e-handle.gif);
+ background:url(./images/default/sizer/e-handle.gif);
background-position: left;
}
.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{
- background:url(../images/default/sizer/s-handle.gif);
+ background:url(./images/default/sizer/s-handle.gif);
background-position: top;
}
.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{
- background:url(../images/default/sizer/s-handle.gif);
+ background:url(./images/default/sizer/s-handle.gif);
background-position: top;
}
.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{
- background:url(../images/default/sizer/corners-sprite.gif);
+ background:url(./images/default/sizer/corners-sprite.gif);
background-position: top left;
}
.yresizable-over .yresizable-handle-northwest, .yresizable-pinned .yresizable-handle-northwest{
- background:url(../images/default/sizer/corners-sprite.gif);
+ background:url(./images/default/sizer/corners-sprite.gif);
background-position:bottom right;
}
.yresizable-over .yresizable-handle-northeast, .yresizable-pinned .yresizable-handle-northeast{
- background:url(../images/default/sizer/corners-sprite.gif);
+ background:url(./images/default/sizer/corners-sprite.gif);
background-position: bottom left;
}
.yresizable-over .yresizable-handle-southwest, .yresizable-pinned .yresizable-handle-southwest{
- background:url(../images/default/sizer/corners-sprite.gif);
+ background:url(./images/default/sizer/corners-sprite.gif);
background-position: top right;
}
.yresizable-proxy{