Index: trunk/phase3/skins/vector/images/arrow-down-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -204,8 +204,9 @@ |
205 | 205 | direction: ltr; |
206 | 206 | float: left; |
207 | 207 | background-image: url(images/arrow-down-icon.png); |
208 | | - background-position: center center; |
| 208 | + background-position: 100% 60%; |
209 | 209 | background-repeat: no-repeat; |
| 210 | + cursor: pointer; |
210 | 211 | } |
211 | 212 | /* @noflip */ |
212 | 213 | body.rtl div.vectorMenu { |
— | — | @@ -226,6 +227,15 @@ |
227 | 228 | background-position: bottom left; |
228 | 229 | margin-left: -1px; |
229 | 230 | } |
| 231 | + #head div.vectorMenu h4 { |
| 232 | + display: inline-block; |
| 233 | + float: left; |
| 234 | + font-size: 0.8em; |
| 235 | + padding-left: 0.5em; |
| 236 | + padding-top: 1.375em; |
| 237 | + font-weight: normal; |
| 238 | + border: none; |
| 239 | + } |
230 | 240 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
231 | 241 | /* @noflip */ |
232 | 242 | div.vectorMenu h5 a { |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -204,8 +204,9 @@ |
205 | 205 | direction: ltr; |
206 | 206 | float: left; |
207 | 207 | background-image: url(images/arrow-down-icon.png); |
208 | | - background-position: center center; |
| 208 | + background-position: 100% 60%; |
209 | 209 | background-repeat: no-repeat; |
| 210 | + cursor: pointer; |
210 | 211 | } |
211 | 212 | /* @noflip */ |
212 | 213 | body.rtl div.vectorMenu { |
— | — | @@ -226,6 +227,15 @@ |
227 | 228 | background-position: bottom right; |
228 | 229 | margin-right: -1px; |
229 | 230 | } |
| 231 | + #head div.vectorMenu h4 { |
| 232 | + display: inline-block; |
| 233 | + float: right; |
| 234 | + font-size: 0.8em; |
| 235 | + padding-right: 0.5em; |
| 236 | + padding-top: 1.375em; |
| 237 | + font-weight: normal; |
| 238 | + border: none; |
| 239 | + } |
230 | 240 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
231 | 241 | /* @noflip */ |
232 | 242 | div.vectorMenu h5 a { |