http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89941

Revision: 89941
Author:   hartman
Date:     2011-06-12 23:22:11 +0000 (Sun, 12 Jun 2011)
Log Message:
-----------
Add images directory and make the image urls in css relative.

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/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

Added Paths:
-----------
    trunk/extensions/MobileFrontend/stylesheets/images/
    trunk/extensions/MobileFrontend/stylesheets/images/100px-globe.png
    trunk/extensions/MobileFrontend/stylesheets/images/buttonbg.gif
    trunk/extensions/MobileFrontend/stylesheets/images/clearicon.png
    trunk/extensions/MobileFrontend/stylesheets/images/logo-en.png
    trunk/extensions/MobileFrontend/stylesheets/images/s.gif
    trunk/extensions/MobileFrontend/stylesheets/images/search-big.png
    trunk/extensions/MobileFrontend/stylesheets/images/search.gif
    trunk/extensions/MobileFrontend/stylesheets/images/search.png
    trunk/extensions/MobileFrontend/stylesheets/images/system-search.gif
    trunk/extensions/MobileFrontend/stylesheets/images/w.gif

Modified: trunk/extensions/MobileFrontend/stylesheets/android.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/android.css     2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/android.css     2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css  2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css  2011-06-12 
23:22:11 UTC (rev 89941)
@@ -203,7 +203,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -217,7 +217,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -225,7 +225,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/default.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/default.css     2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/default.css     2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/firefox.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/firefox.css     2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/firefox.css     2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Added: trunk/extensions/MobileFrontend/stylesheets/images/100px-globe.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/100px-globe.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: trunk/extensions/MobileFrontend/stylesheets/images/buttonbg.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/buttonbg.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/extensions/MobileFrontend/stylesheets/images/clearicon.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/clearicon.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: trunk/extensions/MobileFrontend/stylesheets/images/logo-en.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/logo-en.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

Added: trunk/extensions/MobileFrontend/stylesheets/images/s.gif
===================================================================
(Binary files differ)


Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/s.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/extensions/MobileFrontend/stylesheets/images/search-big.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/search-big.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: trunk/extensions/MobileFrontend/stylesheets/images/search.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/search.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/extensions/MobileFrontend/stylesheets/images/search.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/search.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: trunk/extensions/MobileFrontend/stylesheets/images/system-search.gif
===================================================================
(Binary files differ)


Property changes on: 
trunk/extensions/MobileFrontend/stylesheets/images/system-search.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/extensions/MobileFrontend/stylesheets/images/w.gif
===================================================================
(Binary files differ)


Property changes on: trunk/extensions/MobileFrontend/stylesheets/images/w.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/extensions/MobileFrontend/stylesheets/iphone.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone.css      2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone.css      2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -288,7 +288,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {

Modified: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone2.css     2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone2.css     2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/nokia.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/nokia.css       2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/nokia.css       2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/operamini.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/operamini.css   2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/operamini.css   2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/palm_pre.css    2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/palm_pre.css    2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/psp.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/psp.css 2011-06-12 22:50:19 UTC 
(rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/psp.css 2011-06-12 23:22:11 UTC 
(rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/simple.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/simple.css      2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/simple.css      2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/webkit.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit.css      2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit.css      2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }

Modified: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit_old.css  2011-06-12 
22:50:19 UTC (rev 89940)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit_old.css  2011-06-12 
23:22:11 UTC (rev 89941)
@@ -200,7 +200,7 @@
     vertical-align: middle; }
   #searchbox #goButton {
     border: 0;
-    background: url(/images/s.gif) no-repeat top left;
+    background: url(images/s.gif) no-repeat top left;
     height: 25px;
     width: 27px; }
   #searchbox #searchField {
@@ -214,7 +214,7 @@
   #nav form, #nav button {
     display: inline-block; }
   #nav button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }
@@ -222,7 +222,7 @@
 #disableButtons {
   text-align: center; }
   #disableButtons button {
-    background: url(/images/buttonbg.gif) no-repeat center;
+    background: url(images/buttonbg.gif) no-repeat center;
     border: 0;
     height: 23px;
     width: 83px; }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to