summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/layout.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) (unidiff)
treea3307b903c748baf7e66bc952b566c94f7f6ee94 /frontend/beta/css/yui-extensions/layout.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/layout.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/layout.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/frontend/beta/css/yui-extensions/layout.css b/frontend/beta/css/yui-extensions/layout.css
index 0c0feee..4f1fa03 100644
--- a/frontend/beta/css/yui-extensions/layout.css
+++ b/frontend/beta/css/yui-extensions/layout.css
@@ -98,3 +98,3 @@ refer to http://www.clipperz.com.
98.ylayout-panel-hd{ 98.ylayout-panel-hd{
99 background-image: url(../images/default/layout/panel-title-light-bg.gif); 99 background-image: url(./images/default/layout/panel-title-light-bg.gif);
100 color: black; 100 color: black;
@@ -137,3 +137,3 @@ refer to http://www.clipperz.com.
137.ylayout-close{ 137.ylayout-close{
138 background-image:url(../images/default/layout/layout-sprite.gif); 138 background-image:url(./images/default/layout/layout-sprite.gif);
139 background-repeat: no-repeat; 139 background-repeat: no-repeat;
@@ -142,3 +142,3 @@ refer to http://www.clipperz.com.
142.ylayout-collapse-west,.ylayout-expand-east{ 142.ylayout-collapse-west,.ylayout-expand-east{
143 background-image:url(../images/default/layout/layout-sprite.gif); 143 background-image:url(./images/default/layout/layout-sprite.gif);
144 background-repeat: no-repeat; 144 background-repeat: no-repeat;
@@ -147,3 +147,3 @@ refer to http://www.clipperz.com.
147.ylayout-expand-west,.ylayout-collapse-east{ 147.ylayout-expand-west,.ylayout-collapse-east{
148 background-image:url(../images/default/layout/layout-sprite.gif); 148 background-image:url(./images/default/layout/layout-sprite.gif);
149 background-repeat: no-repeat; 149 background-repeat: no-repeat;
@@ -152,3 +152,3 @@ refer to http://www.clipperz.com.
152.ylayout-collapse-north,.ylayout-expand-south{ 152.ylayout-collapse-north,.ylayout-expand-south{
153 background-image:url(../images/default/layout/layout-sprite.gif); 153 background-image:url(./images/default/layout/layout-sprite.gif);
154 background-repeat: no-repeat; 154 background-repeat: no-repeat;
@@ -157,3 +157,3 @@ refer to http://www.clipperz.com.
157.ylayout-expand-north,.ylayout-collapse-south{ 157.ylayout-expand-north,.ylayout-collapse-south{
158 background-image:url(../images/default/layout/layout-sprite.gif); 158 background-image:url(./images/default/layout/layout-sprite.gif);
159 background-repeat: no-repeat; 159 background-repeat: no-repeat;
@@ -162,3 +162,3 @@ refer to http://www.clipperz.com.
162.ylayout-split-h{ 162.ylayout-split-h{
163 background-image:url(../images/default/sizer/e-handle.gif); 163 background-image:url(./images/default/sizer/e-handle.gif);
164 background-position: left; 164 background-position: left;
@@ -166,3 +166,3 @@ refer to http://www.clipperz.com.
166.ylayout-split-v{ 166.ylayout-split-v{
167 background-image:url(../images/default/sizer/s-handle.gif); 167 background-image:url(./images/default/sizer/s-handle.gif);
168 background-position: top; 168 background-position: top;
@@ -170,3 +170,3 @@ refer to http://www.clipperz.com.
170.ylayout-panel .ytab-wrap{ 170.ylayout-panel .ytab-wrap{
171 background:url(../images/default/layout/gradient-bg.gif); 171 background:url(./images/default/layout/gradient-bg.gif);
172} 172}
@@ -206,3 +206,3 @@ refer to http://www.clipperz.com.
206.ylayout-panel-proxy { 206.ylayout-panel-proxy {
207 background-image: url(../images/default/layout/gradient-bg.gif); 207 background-image: url(./images/default/layout/gradient-bg.gif);
208 background-color:#c3daf9; 208 background-color:#c3daf9;