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

Revision: 99657
Author:   reedy
Date:     2011-10-12 23:32:16 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Part of Bug 31050 - Cleanup duplicate CSS for mobile devices

Moved 16 lines of CSS from .clearlink to common.css

Set svn:eol-style native to common.css

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/stylesheets/android.css
    trunk/extensions/MobileFrontend/stylesheets/blackberry.css
    trunk/extensions/MobileFrontend/stylesheets/common.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/kindle.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
    trunk/extensions/MobileFrontend/stylesheets/wii.css

Property Changed:
----------------
    trunk/extensions/MobileFrontend/stylesheets/common.css

Modified: trunk/extensions/MobileFrontend/stylesheets/android.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/android.css     2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/android.css     2011-10-12 
23:32:16 UTC (rev 99657)
@@ -300,20 +300,3 @@
    height: 1.5em;
    position: relative;
 }
-
-.clearlink {
-   background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-   background-position: center center;
-   cursor: pointer;
-   zoom:1;
-   position: absolute;
-   right: 0.25em;
-   top: 50%;
-   margin: 1px;
-   height: 12px;
-   width: 12px;
-   margin-top: -6px;
-   z-index: 2;
-   border: 0px solid;
-   display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css  2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css  2011-10-12 
23:32:16 UTC (rev 99657)
@@ -303,20 +303,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/common.css      2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/common.css      2011-10-12 
23:32:16 UTC (rev 99657)
@@ -0,0 +1,16 @@
+.clearlink {
+    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
+    background-position: center center;
+    cursor: pointer;
+    zoom:1;
+    position: absolute;
+    right: 0.25em;
+    top: 50%;
+    margin: 1px;
+    height: 12px;
+    width: 12px;
+    margin-top: -6px;
+    z-index: 2;
+    border: 0px solid;
+    display: none;
+}
\ No newline at end of file


Property changes on: trunk/extensions/MobileFrontend/stylesheets/common.css
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: trunk/extensions/MobileFrontend/stylesheets/default.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/default.css     2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/default.css     2011-10-12 
23:32:16 UTC (rev 99657)
@@ -287,21 +287,4 @@
     vertical-align:middle;
     height: 1.5em;
     position: relative;
-}
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
 }
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/firefox.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/firefox.css     2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/firefox.css     2011-10-12 
23:32:16 UTC (rev 99657)
@@ -303,20 +303,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/iphone.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone.css      2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone.css      2011-10-12 
23:32:16 UTC (rev 99657)
@@ -329,20 +329,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone2.css     2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone2.css     2011-10-12 
23:32:16 UTC (rev 99657)
@@ -303,20 +303,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/kindle.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/kindle.css      2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/kindle.css      2011-10-12 
23:32:16 UTC (rev 99657)
@@ -119,20 +119,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/nokia.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/nokia.css       2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/nokia.css       2011-10-12 
23:32:16 UTC (rev 99657)
@@ -303,20 +303,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/operamini.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/operamini.css   2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/operamini.css   2011-10-12 
23:32:16 UTC (rev 99657)
@@ -329,20 +329,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/palm_pre.css    2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/palm_pre.css    2011-10-12 
23:32:16 UTC (rev 99657)
@@ -314,20 +314,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/psp.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/psp.css 2011-10-12 23:27:38 UTC 
(rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/psp.css 2011-10-12 23:32:16 UTC 
(rev 99657)
@@ -356,20 +356,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/simple.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/simple.css      2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/simple.css      2011-10-12 
23:32:16 UTC (rev 99657)
@@ -326,20 +326,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/webkit.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit.css      2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit.css      2011-10-12 
23:32:16 UTC (rev 99657)
@@ -300,20 +300,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}

Modified: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit_old.css  2011-10-12 
23:27:38 UTC (rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit_old.css  2011-10-12 
23:32:16 UTC (rev 99657)
@@ -311,20 +311,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file

Modified: trunk/extensions/MobileFrontend/stylesheets/wii.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/wii.css 2011-10-12 23:27:38 UTC 
(rev 99656)
+++ trunk/extensions/MobileFrontend/stylesheets/wii.css 2011-10-12 23:32:16 UTC 
(rev 99657)
@@ -286,20 +286,3 @@
     height: 1.5em;
     position: relative;
 }
-
-.clearlink {
-    background: url(images/close-button.png) no-repeat scroll 0 0 transparent;
-    background-position: center center;
-    cursor: pointer;
-    zoom:1;
-    position: absolute;
-    right: 0.25em;
-    top: 50%;
-    margin: 1px;
-    height: 12px;
-    width: 12px;
-    margin-top: -6px;
-    z-index: 2;
-    border: 0px solid;
-    display: none;
-}
\ No newline at end of file


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to