X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fresizable.css;h=815f5822292f1f2e9a145e14b1fa081d12170abb;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=6ae5a3be395eb14e1b75625819673b03696d2290;hpb=96e160782a26a2389c1fa992f5c5c4f5412ea470;p=roojs1 diff --git a/css/resizable.css b/css/resizable.css index 6ae5a3be39..815f582229 100644 --- a/css/resizable.css +++ b/css/resizable.css @@ -80,35 +80,35 @@ opacity:1; } .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{ - background:url(../images/default/sizer/e-handle.gif); + background:url("../images/default/sizer/e-handle.gif"); background-position: left; } .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{ - background:url(../images/default/sizer/e-handle.gif); + background:url("../images/default/sizer/e-handle.gif"); background-position: left; } .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{ - background:url(../images/default/sizer/s-handle.gif); + background:url("../images/default/sizer/s-handle.gif"); background-position: top; } .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{ - background:url(../images/default/sizer/s-handle.gif); + background:url("../images/default/sizer/s-handle.gif"); background-position: top; } .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{ - background:url(../images/default/sizer/corners-sprite.gif); + background:url("../images/default/sizer/corners-sprite.gif"); background-position: top left; } .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ - background:url(../images/default/sizer/corners-sprite.gif); + background:url("../images/default/sizer/corners-sprite.gif"); background-position:bottom right; } .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ - background:url(../images/default/sizer/corners-sprite.gif); + background:url("../images/default/sizer/corners-sprite.gif"); background-position: bottom left; } .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ - background:url(../images/default/sizer/corners-sprite.gif); + background:url("../images/default/sizer/corners-sprite.gif"); background-position: top right; } .x-resizable-proxy{