r113903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113902‎ | r113903 | r113904 >
Date:10:06, 15 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
fix iphone styling

these rules are now redundant
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/iphone.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: 2.0) {
103 #searchbox #goButton {
114 background-image: url(images/s-xhdpi.png) !important;
@@ -14,19 +7,3 @@
158 #ogg_player_1 {
169 display: none;
1710 }
18 -
19 -#searchbox {
20 - border: 1px solid #cccccc;
21 - -webkit-border-radius: 2px;
22 - -moz-border-radius: 2px;
23 -}
24 -
25 -#searchbox #searchField {
26 - height: 27px;
27 - font-size: 16px;
28 -}
29 -
30 -#search {
31 - height: 1.3em;
32 -}
33 -

Status & tagging log