style adjustments for longer numbers

This commit is contained in:
Matthias Kretschmann 2013-11-09 19:18:50 +01:00
parent dfc6f9c0f1
commit 59aaa624d4
2 changed files with 10 additions and 8 deletions

View File

@ -42,9 +42,6 @@
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 );
border: 2px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
@ -54,10 +51,13 @@
min-width: 20px;
height: 20px;
display: inline-block;
border-radius: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding-left: 3px;
padding-right: 3px;
position: relative;
margin-left: 2px;
}

View File

@ -27,15 +27,17 @@
text-shadow: none !important;
color: #fff; /* just in case, is white per WP default */
font: 12px/16px 'Helvetica Neue', Helvetica, Verdana, Geneva, sans-serif;
font: 12px/20px 'Helvetica Neue', Helvetica, Verdana, Geneva, sans-serif;
font-weight: 200;
text-align: center;
width: 20px;
min-width: 20px;
height: 20px;
display: inline-block;
border-radius: 20px;
padding: 2px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 0 2px;
margin-top: -2px;
vertical-align: baseline;