Merge "Localisation updates from http://translatewiki.net."
[lhc/web/wiklou.git] / resources / jquery / jquery.badge.css
index f7eb692..7dd2198 100644 (file)
@@ -1,33 +1,28 @@
 .mw-badge {
-       min-width: 8px;
-       height: 14px;
-       border: 1px solid white;
-       border-radius: 8px;
-       -moz-border-radius: 8px;
-       -webkit-border-radius: 8px;
-       box-shadow: 0px 1px 4px #ccc;
+       min-width: 7px;
+       -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;
-       background-color: #b60a00;
-       background-image: linear-gradient(bottom, #a70802 0%, #cf0e00 100%);
-       background-image: -o-linear-gradient(bottom, #a70802 0%, #cf0e00 100%);
-       background-image: -moz-linear-gradient(bottom, #a70802 0%, #cf0e00 100%);
-       background-image: -webkit-linear-gradient(bottom, #a70802 0%, #cf0e00 100%);
-       background-image: -ms-linear-gradient(bottom, #a70802 0%, #cf0e00 100%);
-       background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a70802), color-stop(1, #cf0e00));
+       box-shadow: 0px 1px 4px #ccc;
+       background-color: #cc0000;
        padding: 0 3px;
        text-align: center;
+       font-size: 12px;
+       line-height: 12px;
 }
 
 .mw-badge-content {
-       font-size: 12px;
-       line-height: 14px;
+       font-weight: bold;
        color: white;
-       vertical-align: top;
+       vertical-align: baseline;
+       text-shadow: 0 1px rgba(0, 0, 0, 0.4);
 }
 
 .mw-badge-inline {
-       display: inline;
+       display: inline-block;
+       margin-left: 3px;
 }
 
 .mw-badge-overlay {
@@ -35,4 +30,4 @@
        bottom: -1px;
        right: -3px;
        z-index: 50;
-}
\ No newline at end of file
+}