Merge "(bug 46615) updateCollation.php: sanity check the collation before proceeding"
[lhc/web/wiklou.git] / resources / jquery / jquery.badge.css
index 7dd2198..d961bf3 100644 (file)
@@ -3,14 +3,11 @@
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
-       -moz-box-shadow: 0px 1px 4px #ccc;
-       -webkit-box-shadow: 0px 1px 4px #ccc;
-       box-shadow: 0px 1px 4px #ccc;
-       background-color: #cc0000;
-       padding: 0 3px;
+       padding: 1px 4px;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
+       background-color: #d2d2d2;
 }
 
 .mw-badge-content {
        display: inline-block;
        margin-left: 3px;
 }
-
 .mw-badge-overlay {
        position: absolute;
        bottom: -1px;
        right: -3px;
        z-index: 50;
 }
+
+.mw-badge-important {
+       background-color: #cc0000;
+}
+