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
@@ -65,22 +65,22 @@ refer to http://www.clipperz.com.
65} 65}
66.ytab-strip .ytab-inner { 66.ytab-strip .ytab-inner {
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;
85 top:1px; left:0; 85 top:1px; left:0;
86} 86}
@@ -95,49 +95,49 @@ refer to http://www.clipperz.com.
95 padding-right:22px; 95 padding-right:22px;
96 position:relative; 96 position:relative;
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;
106 right:5px;top:4px; 106 right:5px;top:4px;
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
121.ytabs-bottom .ytab-wrap { 121.ytabs-bottom .ytab-wrap {
122 border-top:1px solid #6593cf; 122 border-top:1px solid #6593cf;
123 border-bottom:0 none; 123 border-bottom:0 none;
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;
142} 142}
143.ytabs-bottom .ytab-strip .on a { 143.ytabs-bottom .ytab-strip .on a {