From 2e9f8124d1e726a2989c48c0a53acbd5e30c66a1 Mon Sep 17 00:00:00 2001 From: Clipperz Date: Tue, 08 Jan 2013 14:55:07 +0000 Subject: 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 --- (limited to 'frontend/beta/css/yui-extensions/resizable.css') 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{ -- cgit v0.9.0.2