https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113363

Revision: 113363
Author:   jdlrobson
Date:     2012-03-08 13:08:11 +0000 (Thu, 08 Mar 2012)
Log Message:
-----------
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: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css  2012-03-08 
12:27:02 UTC (rev 113362)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css  2012-03-08 
13:08:11 UTC (rev 113363)
@@ -1,3 +1,16 @@
 #header {
        margin-top: 0; /* interferes with results positioning in blackberry 
9300 (5.0.0.176)*/
 }
+
+/* blackberry 9300 search box rendering fixes */ 
+#searchbox {
+       padding-left: 2px;
+}
+
+#searchbox form {
+       padding-left: 44px;
+}
+
+#goButton {
+       height: 27px;
+}


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to