summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-19 15:15:10 +0400
committerAndrew Dolgov <[email protected]>2011-04-19 15:15:10 +0400
commit6edeede312964452e85a5fef09f6dd0211b707b2 (patch)
treea82b5f825a8ab8548ab662249dcc0e8b86107264 /tt-rss.css
parent0780f4f4fdb88df7982c179ac581db5fb64aef7f (diff)
tweak headlines layout to prevent long date clipping
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4c4de2de2..816832040 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1289,8 +1289,14 @@ div.hlRight img {
span.hlUpdated {
color : gray;
font-weight : medium;
- width : 100px;
- display : inline-block;
+ min-width : 100px;
+ display : table-cell;
+ width : 100%;
+ vertical-align : middle;
+ padding-top : 4px;
+ padding-bottom : 4px;
+ text-align : right;
+
}
div.hlLeft input {