From 16ed20bd9bf6033c76ccf5e04015008f8f90a2db Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 5 Aug 2016 20:11:05 +0200 Subject: [PATCH] Better layout of Star and Warning icons --- static/css/digimarks.css | 2 +- templates/bookmarks.html | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 3f4f229..d109aab 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -60,7 +60,7 @@ .card-image i { - padding-top: 5px; + padding: 5px 0 0 10px; } .card.horizontal .card-image img.favicon diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 3983ba1..f392127 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -74,33 +74,33 @@   {% endif %} {% if bookmark.http_status != 200 %} - report_problem + report_problem
{% endif %} {% if bookmark.starred == True %} star {% endif %} -
-
- - {% for tag in bookmark.tags_list %} -
- {{ tag }} -
- {% endfor %} - more_vert -
-
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close