Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -165,10 +165,6 @@ |
166 | 166 | height: 1.9em; |
167 | 167 | padding-left: 0.5em; |
168 | 168 | padding-right: 0.5em; |
169 | | - /* @embed */ |
170 | | - background-image: url(images/tab-break.png); |
171 | | - background-position: bottom right; |
172 | | - background-repeat: no-repeat; |
173 | 169 | color: #0645ad; |
174 | 170 | cursor: pointer; |
175 | 171 | font-size: 0.8em; |
— | — | @@ -177,6 +173,10 @@ |
178 | 174 | div.vectorTabs li > a { |
179 | 175 | display: block; |
180 | 176 | } |
| 177 | + div.vectorTabs li.icon a { |
| 178 | + background-position: bottom right; |
| 179 | + background-repeat: no-repeat; |
| 180 | + } |
181 | 181 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
182 | 182 | div.vectorTabs span a { |
183 | 183 | display: inline-block; |
— | — | @@ -188,6 +188,13 @@ |
189 | 189 | float: left; |
190 | 190 | display: block; |
191 | 191 | } |
| 192 | + div.vectorTabs span { |
| 193 | + display: inline-block; |
| 194 | + /* @embed */ |
| 195 | + background-image: url(images/tab-break.png); |
| 196 | + background-position: bottom right; |
| 197 | + background-repeat: no-repeat; |
| 198 | + } |
192 | 199 | div.vectorTabs li.selected a, |
193 | 200 | div.vectorTabs li.selected a:visited{ |
194 | 201 | color: #333333; |
— | — | @@ -1166,10 +1173,6 @@ |
1167 | 1174 | } |
1168 | 1175 | |
1169 | 1176 | /* Watch/Unwatch Icon Styling */ |
1170 | | -#ca-unwatch.icon, |
1171 | | -#ca-watch.icon { |
1172 | | - margin-right:1px; |
1173 | | -} |
1174 | 1177 | #ca-unwatch.icon a, |
1175 | 1178 | #ca-watch.icon a { |
1176 | 1179 | margin: 0; |