From bae802f258696c7d28745e052227026a574f66f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 9 May 2013 10:52:44 +0200 Subject: [PATCH] UI tweaking --- questions/static/questions/tagcloud.scss | 9 ++++++++- questions/templates/questions/question_list.html | 7 +++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/questions/static/questions/tagcloud.scss b/questions/static/questions/tagcloud.scss index a10382d..3147815 100644 --- a/questions/static/questions/tagcloud.scss +++ b/questions/static/questions/tagcloud.scss @@ -1,5 +1,11 @@ +#questions-filter { + div { + margin: 10px 0; + } +} #questions-categories { margin-bottom:10px; + display: inline; a.selected { cursor: default; text-decoration: none; @@ -9,4 +15,5 @@ .questions-tags-group { display: none; -} \ No newline at end of file +} + diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 3d8fe7b..5991b6a 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -29,8 +29,8 @@ technologii informacyjno-komunikacyjnych oraz posiada wieloletnie doświadczenie doradcze w tej tematyce.

- - {% if tag %}Wyświetl wszystkie lub w{% else %}W{% endif %}ybierz kategorię tematów: +

Filtruj pytania

+ Wybierz kategorię tematów:
bez kategorii {% for category in tag_categories %} / @@ -50,6 +50,9 @@ doświadczenie doradcze w tej tematyce.

{% endfor %}
+
+ {% if tag %}Pokaż wszystkie pytania{% endif %} +

Odpowiedzi na już zadane pytania -- 2.20.1