Changed some styles.
authorMarek Stępniowski <marek@stepniowski.com>
Fri, 15 Aug 2008 00:32:00 +0000 (02:32 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Fri, 15 Aug 2008 00:32:00 +0000 (02:32 +0200)
media/css/master.css
templates/auth/login.html
templates/catalogue/book_list.html

index 78fc0ed..3fa1655 100644 (file)
@@ -24,9 +24,9 @@ input {
 }
 
 h1 {
-    font: normal normal bold 2em Arial, sans-serif;
+    font: normal normal bold 1.75em Arial, sans-serif;
     color: #2F4110;
-    margin: 0.5em 0 0 0;
+    margin: 1em 0 0 0;
 }
 
 h2 {
@@ -332,7 +332,7 @@ em {
 /* ======================== */
 /* = Alphabetic book list = */
 /* ======================== */
-#book-a-list ol {
+#book-a-list #book-list ol {
     padding: 0;
     margin: 0.3em 0 1.2em 0;
     list-style: none;
index 02c20b2..dcacd81 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 
 {% block body %}
+    <h1>Zaloguj / Zarejestruj</h1>
+    
     <form method="POST" action="." class="cuteform">
     <ol>
         {{ form.as_ul }}
index 33a46ce..19bddcc 100644 (file)
@@ -3,6 +3,8 @@
 
 {% block bodyid %}book-a-list{% endblock %}
 
+{% block title %}Alfabetyczny spis utworów w WolneLektury.pl{% endblock %}
+
 {% block extrahead %}
     <script type="text/javascript" charset="utf-8">
         $(function() {
 {% block body %}
     <h1>Alfabetyczny spis utworów</h1>
     <form action="." method="GET" accept-charset="utf-8" id="search-form">
-        <p>{{ form.q }} <input type="submit" value="Szukaj" /></p>
+        <ol>
+            <li class="book-title">Alfabetyczny spis utworów | <a href="{% url main_page %}">x</a></li>
+            <li>{{ form.q }} <input type="submit" value="Szukaj" /></li>
+        </ol>
     </form>
     
     <div id="book-list">