Changen class name of .standard-form to .cuteform.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 14 Aug 2008 15:46:59 +0000 (17:46 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 14 Aug 2008 15:46:59 +0000 (17:46 +0200)
media/css/master.css
templates/auth/login.html
templates/catalogue/book_sets.html

index aa636f4..78fc0ed 100644 (file)
@@ -289,13 +289,13 @@ em {
 /* =============== */
 /* = Simple form = */
 /* =============== */
 /* =============== */
 /* = Simple form = */
 /* =============== */
-.simple-form ol, .simple-form ul {
+.cuteform ol, .cuteform ul {
     padding: 0;
     margin: 0;
     list-style: none;
 }
 
     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;
 }
 
     margin-top: 0.5em;
 }
 
index 272256f..02c20b2 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block body %}
 {% extends "base.html" %}
 
 {% block body %}
-    <form method="POST" action="." class="simple-form">
+    <form method="POST" action="." class="cuteform">
     <ol>
         {{ form.as_ul }}
         <li><input type="submit" value="Zaloguj" /></li>
     <ol>
         {{ form.as_ul }}
         <li><input type="submit" value="Zaloguj" /></li>
index 6ee2a70..7e7b3d3 100644 (file)
@@ -1,6 +1,6 @@
 {% if book %}
 <h2>Zestawy zawierające utwór {{ book.title }}</h2>
 {% if book %}
 <h2>Zestawy zawierające utwór {{ book.title }}</h2>
-<form action="{% url catalogue.views.book_sets book.slug %}" method="POST" accept-charset="utf-8" class="simple-form">
+<form action="{% url catalogue.views.book_sets book.slug %}" method="POST" accept-charset="utf-8" class="cuteform">
 <ol>
     <li>{{ form.set_ids }}</li>
     <li><input type="submit" value="Zapisz zestawy"/></li>
 <ol>
     <li>{{ form.set_ids }}</li>
     <li><input type="submit" value="Zapisz zestawy"/></li>
@@ -8,6 +8,6 @@
 </form>
 {% endif %}
 <hr />
 </form>
 {% endif %}
 <hr />
-<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="simple-form">
+<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="cuteform">
     <p>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></p>
 </form>
\ No newline at end of file
     <p>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></p>
 </form>
\ No newline at end of file