summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/layout.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/layout.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/layout.css22
1 files changed, 11 insertions, 11 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
@@ -97,5 +97,5 @@ refer to http://www.clipperz.com.
97} 97}
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;
101 border-bottom:1px solid #98c0f4; 101 border-bottom:1px solid #98c0f4;
@@ -136,38 +136,38 @@ refer to http://www.clipperz.com.
136} 136}
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;
140 background-position: 50% -48px; 140 background-position: 50% -48px;
141} 141}
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;
145 background-position: 50% 0; 145 background-position: 50% 0;
146} 146}
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;
150 background-position: 50% -12px; 150 background-position: 50% -12px;
151} 151}
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;
155 background-position: 50% -24px; 155 background-position: 50% -24px;
156} 156}
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;
160 background-position: 50% -36px; 160 background-position: 50% -36px;
161} 161}
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;
165} 165}
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;
169} 169}
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}
173.ylayout-panel .yui-ext-tabbody { 173.ylayout-panel .yui-ext-tabbody {
@@ -205,5 +205,5 @@ refer to http://www.clipperz.com.
205} 205}
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;
209 border:1px dashed #6593cf; 209 border:1px dashed #6593cf;
@@ -223,3 +223,3 @@ refer to http://www.clipperz.com.
223 -khtml-user-select: none; 223 -khtml-user-select: none;
224 cursor:default; 224 cursor:default;
225} 225}