r112584 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112583‎ | r112584 | r112585 >
Date:10:44, 28 February 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
remove definitions that live in common.css
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/android.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/blackberry.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/default.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone2.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/nokia.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/palm_pre.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -1,10 +1,3 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - height: 25px;
6 - width: 27px;
7 -}
8 -
92 #searchbox {
103 height: 25px;
114 }
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -1,10 +1,3 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - height: 25px;
6 - width: 27px;
7 -}
8 -
92 body {
103 font-size: 1.8em;
114 }
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -1,10 +1,3 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - height: 25px;
6 - width: 27px;
7 -}
8 -
92 #header, #footer, #content_wrapper {
103 margin: 0 2px;
114 }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -1,10 +1,3 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - height: 25px;
6 - width: 27px;
7 -}
8 -
92 .mwm-notice {
103 padding: 5px;
114 background: #dddddd;
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -1,10 +1,3 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - background-size: 27px 25px;
6 - height: 25px;
7 - width: 27px;
8 -}
92 @media screen and (-webkit-device-pixel-ratio: 1.5) {
103 #searchbox #goButton {
114 background-image: url(images/s-hdpi.png) !important;
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -2,13 +2,6 @@
33 test: 1;
44 }
55
6 -#searchbox #goButton {
7 - border: 0;
8 - background: url(images/s.gif) no-repeat top left;
9 - height: 25px;
10 - width: 27px;
11 -}
12 -
136 #clearButton {
147 display: none;
158 }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -25,13 +25,6 @@
2626 -moz-border-radius: 2px;
2727 }
2828
29 -#searchbox #goButton {
30 - border: 0;
31 - background: url(images/s.gif) no-repeat top left;
32 - height: 25px;
33 - width: 27px;
34 -}
35 -
3629 #searchbox #searchField {
3730 height: 27px;
3831 font-size: 16px;
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -1,7 +0,0 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - background-size: 27px 25px;
6 - height: 25px;
7 - width: 27px;
8 -}

Status & tagging log