From 87c418988cf2d31ff4696cd65a866bb6c954b5df Mon Sep 17 00:00:00 2001 From: IBBoard Date: Wed, 30 Jul 2014 09:48:23 +0100 Subject: Make items more easily clickable Currently, the title in compact mode is an inline tag, which means that if it starts wrapping to a new line then any white space isn't clickable to expand the article. These changes make it more easily clickable, don't interfere with the "open" and "favourite" buttons, make wrapped titles align more neatly, and prevent the "time ago" text being a dead spot. --- css/items.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/items.css b/css/items.css index f1657090e..1e98437a6 100644 --- a/css/items.css +++ b/css/items.css @@ -182,10 +182,11 @@ } .item_heading h1 a { + display: block; font-weight: bold; font-size: 13pt; padding: 0 5px; - margin: 0; + margin: 0 0 0 70px; line-height: 40px; } @@ -221,6 +222,7 @@ display: block; float: right; line-height: 40px; + pointer-events: none; } -- cgit v1.2.3