Index: trunk/phase3/skins/Vector.php |
— | — | @@ -703,7 +703,7 @@ |
704 | 704 | if ( count( $this->data[ 'variant_urls' ] ) > 0 ) { |
705 | 705 | ?> |
706 | 706 | <div id="variants" class="vectorMenu"> |
707 | | - <h5><span><?php $this->msg('variants') ?></span><a href="#"> </a></h5> |
| 707 | + <h5><span><?php $this->msg('variants') ?></span><a href="#"></a></h5> |
708 | 708 | <div class="menu"> |
709 | 709 | <ul <?php $this->html('userlangattributes') ?>> |
710 | 710 | <?php foreach ($this->data['variant_urls'] as $key => $link ): ?> |
— | — | @@ -733,7 +733,7 @@ |
734 | 734 | if ( count( $this->data[ 'action_urls' ] ) > 0 ) { |
735 | 735 | ?> |
736 | 736 | <div id="p-cactions" class="vectorMenu"> |
737 | | - <h5><span><?php $this->msg('actions') ?></span><a href="#"> </a></h5> |
| 737 | + <h5><span><?php $this->msg('actions') ?></span><a href="#"></a></h5> |
738 | 738 | <div class="menu"> |
739 | 739 | <ul <?php $this->html('userlangattributes') ?>> |
740 | 740 | <?php foreach ($this->data['action_urls'] as $key => $link ): ?> |
— | — | @@ -775,6 +775,7 @@ |
776 | 776 | </form> |
777 | 777 | </div> |
778 | 778 | <?php |
| 779 | + |
779 | 780 | break; |
780 | 781 | } |
781 | 782 | echo "\n<!-- /{$name} -->\n"; |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -168,6 +168,7 @@ |
169 | 169 | padding-top: 1.25em; |
170 | 170 | } |
171 | 171 | /* IGNORED BY IE6 */ |
| 172 | + /* @noflip */ |
172 | 173 | div.vectorTabs a > span { |
173 | 174 | float: left; |
174 | 175 | display: block; |
— | — | @@ -190,12 +191,14 @@ |
191 | 192 | /* @noflip */ |
192 | 193 | div.vectorMenu { |
193 | 194 | float: left; |
| 195 | + direction: ltr; |
194 | 196 | } |
195 | 197 | div.vectorMenu { |
196 | 198 | background-image: url(images/arrow-down-icon.png); |
197 | 199 | background-position: center center; |
198 | 200 | background-repeat: no-repeat; |
199 | 201 | } |
| 202 | + /* @noflip */ |
200 | 203 | div.vectorMenu h5 { |
201 | 204 | float: left; |
202 | 205 | } |
— | — | @@ -214,6 +217,7 @@ |
215 | 218 | display: block; |
216 | 219 | } |
217 | 220 | div.vectorMenu div.menu { |
| 221 | + position: relative; |
218 | 222 | display: none; |
219 | 223 | clear: both; |
220 | 224 | } |
— | — | @@ -233,6 +237,7 @@ |
234 | 238 | div.vectorMenu li { |
235 | 239 | padding: 0; |
236 | 240 | margin: 0; |
| 241 | + text-align: left; |
237 | 242 | } |
238 | 243 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
239 | 244 | div.vectorMenu li a { |
— | — | @@ -252,13 +257,13 @@ |
253 | 258 | float: left; |
254 | 259 | } |
255 | 260 | div#p-search { |
256 | | - margin-right: 0.75em; |
| 261 | + margin-right: 0.5em; |
| 262 | + margin-left: 0.5em; |
257 | 263 | } |
258 | 264 | div#p-search form, |
259 | 265 | div#p-search input { |
260 | | - float: left; |
| 266 | + margin: 0; |
261 | 267 | margin-top: 0.4em; |
262 | | - margin-left: 0.25em; |
263 | 268 | } |
264 | 269 | /* Panel */ |
265 | 270 | div#panel { |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -168,8 +168,9 @@ |
169 | 169 | padding-top: 1.25em; |
170 | 170 | } |
171 | 171 | /* IGNORED BY IE6 */ |
| 172 | + /* @noflip */ |
172 | 173 | div.vectorTabs a > span { |
173 | | - float: right; |
| 174 | + float: left; |
174 | 175 | display: block; |
175 | 176 | } |
176 | 177 | div.vectorTabs li.selected a, |
— | — | @@ -190,14 +191,16 @@ |
191 | 192 | /* @noflip */ |
192 | 193 | div.vectorMenu { |
193 | 194 | float: left; |
| 195 | + direction: ltr; |
194 | 196 | } |
195 | 197 | div.vectorMenu { |
196 | 198 | background-image: url(images/arrow-down-icon.png); |
197 | 199 | background-position: center center; |
198 | 200 | background-repeat: no-repeat; |
199 | 201 | } |
| 202 | + /* @noflip */ |
200 | 203 | div.vectorMenu h5 { |
201 | | - float: right; |
| 204 | + float: left; |
202 | 205 | } |
203 | 206 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
204 | 207 | div.vectorMenu h5 a { |
— | — | @@ -214,6 +217,7 @@ |
215 | 218 | display: block; |
216 | 219 | } |
217 | 220 | div.vectorMenu div.menu { |
| 221 | + position: relative; |
218 | 222 | display: none; |
219 | 223 | clear: both; |
220 | 224 | } |
— | — | @@ -233,6 +237,7 @@ |
234 | 238 | div.vectorMenu li { |
235 | 239 | padding: 0; |
236 | 240 | margin: 0; |
| 241 | + text-align: right; |
237 | 242 | } |
238 | 243 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
239 | 244 | div.vectorMenu li a { |
— | — | @@ -252,13 +257,13 @@ |
253 | 258 | float: left; |
254 | 259 | } |
255 | 260 | div#p-search { |
256 | | - margin-left: 0.75em; |
| 261 | + margin-left: 0.5em; |
| 262 | + margin-right: 0.5em; |
257 | 263 | } |
258 | 264 | div#p-search form, |
259 | 265 | div#p-search input { |
260 | | - float: right; |
| 266 | + margin: 0; |
261 | 267 | margin-top: 0.4em; |
262 | | - margin-right: 0.25em; |
263 | 268 | } |
264 | 269 | /* Panel */ |
265 | 270 | div#panel { |