From: Lukasz Date: Tue, 22 Jun 2010 13:18:16 +0000 (+0200) Subject: Facelist design fix. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/ed9de70556d27a3b15ed4a05417ba41140ebe5cc Facelist design fix. --- diff --git a/wolnelektury/static/css/facelist_2-0.css b/wolnelektury/static/css/facelist_2-0.css index 2e915e475..f723ea5e2 100644 --- a/wolnelektury/static/css/facelist_2-0.css +++ b/wolnelektury/static/css/facelist_2-0.css @@ -1,5 +1,5 @@ .facelist-selections a { - color: white; + color: black; text-decoration: none; } .facelist-selections a:hover { @@ -18,7 +18,7 @@ ul.facelist-selections { box-shadow:inset 0 1px 2px #888; -webkit-box-shadow:inset 0 1px 2px #888; -moz-box-shadow:inset 0 1px 2px #888; - width: 900px; + width: 600px; } ul.facelist-selections.loading { diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index b3441bac5..9213adb9f 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -1,7 +1,7 @@ {% load i18n %} {% load catalogue_tags %}
-
+
    {% for tag in tag_list %}
  • @@ -10,12 +10,15 @@ x
  • + {% empty %} +
  • +
  • {% endfor %} {% if search_form %}
  • {{ search_form.q }} {{ search_form.tags }}
  • {% endif %}
- +