News: notifications more elegant, less obtrusive

This commit is contained in:
Jan-Christoph Borchardt 2012-10-31 01:26:30 +01:00
Родитель 05f92e2842
Коммит e101bc07bc
1 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -58,21 +58,22 @@ div.add_parentfolder {
}
#feeds .unread_items_counter {
border-radius: .4em;
background-color: #666;
color: #fefefe;
padding: .1em .3em;
min-width: 1em;
padding: 6px 8px 5px;
position: absolute;
z-index: 1000;
right: .3em;
top: .4em;
right: 0;
top: 0;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
font-size: 9pt;
border-left: 1px solid #ddd;
}
#feeds .active .unread_items_counter {
border-left: 1px solid #c5c5c5;
}
#feeds li:hover > .unread_items_counter, #feeds .all_read > .unread_items_counter {
display: none;
}