r112897 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112896‎ | r112897 | r112898 >
Date:14:08, 2 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
remove search box related styling for psp and simple
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/simple.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -1,37 +1,7 @@
2 -#searchbox #goButton {
3 - border: 0;
4 - background: url(images/s.gif) no-repeat top left;
5 - height: 25px;
6 - width: 27px;
7 -}
8 -
9 -
102 #header, #footer, #content_wrapper {
113 margin: 0 2px;
124 }
135
14 -#searchbox {
15 - border: 0px;
16 - padding: 2px;
17 - height: 26px;
18 -}
19 -
20 -#searchbox form, #searchbox button, #searchbox img, #searchbox input {
21 - display: inline;
22 -}
23 -
24 -#searchbox input#searchField {
25 - width: 60%;
26 -}
27 -
28 -#searchbox input#searchButton {
29 - margin-left: 2px;
30 -}
31 -
32 -#searchbox input#submitButton {
33 - display: none;
34 -}
35 -
366 /* TODO: duplicate see psp.css */
377 .nav {
388 border: 0;
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -2,28 +2,6 @@
33 margin: 0 2px;
44 }
55
6 -#searchbox {
7 - border: 0px;
8 - padding: 2px;
9 - height: 26px;
10 -}
11 -
12 -#searchbox form, #searchbox button, #searchbox img, #searchbox input {
13 - display: inline;
14 -}
15 -
16 -#searchbox input#searchField {
17 - width: 60%;
18 -}
19 -
20 -#searchbox input#searchButton {
21 - margin-left: 2px;
22 -}
23 -
24 -#searchbox input#submitButton {
25 - display: none;
26 -}
27 -
286 /* TODO: review duplicate definition in operamini, psp, simple
297 Are they even necessary? could/should they be in common.css ?
308 */
@@ -79,10 +57,6 @@
8058 margin: 0;
8159 }
8260
83 -#searchField {
84 - font-size: 1.2em;
85 -}
86 -
8761 span.idx {
8862 display: none;
8963 }

Status & tagging log