Robert Vogel has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/146737

Change subject: CSS Fix for Firefox
......................................................................

CSS Fix for Firefox

background-image-position-y/-x are not standard compliant

Change-Id: I19045643492d6bab228d3ffcc1667c7e223634b6
---
M resources/components/skin.icons.less
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/BlueSpiceSkin 
refs/changes/37/146737/1

diff --git a/resources/components/skin.icons.less 
b/resources/components/skin.icons.less
index 2164ed7..e721af8 100644
--- a/resources/components/skin.icons.less
+++ b/resources/components/skin.icons.less
@@ -29,35 +29,35 @@
                        /*@embed*/
                        background-image: 
url('images/desktop/bs-nav-icon-sprite.png');
                        background-repeat: no-repeat;
-                       background-position-y: -144px;
+                       background-position: 0 -144px;
                }
        }
 
        li#n-mainpage > a {
-               background-position-y: -72px;
+               background-position: 0 -72px;
        }
 
        li#n-special-allpages > a {
-               background-position-y: -24px;
+               background-position: 0 -24px;
        }
 
        li#n-special-categories > a {
-               background-position-y: 0;
+               background-position: 0 0;
        }
 
        li#n-special-recentchanges > a {
-               background-position-y: -120px;
+               background-position: 0 -120px;
        }
 
        li#n-external-manuals > a {
-               background-position-y: -48px;
+               background-position: 0 -48px;
        }
 
        li#n-external-support > a {
-               background-position-y: -168px;
+               background-position: 0 -168px;
        }
 
        li#n-external-contact > a {
-               background-position-y: -96px;
+               background-position: 0 -96px;
        }
 }
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/146737
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19045643492d6bab228d3ffcc1667c7e223634b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <[email protected]>

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

Reply via email to