From: Christian Weiske Date: Tue, 27 Mar 2012 20:20:46 +0000 (+0200) Subject: create paste layout X-Git-Tag: v0.1.0~88 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/dda2c7a7ae28eab27ac1bcaf38513ff44343278b?hp=2df470b2376b79d67ab3f962ef6bd18adc653999;ds=sidebyside create paste layout --- diff --git a/data/templates/index.htm b/data/templates/index.htm index 26a22c3..9b158bb 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -3,27 +3,37 @@ {% block content %}
-

- - -

-

- - -

-

- - -

-

- -

-

- -

+
+ +
+ +
+
+ +
+
+
+ + +
+
+ + +
+
+ +
+ +
+ +
+
{% endblock %} diff --git a/www/phorkie.css b/www/phorkie.css index 34ada5d..abe1262 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -44,4 +44,9 @@ a.anchorlink { } ul.pager { margin-top: 2ex; +} + +form textarea.content { + width: 100%; + box-sizing: border-box; } \ No newline at end of file