From 7c6460624aa3804635f3ebff1f71019bc14ef9cb Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 17 Dec 2003 00:41:19 +0000 Subject: [PATCH] force textareas to use monospace fonts, lessening surprise on the user git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2027 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 22 ++++++++++++---------- templates/classic/html/style.css | 7 ++++++- templates/minimal/html/style.css | 7 ++++++- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3321df3..00be53c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -49,16 +49,18 @@ Fixed: Cleanup: - replace curuserid attribute on Database with the extended getuid() method. -- extract a new 'mailer' module for sending mail. -- extract a '_send_mail' method for testing mail sending. -- simplify backend importing. -- use roundup_server in demo.py. -- implement newItemAction using editItemAction. -- use FormError in client.py, moving the handling up to inner_main(). -- implemented semantic comparison of Message objects in test_mailgw. - - -2003-??-?? 0.6.4 +- extract a new 'mailer' module for sending mail +- extract a '_send_mail' method for testing mail sending +- simplify backend importing +- use roundup_server in demo.py +- implement newItemAction using editItemAction +- use FormError in client.py, moving the handling up to inner_main() +- implemented semantic comparison of Message objects in test_mailgw +- tidied up forms in default stylesheet +- force textareas to use monospace fonts, lessening surprise on the user + + +2003-12-17 0.6.4 Fixed: - fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306) - fixed date arithmetic to limit hours-per-day to 24, not 60 diff --git a/templates/classic/html/style.css b/templates/classic/html/style.css index 375d213..c9090d0 100644 --- a/templates/classic/html/style.css +++ b/templates/classic/html/style.css @@ -39,10 +39,15 @@ td.sidebar { padding: 1 0 0 1; white-space: nowrap; } -td.sidebar form { + +form { margin: 0 0 0 0; } +textarea { + font-family: monospace; +} + td.sidebar p.classblock { padding: 2 5 2 5; margin: 1 1 1 1; diff --git a/templates/minimal/html/style.css b/templates/minimal/html/style.css index 375d213..c9090d0 100644 --- a/templates/minimal/html/style.css +++ b/templates/minimal/html/style.css @@ -39,10 +39,15 @@ td.sidebar { padding: 1 0 0 1; white-space: nowrap; } -td.sidebar form { + +form { margin: 0 0 0 0; } +textarea { + font-family: monospace; +} + td.sidebar p.classblock { padding: 2 5 2 5; margin: 1 1 1 1; -- 2.30.2