From: Christian Weiske Date: Tue, 27 Mar 2012 20:36:38 +0000 (+0200) Subject: description input lager X-Git-Tag: v0.1.0~87 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/420d5eafc5dea742398bc3d24395aeac36831cf1 description input lager --- diff --git a/data/templates/index.htm b/data/templates/index.htm index 9b158bb..c239d56 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -4,10 +4,8 @@ {% block content %}
- -
+ -
diff --git a/www/phorkie.css b/www/phorkie.css index abe1262..67c9297 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -49,4 +49,16 @@ ul.pager { form textarea.content { width: 100%; box-sizing: border-box; +} +form .allwidth { + box-sizing: border-box; +} +form .allwidth label { + width: 20%; + float: left; +} +form input#description { + box-sizing: border-box; + height: 2em; + width: 100%; } \ No newline at end of file