From 5e7a8bf3186efe29c487b8a32107ee8f24152a38 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 7 Oct 2012 00:27:28 -0400 Subject: Properly align 'Description' field in all widths --- data/templates/edit.htm | 8 +++++--- data/templates/new.htm | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 521a7c2..db1f3f5 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -6,10 +6,12 @@ {% endblock %} {% block content %} -
-
- + +
+ +
+
{% for fileid, file in repo.getFiles %} diff --git a/data/templates/new.htm b/data/templates/new.htm index 4a748bf..295b76d 100644 --- a/data/templates/new.htm +++ b/data/templates/new.htm @@ -2,10 +2,12 @@ {% block title %}New paste{% endblock %} {% block content %} - -
- + +
+ +
+
{% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %} -- cgit v1.2.3