https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112796
Revision: 112796
Author: jdlrobson
Date: 2012-03-01 11:54:00 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
styling changes based on blackberry 9300
many of these css rules are harmless due to blackberrys
default css so have been added to the common files
Modified Paths:
--------------
trunk/extensions/MobileFrontend/stylesheets/beta_common.css
trunk/extensions/MobileFrontend/stylesheets/blackberry.css
trunk/extensions/MobileFrontend/stylesheets/common.css
Modified: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-01
11:37:20 UTC (rev 112795)
+++ trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-01
11:54:00 UTC (rev 112796)
@@ -549,6 +549,7 @@
#header {
margin: 8px 8px 0 8px;
+ position: relative;
}
#content_wrapper {
@@ -579,6 +580,7 @@
#searchbox #form {
padding-right: 34px;
width: 100%;
+ margin-bottom: 0;
}
html[dir="rtl"] #logo,
@@ -595,6 +597,7 @@
background-size: 27px 25px;
height: 25px;
width: 27px;
+ padding-bottom: 0;
}
html[dir="rtl"] #goButton {
@@ -704,6 +707,10 @@
/*
full screen search css
*/
+.full-screen-search #header {
+ margin: 0;
+}
+
.full-screen-search #content,
.full-screen-search #footer,
.full-screen-search #zero-rated-banner-red,
Modified: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2012-03-01
11:37:20 UTC (rev 112795)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2012-03-01
11:54:00 UTC (rev 112796)
@@ -1,7 +1,3 @@
-#blackberry {
- test: 1;
+#header {
+ margin-top: 0; /* interferes with results positioning in blackberry
9300 (5.0.0.176)*/
}
-
-#clearButton {
- display: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/common.css 2012-03-01
11:37:20 UTC (rev 112795)
+++ trunk/extensions/MobileFrontend/stylesheets/common.css 2012-03-01
11:54:00 UTC (rev 112796)
@@ -554,6 +554,7 @@
#header {
margin: 8px 8px 0 8px;
+ position: relative;
}
#content_wrapper {
@@ -582,6 +583,10 @@
-moz-border-radius: 2px;
}
+#searchbox form {
+ margin-bottom: 0;
+}
+
html[dir="rtl"] #searchbox {
padding: 5px 44px 5px 32px
}
@@ -605,6 +610,7 @@
background-size: 27px 25px;
height: 25px;
width: 27px;
+ padding-bottom: 0;
}
html[dir="rtl"] #goButton {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs