summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/resizable.css
Unidiff
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.
102 opacity:1; 102 opacity:1;
103} 103}
104.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{ 104.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{
105 background:url(../images/default/sizer/e-handle.gif); 105 background:url(./images/default/sizer/e-handle.gif);
106 background-position: left; 106 background-position: left;
107} 107}
108.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{ 108.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{
109 background:url(../images/default/sizer/e-handle.gif); 109 background:url(./images/default/sizer/e-handle.gif);
110 background-position: left; 110 background-position: left;
111} 111}
112.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{ 112.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{
113 background:url(../images/default/sizer/s-handle.gif); 113 background:url(./images/default/sizer/s-handle.gif);
114 background-position: top; 114 background-position: top;
115} 115}
116.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{ 116.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{
117 background:url(../images/default/sizer/s-handle.gif); 117 background:url(./images/default/sizer/s-handle.gif);
118 background-position: top; 118 background-position: top;
119} 119}
120.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{ 120.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{
121 background:url(../images/default/sizer/corners-sprite.gif); 121 background:url(./images/default/sizer/corners-sprite.gif);
122 background-position: top left; 122 background-position: top left;
123} 123}
124.yresizable-over .yresizable-handle-northwest, .yresizable-pinned .yresizable-handle-northwest{ 124.yresizable-over .yresizable-handle-northwest, .yresizable-pinned .yresizable-handle-northwest{
125 background:url(../images/default/sizer/corners-sprite.gif); 125 background:url(./images/default/sizer/corners-sprite.gif);
126 background-position:bottom right; 126 background-position:bottom right;
127} 127}
128.yresizable-over .yresizable-handle-northeast, .yresizable-pinned .yresizable-handle-northeast{ 128.yresizable-over .yresizable-handle-northeast, .yresizable-pinned .yresizable-handle-northeast{
129 background:url(../images/default/sizer/corners-sprite.gif); 129 background:url(./images/default/sizer/corners-sprite.gif);
130 background-position: bottom left; 130 background-position: bottom left;
131} 131}
132.yresizable-over .yresizable-handle-southwest, .yresizable-pinned .yresizable-handle-southwest{ 132.yresizable-over .yresizable-handle-southwest, .yresizable-pinned .yresizable-handle-southwest{
133 background:url(../images/default/sizer/corners-sprite.gif); 133 background:url(./images/default/sizer/corners-sprite.gif);
134 background-position: top right; 134 background-position: top right;
135} 135}
136.yresizable-proxy{ 136.yresizable-proxy{