summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 18:54:21 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 18:54:21 +0400
commit48e5a756542db9e133bece38125f42974f8022ec (patch)
tree27a4743883327830267540e18c6804872157c5ed /tt-rss.css
parent14c53e4e60faa5c6551bf235e3e51ef59ef42597 (diff)
update label ref style
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 8658188d9..b33e3f63a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -375,9 +375,12 @@ span.hlLabelRef {
font-size : 8px;
color : #063064;
font-weight : normal;
- margin : 0px 3px 0px 3px;
- padding : 0px 4px 0px 4px;
+ margin-left : 2px;
+ padding : 1px 4px 1px 4px;
+ display : inline-block;
+ vertical-align : middle;
white-space: nowrap;
+ border-radius : 4px;
}
div.postHeader div.postDate {