jenkins-bot has submitted this change and it was merged.

Change subject: jquery.badge: Add CSS inline-block fix for IE 7 and earlier
......................................................................


jquery.badge: Add CSS inline-block fix for IE 7 and earlier

Also making sure cursor is set to pointer for IE7 and earlier

Bug: 47926
Change-Id: I2fce808e076671778010859e547d6544d060f31f
---
M resources/jquery/jquery.badge.css
1 file changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Tychay: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/jquery/jquery.badge.css 
b/resources/jquery/jquery.badge.css
index d961bf3..c706bb9 100644
--- a/resources/jquery/jquery.badge.css
+++ b/resources/jquery/jquery.badge.css
@@ -8,6 +8,7 @@
        font-size: 12px;
        line-height: 12px;
        background-color: #d2d2d2;
+       cursor: pointer;
 }
 
 .mw-badge-content {
@@ -18,8 +19,12 @@
 }
 
 .mw-badge-inline {
-       display: inline-block;
        margin-left: 3px;
+       display: inline-block;
+       /* Hack for IE6 and IE7 (bug 47926) */
+       zoom: 1;
+       *display: inline;
+
 }
 .mw-badge-overlay {
        position: absolute;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2fce808e076671778010859e547d6544d060f31f
Gerrit-PatchSet: 8
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Tychay <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to