From 3becf27b4263e4e99cb7542de1081066b98aad21 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 27 Mar 2018 09:59:39 +0200 Subject: [PATCH] Styling fixes: nice buttons for edit/delete bookmark, button for list/cards --- static/css/digimarks.css | 6 ++++-- templates/base.html | 2 +- templates/bookmarks.html | 17 +++++++++-------- templates/list.html | 6 +++--- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 1588275..3a2f641 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -48,12 +48,14 @@ nav .sidenav-trigger i padding-top: 10px; } -.card-image i +.card-image i, +.list-image i { padding: 5px 0 0 15px; } -.card.horizontal .card-image img.favicon +.card.horizontal .card-image img.favicon, +.list-image img.favicon { height: 60px; width: 60px; diff --git a/templates/base.html b/templates/base.html index 344dd76..2086421 100644 --- a/templates/base.html +++ b/templates/base.html @@ -71,7 +71,7 @@ background-color: #ef5350; /* red lighten-1 */ } - +