From 1cfa04c50e48ee081f8ae02d9a54849b08fddd38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Thu, 14 Aug 2008 17:46:59 +0200 Subject: [PATCH] Changen class name of .standard-form to .cuteform. --- media/css/master.css | 4 ++-- templates/auth/login.html | 2 +- templates/catalogue/book_sets.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media/css/master.css b/media/css/master.css index aa636f4a0..78fc0ed35 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -289,13 +289,13 @@ em { /* =============== */ /* = Simple form = */ /* =============== */ -.simple-form ol, .simple-form ul { +.cuteform ol, .cuteform ul { padding: 0; margin: 0; list-style: none; } -.simple-form ol li, .simple-form ul li { +.cuteform ol li, .cuteform ul li { margin-top: 0.5em; } diff --git a/templates/auth/login.html b/templates/auth/login.html index 272256fef..02c20b223 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block body %} -
+
    {{ form.as_ul }}
  1. diff --git a/templates/catalogue/book_sets.html b/templates/catalogue/book_sets.html index 6ee2a702b..7e7b3d36e 100644 --- a/templates/catalogue/book_sets.html +++ b/templates/catalogue/book_sets.html @@ -1,6 +1,6 @@ {% if book %}

    Zestawy zawierające utwór {{ book.title }}

    - +
    1. {{ form.set_ids }}
    2. @@ -8,6 +8,6 @@ {% endif %}
      -
      +

      {{ new_set_form.name }}

      \ No newline at end of file -- 2.20.1