after 2 hours of fighting with different browsers the small creation form now looks nice (even in ie6!)

This commit is contained in:
phear 2010-04-17 18:10:16 +00:00
parent f97d2e2a03
commit bf93bfa72c
8 changed files with 243 additions and 53 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE html>
<html encoding="utf-8"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/" py:strip="">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/" py:strip="">
<py:match path="head" once="true">
<head py:attrs="select('@*')">
@ -17,8 +16,10 @@
<div py:def="poll_new_small" class="poll_new_small">
<form action="/polls/new" method="post">
<label for="title">Titel eingeben:</label>
<input type="text" id="title" class="poll_new_small_text" name="title" />
<label for="title">Titel des Wortschluckers:</label>
<input type="text" id="title" class="poll_new_small_text" name="title" />
<span py:if="'title' in errors" class="error">${errors.title}</span>
<input type="submit" name="submit" class="poll_new_small_button" value="N&auml;chster Schritt" />
@ -81,12 +82,10 @@
<div id="sidebar">
<ul>
<li>
<h2>Nav</h2>
<h2>Use Cases</h2>
<ul>
<li><a href="#">AGB</a></li>
<li><a href="#">Impressum</a></li>
<li><a href="#">Datenschutz</a></li>
<li><a href="#">Kontakt</a></li>
<li><a href="/node/brainstorming.html">Brainstorming</a></li>
</ul>
</li>
<li>
@ -103,10 +102,12 @@
</ul>
</li>
<li>
<h2>Use Cases</h2>
<h2>Nav</h2>
<ul>
<li><a href="/node/brainstorming.html">Brainstorming</a></li>
<li><a href="#">AGB</a></li>
<li><a href="#">Impressum</a></li>
<li><a href="#">Datenschutz</a></li>
<li><a href="#">Kontakt</a></li>
</ul>
</li>
</ul>