Fixing unread count sizing on folder headers.

This commit is contained in:
Samuel Clay 2014-07-29 10:24:07 -07:00
parent 50f06436ca
commit e78118325b

View file

@ -749,7 +749,7 @@ a img {
.NB-feedlist .folder .folder_title .NB-feedlist-collapse-icon,
.NB-feeds-header .NB-feedlist-collapse-icon {
position: absolute;
top: 5px;
top: 7px;
right: 3px;
width: 16px;
height: 16px;
@ -865,10 +865,9 @@ a img {
padding-top: 4px;
}
.NB-feeds-header .unread_count {
margin-top: 2px;
margin-top: 4px;
line-height: 11px;
}
.NB-feedlist-hide-read-feeds .NB-feedlist .feed {
display: none;
}