From a6eca5e65673914e8dba9b245c2f5a8c6d5d8cc9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 23 Jul 2016 21:35:44 +0200 Subject: [PATCH] Lots of card tweaks, looks a lot better --- static/css/digimarks.css | 14 +++++++++++++- templates/bookmarks.html | 23 +++++++++++++---------- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 7dec7b2..356f6b8 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -43,5 +43,17 @@ .card.tiny { - height: 160px; + height: 140px; + } + + .card .card-reveal .digimark-card-header, + .card .digimark-card-header.activator + { + cursor: pointer; + /*display: block;*/ + } + + .card .digimark-card-content + { + padding-top: 10px; } diff --git a/templates/bookmarks.html b/templates/bookmarks.html index adf618e..2d1559e 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -70,22 +70,25 @@ #}
- more_vert - {% if bookmark.http_status != 200 %} - report_problem - {% endif %} - {% if bookmark.favicon %} -     - {% endif %} + {% for tag in bookmark.tags_list %} {% endfor %} -