summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.badge.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/jquery/jquery.badge.css')
-rw-r--r--resources/jquery/jquery.badge.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/resources/jquery/jquery.badge.css b/resources/jquery/jquery.badge.css
index d961bf3d..f313663e 100644
--- a/resources/jquery/jquery.badge.css
+++ b/resources/jquery/jquery.badge.css
@@ -1,13 +1,12 @@
.mw-badge {
min-width: 7px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
border-radius: 2px;
padding: 1px 4px;
text-align: center;
font-size: 12px;
line-height: 12px;
background-color: #d2d2d2;
+ cursor: pointer;
}
.mw-badge-content {
@@ -18,8 +17,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;