summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorIBBoard <github@ibboard.co.uk>2014-07-30 09:48:23 +0100
committerIBBoard <github@ibboard.co.uk>2014-07-30 09:48:23 +0100
commit87c418988cf2d31ff4696cd65a866bb6c954b5df (patch)
tree1a5e3f2789efee2cae477c7529663d52098b591c /css
parentd9fbfebfb89c6b44e6c6de8c724bbb6085aa8cc0 (diff)
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.
Diffstat (limited to 'css')
-rw-r--r--css/items.css4
1 files changed, 3 insertions, 1 deletions
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;
}