Merge pull request #2752 from awesomerobot/master

minor unread circle alignment fix
This commit is contained in:
Sam 2014-09-04 14:29:47 +10:00
commit ba4363d8fc
2 changed files with 2 additions and 3 deletions

View File

@ -61,11 +61,11 @@ h1 a.badge-category div {vertical-align: top;}
.badge-notification { .badge-notification {
@extend %badge; @extend %badge;
padding: 3px; padding: 3px 5px;
vertical-align: middle;
color: $secondary; color: $secondary;
font-size: 11px; font-size: 11px;
line-height: 1; line-height: 1;
min-width: 11px;
text-align: center; text-align: center;
background-color: scale-color($primary, $lightness: 70%); background-color: scale-color($primary, $lightness: 70%);
&[href] { &[href] {

View File

@ -1019,7 +1019,6 @@ span.highlighted {
.read-state { .read-state {
color: scale-color($tertiary, $lightness: 50%); color: scale-color($tertiary, $lightness: 50%);
position: absolute; position: absolute;
right: -8px;
top: 13px; top: 13px;
font-size: 8px; font-size: 8px;
} }