summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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 {