summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-08 08:49:14 +0400
committerAndrew Dolgov <[email protected]>2013-05-08 08:49:14 +0400
commit41bcaef13b94c7a94878bb52854c3f25aab62b32 (patch)
treec2c330798a645ae04f795cc57925a6f417fda653
parentf5d3c77a8f5d20ca8548f4d894477c506823e4d3 (diff)
force minimum counterNode width
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 56d0e0d7f..1de884064 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1059,11 +1059,11 @@ div.hl.active {
color : white;
background : #88b0f0;
border-radius : 4px;
- padding : 0px 4px 0px 4px;
vertical-align : middle;
float : right;
margin-right : 5px;
position : relative;
top : 2px;
+ min-width : 23px;
}