http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97521
Revision: 97521
Author: preilly
Date: 2011-09-19 18:07:01 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
styling fixes for Bug 30886 - "Clear" Button for Search Field
Modified Paths:
--------------
trunk/extensions/MobileFrontend/stylesheets/android.css
trunk/extensions/MobileFrontend/stylesheets/blackberry.css
trunk/extensions/MobileFrontend/stylesheets/default.css
trunk/extensions/MobileFrontend/stylesheets/firefox.css
trunk/extensions/MobileFrontend/stylesheets/iphone.css
trunk/extensions/MobileFrontend/stylesheets/iphone2.css
trunk/extensions/MobileFrontend/stylesheets/kindle.css
trunk/extensions/MobileFrontend/stylesheets/nokia.css
trunk/extensions/MobileFrontend/stylesheets/operamini.css
trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
trunk/extensions/MobileFrontend/stylesheets/psp.css
trunk/extensions/MobileFrontend/stylesheets/simple.css
trunk/extensions/MobileFrontend/stylesheets/webkit.css
trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
trunk/extensions/MobileFrontend/stylesheets/wii.css
Modified: trunk/extensions/MobileFrontend/stylesheets/android.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/android.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/android.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -274,7 +274,12 @@
background: white;
padding: 0 5px 5px 5px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -277,7 +277,12 @@
background: white;
padding: 0 5px 5px 5px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/default.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/default.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/default.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -262,7 +262,12 @@
button.section_heading.hide {
display: none; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/firefox.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/firefox.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/firefox.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -277,7 +277,12 @@
#nav {
margin-top: 8px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/iphone.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -303,7 +303,12 @@
#header {
max-width: 290px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone2.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone2.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -277,7 +277,12 @@
#header {
max-width: 290px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/kindle.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/kindle.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/kindle.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -93,7 +93,12 @@
body {
line-height: 120%; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/nokia.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/nokia.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/nokia.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -277,7 +277,12 @@
background: white;
padding: 0 5px 5px 5px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/operamini.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/operamini.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/operamini.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -303,7 +303,12 @@
span.idx {
display: none; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/palm_pre.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/palm_pre.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -288,7 +288,12 @@
body {
font-size: 14px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/psp.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/psp.css 2011-09-19 18:01:28 UTC
(rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/psp.css 2011-09-19 18:07:01 UTC
(rev 97521)
@@ -330,7 +330,12 @@
span.idx {
display: none; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/simple.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/simple.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/simple.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -300,7 +300,12 @@
float: right;
margin-right: 5px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/webkit.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -274,7 +274,12 @@
background: white;
padding: 0 5px 5px 5px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit_old.css 2011-09-19
18:01:28 UTC (rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit_old.css 2011-09-19
18:07:01 UTC (rev 97521)
@@ -285,7 +285,12 @@
background: white;
padding: 0 5px 5px 5px; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
Modified: trunk/extensions/MobileFrontend/stylesheets/wii.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/wii.css 2011-09-19 18:01:28 UTC
(rev 97520)
+++ trunk/extensions/MobileFrontend/stylesheets/wii.css 2011-09-19 18:07:01 UTC
(rev 97521)
@@ -260,7 +260,12 @@
button.section_heading.hide {
display: none; }
+#search:focus {
+ outline: none;
+}
+
#search {
+ -webkit-appearance: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs