mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 09:56:50 +01:00
style adjustments for longer numbers
This commit is contained in:
parent
dfc6f9c0f1
commit
59aaa624d4
@ -42,9 +42,6 @@
|
|||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 );
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 );
|
||||||
|
|
||||||
border: 2px solid #fff;
|
border: 2px solid #fff;
|
||||||
-webkit-border-radius: 50%;
|
|
||||||
-moz-border-radius: 50%;
|
|
||||||
border-radius: 50%;
|
|
||||||
|
|
||||||
-webkit-background-clip: padding-box;
|
-webkit-background-clip: padding-box;
|
||||||
-moz-background-clip: padding-box;
|
-moz-background-clip: padding-box;
|
||||||
@ -54,10 +51,13 @@
|
|||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 20px;
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-left: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,15 +27,17 @@
|
|||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
|
|
||||||
color: #fff; /* just in case, is white per WP default */
|
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;
|
font-weight: 200;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
width: 20px;
|
min-width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 20px;
|
-moz-border-radius: 10px;
|
||||||
padding: 2px;
|
-webkit-border-radius: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 0 2px;
|
||||||
|
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
Loading…
Reference in New Issue
Block a user