From 138ff287bedb78d0c444d9476b0c577ca22b79b6 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 8 Apr 2015 16:06:52 +0200 Subject: no more target, no more going back on the top of the page --- pyaggr3g470r/static/css/bootstrap.css | 1 + pyaggr3g470r/templates/home.html | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pyaggr3g470r/static/css/bootstrap.css b/pyaggr3g470r/static/css/bootstrap.css index fb15e3d6..686809a5 100644 --- a/pyaggr3g470r/static/css/bootstrap.css +++ b/pyaggr3g470r/static/css/bootstrap.css @@ -6582,3 +6582,4 @@ button.close { } } /*# sourceMappingURL=bootstrap.css.map */ +.glyphicon.delete, .glyphicon.like, .glyphicon.readed { cursor: pointer; } diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 9872c903..e055b3e0 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -82,16 +82,16 @@ {% for article in articles %} - + {% if article.like %} - + {% else %} - + {% endif %} {% if article.readed %} - + {% else %} - + {% if filter_ == 'all' %}{% endif %} {% endif %} -- cgit