From 52534a2bf6291c45f5b9e2dee9af6bd8aa3a55d5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 4 Mar 2016 11:37:32 +0100 Subject: hide star until we implement it, ref #119 --- css/public/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/public/style.css b/css/public/style.css index 5986c233..1be93192 100644 --- a/css/public/style.css +++ b/css/public/style.css @@ -181,12 +181,12 @@ detailsitem .icon-delete { position: absolute; display: inline-block; left: 10px; - top: 5px; + top: 18px; /* change back to 5px when we implement starring */ } .app-content-list-item-star { position: absolute; - display: inline-block; + display: none; /* change to inline-block when we implement it */ left: 16px; top: 28px; padding: 20px; @@ -205,7 +205,9 @@ detailsitem .icon-delete { overflow: hidden; text-overflow: ellipsis; } -.app-content-list-item-line-one { +.app-content-list-item-line-one.no-line-two { + padding-top: 24px; + padding-bottom: 24px; } .app-content-list-item-line-two { top: 25px; -- cgit v1.2.3