Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -554,6 +554,7 @@ |
555 | 555 | |
556 | 556 | #header { |
557 | 557 | margin: 8px 8px 0 8px; |
| 558 | + position: relative; |
558 | 559 | } |
559 | 560 | |
560 | 561 | #content_wrapper { |
— | — | @@ -582,6 +583,10 @@ |
583 | 584 | -moz-border-radius: 2px; |
584 | 585 | } |
585 | 586 | |
| 587 | +#searchbox form { |
| 588 | + margin-bottom: 0; |
| 589 | +} |
| 590 | + |
586 | 591 | html[dir="rtl"] #searchbox { |
587 | 592 | padding: 5px 44px 5px 32px |
588 | 593 | } |
— | — | @@ -605,6 +610,7 @@ |
606 | 611 | background-size: 27px 25px; |
607 | 612 | height: 25px; |
608 | 613 | width: 27px; |
| 614 | + padding-bottom: 0; |
609 | 615 | } |
610 | 616 | |
611 | 617 | html[dir="rtl"] #goButton { |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -1,7 +1,3 @@ |
2 | | -#blackberry { |
3 | | - test: 1; |
| 2 | +#header { |
| 3 | + margin-top: 0; /* interferes with results positioning in blackberry 9300 (5.0.0.176)*/ |
4 | 4 | } |
5 | | - |
6 | | -#clearButton { |
7 | | - display: none; |
8 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -549,6 +549,7 @@ |
550 | 550 | |
551 | 551 | #header { |
552 | 552 | margin: 8px 8px 0 8px; |
| 553 | + position: relative; |
553 | 554 | } |
554 | 555 | |
555 | 556 | #content_wrapper { |
— | — | @@ -579,6 +580,7 @@ |
580 | 581 | #searchbox #form { |
581 | 582 | padding-right: 34px; |
582 | 583 | width: 100%; |
| 584 | + margin-bottom: 0; |
583 | 585 | } |
584 | 586 | |
585 | 587 | html[dir="rtl"] #logo, |
— | — | @@ -595,6 +597,7 @@ |
596 | 598 | background-size: 27px 25px; |
597 | 599 | height: 25px; |
598 | 600 | width: 27px; |
| 601 | + padding-bottom: 0; |
599 | 602 | } |
600 | 603 | |
601 | 604 | html[dir="rtl"] #goButton { |
— | — | @@ -704,6 +707,10 @@ |
705 | 708 | /* |
706 | 709 | full screen search css |
707 | 710 | */ |
| 711 | +.full-screen-search #header { |
| 712 | + margin: 0; |
| 713 | +} |
| 714 | + |
708 | 715 | .full-screen-search #content, |
709 | 716 | .full-screen-search #footer, |
710 | 717 | .full-screen-search #zero-rated-banner-red, |