1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00

force minimum counterNode width

This commit is contained in:
Andrew Dolgov 2013-05-08 08:49:14 +04:00
parent f5d3c77a8f
commit 41bcaef13b

View File

@ -1059,11 +1059,11 @@ div.hl.active {
color : white; color : white;
background : #88b0f0; background : #88b0f0;
border-radius : 4px; border-radius : 4px;
padding : 0px 4px 0px 4px;
vertical-align : middle; vertical-align : middle;
float : right; float : right;
margin-right : 5px; margin-right : 5px;
position : relative; position : relative;
top : 2px; top : 2px;
min-width : 23px;
} }