r89941 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89940‎ | r89941 | r89942 >
Date:23:22, 12 June 2011
Author:hartman
Status:ok
Tags:
Comment:
Add images directory and make the image urls in css relative.
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/firefox.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/100px-globe.png (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/buttonbg.gif (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/clearicon.png (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/logo-en.png (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/s.gif (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/search-big.png (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/search.gif (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/search.png (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/system-search.gif (added) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/images/w.gif (added) (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/operamini.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/palm_pre.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/simple.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit_old.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/images/100px-globe.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/100px-globe.png
___________________________________________________________________
Added: svn:mime-type
230230 + image/png
Index: trunk/extensions/MobileFrontend/stylesheets/images/clearicon.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/clearicon.png
___________________________________________________________________
Added: svn:mime-type
231231 + image/png
Index: trunk/extensions/MobileFrontend/stylesheets/images/logo-en.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/logo-en.png
___________________________________________________________________
Added: svn:mime-type
232232 + image/png
Added: svn:executable
233233 + *
Index: trunk/extensions/MobileFrontend/stylesheets/images/s.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/s.gif
___________________________________________________________________
Added: svn:mime-type
234234 + application/octet-stream
Index: trunk/extensions/MobileFrontend/stylesheets/images/search-big.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/search-big.png
___________________________________________________________________
Added: svn:mime-type
235235 + image/png
Index: trunk/extensions/MobileFrontend/stylesheets/images/buttonbg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/buttonbg.gif
___________________________________________________________________
Added: svn:mime-type
236236 + application/octet-stream
Index: trunk/extensions/MobileFrontend/stylesheets/images/search.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/search.png
___________________________________________________________________
Added: svn:mime-type
237237 + image/png
Index: trunk/extensions/MobileFrontend/stylesheets/images/search.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/search.gif
___________________________________________________________________
Added: svn:mime-type
238238 + application/octet-stream
Index: trunk/extensions/MobileFrontend/stylesheets/images/w.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/w.gif
___________________________________________________________________
Added: svn:mime-type
239239 + application/octet-stream
Added: svn:executable
240240 + *
Index: trunk/extensions/MobileFrontend/stylesheets/images/system-search.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/system-search.gif
___________________________________________________________________
Added: svn:mime-type
241241 + application/octet-stream
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -203,7 +203,7 @@
204204 vertical-align: middle; }
205205 #searchbox #goButton {
206206 border: 0;
207 - background: url(/images/s.gif) no-repeat top left;
 207+ background: url(images/s.gif) no-repeat top left;
208208 height: 25px;
209209 width: 27px; }
210210 #searchbox #searchField {
@@ -217,7 +217,7 @@
218218 #nav form, #nav button {
219219 display: inline-block; }
220220 #nav button {
221 - background: url(/images/buttonbg.gif) no-repeat center;
 221+ background: url(images/buttonbg.gif) no-repeat center;
222222 border: 0;
223223 height: 23px;
224224 width: 83px; }
@@ -225,7 +225,7 @@
226226 #disableButtons {
227227 text-align: center; }
228228 #disableButtons button {
229 - background: url(/images/buttonbg.gif) no-repeat center;
 229+ background: url(images/buttonbg.gif) no-repeat center;
230230 border: 0;
231231 height: 23px;
232232 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
@@ -288,7 +288,7 @@
289289 vertical-align: middle; }
290290 #searchbox #goButton {
291291 border: 0;
292 - background: url(/images/s.gif) no-repeat top left;
 292+ background: url(images/s.gif) no-repeat top left;
293293 height: 25px;
294294 width: 27px; }
295295 #searchbox #searchField {
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -200,7 +200,7 @@
201201 vertical-align: middle; }
202202 #searchbox #goButton {
203203 border: 0;
204 - background: url(/images/s.gif) no-repeat top left;
 204+ background: url(images/s.gif) no-repeat top left;
205205 height: 25px;
206206 width: 27px; }
207207 #searchbox #searchField {
@@ -214,7 +214,7 @@
215215 #nav form, #nav button {
216216 display: inline-block; }
217217 #nav button {
218 - background: url(/images/buttonbg.gif) no-repeat center;
 218+ background: url(images/buttonbg.gif) no-repeat center;
219219 border: 0;
220220 height: 23px;
221221 width: 83px; }
@@ -222,7 +222,7 @@
223223 #disableButtons {
224224 text-align: center; }
225225 #disableButtons button {
226 - background: url(/images/buttonbg.gif) no-repeat center;
 226+ background: url(images/buttonbg.gif) no-repeat center;
227227 border: 0;
228228 height: 23px;
229229 width: 83px; }

Status & tagging log