From dda2c7a7ae28eab27ac1bcaf38513ff44343278b Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 27 Mar 2012 22:20:46 +0200 Subject: [PATCH] create paste layout --- data/templates/index.htm | 54 ++++++++++++++++++++++++---------------- www/phorkie.css | 5 ++++ 2 files changed, 37 insertions(+), 22 deletions(-) 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 -- 2.30.2