summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/tabs.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/tabs.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/tabs.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/tabs.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/frontend/beta/css/yui-extensions/tabs.css b/frontend/beta/css/yui-extensions/tabs.css
index 6fd0f89..025214a 100644
--- a/frontend/beta/css/yui-extensions/tabs.css
+++ b/frontend/beta/css/yui-extensions/tabs.css
@@ -67,18 +67,18 @@ refer to http://www.clipperz.com.
67 padding:4px 10px; 67 padding:4px 10px;
68} 68}
69 69
70.ytab-strip .on .ytab-right { 70.ytab-strip .on .ytab-right {
71 background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0; 71 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right 0;
72} 72}
73.ytab-strip .on .ytab-left { 73.ytab-strip .on .ytab-left {
74 background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px; 74 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
75} 75}
76.ytab-strip .ytab-right { 76.ytab-strip .ytab-right {
77 background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px; 77 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right -50px;
78} 78}
79.ytab-strip .ytab-left { 79.ytab-strip .ytab-left {
80 background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px; 80 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
81} 81}
82 82
83.ytab-strip a { 83.ytab-strip a {
84 position:relative; 84 position:relative;
@@ -97,9 +97,9 @@ refer to http://www.clipperz.com.
97} 97}
98.ytab-strip .ytab-closable .close-icon{ 98.ytab-strip .ytab-closable .close-icon{
99 line-height: 1px; 99 line-height: 1px;
100 font-size:1px; 100 font-size:1px;
101 background-image:url(../images/default/layout/layout-sprite.gif); 101 background-image:url(./images/default/layout/layout-sprite.gif);
102 background-repeat: no-repeat; 102 background-repeat: no-repeat;
103 background-position: 50% -60px; 103 background-position: 50% -60px;
104 display:block; 104 display:block;
105 position:absolute; 105 position:absolute;
@@ -107,14 +107,14 @@ refer to http://www.clipperz.com.
107 width:12px;height:11px; 107 width:12px;height:11px;
108 cursor:pointer; 108 cursor:pointer;
109} 109}
110.ytab-strip .on .close-icon{ 110.ytab-strip .on .close-icon{
111 background-image:url(../images/default/layout/layout-sprite.gif); 111 background-image:url(./images/default/layout/layout-sprite.gif);
112 background-repeat: no-repeat; 112 background-repeat: no-repeat;
113 background-position: 50% -60px; 113 background-position: 50% -60px;
114} 114}
115.ytab-strip .ytab-closable .close-over{ 115.ytab-strip .ytab-closable .close-over{
116 background-image:url(../images/default/layout/layout-sprite.gif); 116 background-image:url(./images/default/layout/layout-sprite.gif);
117 background-repeat: no-repeat; 117 background-repeat: no-repeat;
118 background-position: 50% -72px; 118 background-position: 50% -72px;
119} 119}
120 120
@@ -124,18 +124,18 @@ refer to http://www.clipperz.com.
124 padding-top:0; 124 padding-top:0;
125 padding-bottom:2px; 125 padding-bottom:2px;
126} 126}
127.ytabs-bottom .ytab-strip .ytab-right { 127.ytabs-bottom .ytab-strip .ytab-right {
128 background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left; 128 background: url(./images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
129} 129}
130.ytabs-bottom .ytab-strip .ytab-left { 130.ytabs-bottom .ytab-strip .ytab-left {
131 background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right; 131 background: url(./images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
132} 132}
133.ytabs-bottom .ytab-strip .on .ytab-right { 133.ytabs-bottom .ytab-strip .on .ytab-right {
134 background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 134 background: url(./images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
135} 135}
136.ytabs-bottom .ytab-strip .on .ytab-left { 136.ytabs-bottom .ytab-strip .on .ytab-left {
137 background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 137 background: url(./images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
138} 138}
139.ytabs-bottom .ytab-strip a { 139.ytabs-bottom .ytab-strip a {
140 position:relative; 140 position:relative;
141 top:0; left:0; 141 top:0; left:0;