diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 6174cb9..7dec7b2 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -1,12 +1,4 @@ -.tag -{ - color: #1b5e20; /* green darken-4 */ - background-color: #c8e6c9; /* green lighten-3 */ - padding: 2px; - border-radius: 5px; -} - /* label color */ .input-field label { color: #000; @@ -48,3 +40,8 @@ { color: #1b5e20; /* green darken-4 */ } + + .card.tiny + { + height: 160px; + } diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 663ef6b..adf618e 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -68,7 +68,7 @@

{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}

#} -
+
more_vert {% if bookmark.http_status != 200 %} @@ -82,7 +82,8 @@ {{ tag }}
{% endfor %} -

+

- Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close -
+ Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close +
{% if bookmark.favicon %}     {% endif %}