summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/tabs.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/tabs.css') (more/less context) (show 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
@@ -68,16 +68,16 @@ refer to http://www.clipperz.com.
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 {
@@ -98,7 +98,7 @@ refer to http://www.clipperz.com.
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;
@@ -108,12 +108,12 @@ refer to http://www.clipperz.com.
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}
@@ -125,16 +125,16 @@ refer to http://www.clipperz.com.
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;