r113363 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113362‎ | r113363 | r113364 >
Date:13:08, 8 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
render search box correctly on blackberry 9300

it seems there is an issue with absolute positioning
within padded elements on blackberry 9300 in that the
logo jumps to the right underneath the search box
this fixes this by putting the padding on the parent
element
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/blackberry.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -1,3 +1,16 @@
22 #header {
33 margin-top: 0; /* interferes with results positioning in blackberry 9300 (5.0.0.176)*/
44 }
 5+
 6+/* blackberry 9300 search box rendering fixes */
 7+#searchbox {
 8+ padding-left: 2px;
 9+}
 10+
 11+#searchbox form {
 12+ padding-left: 44px;
 13+}
 14+
 15+#goButton {
 16+ height: 27px;
 17+}

Status & tagging log