Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -471,9 +471,9 @@ |
472 | 472 | } |
473 | 473 | #preferences { |
474 | 474 | float: left; |
475 | | - zoom: 1; |
476 | 475 | width: 100%; |
477 | 476 | margin: 0; |
| 477 | + margin-top: -2px; |
478 | 478 | clear: both; |
479 | 479 | border: solid 1px #cccccc; |
480 | 480 | background-color: #f9f9f9; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -298,6 +298,9 @@ |
299 | 299 | height: 1.25em; |
300 | 300 | width: 10em; |
301 | 301 | padding: 0.33em; |
| 302 | + background-image: url(images/search-fade.png); |
| 303 | + background-repeat: repeat-x; |
| 304 | + background-position: top right; |
302 | 305 | } |
303 | 306 | div#p-search div#simpleSearch input#searchButton { |
304 | 307 | border: none; |
— | — | @@ -468,9 +471,9 @@ |
469 | 472 | } |
470 | 473 | #preferences { |
471 | 474 | float: right; |
472 | | - zoom: 1; |
473 | 475 | width: 100%; |
474 | 476 | margin: 0; |
| 477 | + margin-top: -2px; |
475 | 478 | clear: both; |
476 | 479 | border: solid 1px #cccccc; |
477 | 480 | background-color: #f9f9f9; |