Code

force textareas to use monospace fonts, lessening surprise on the user
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 17 Dec 2003 00:41:19 +0000 (00:41 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 17 Dec 2003 00:41:19 +0000 (00:41 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2027 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
templates/classic/html/style.css
templates/minimal/html/style.css

index 3321df3390609c9d9588bdd585fe7ba3c3dbe659..00be53cf48c19b5ec0c41a9c2bebce4f53c68b69 100644 (file)
@@ -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
index 375d213f2a45f6cf4e2d0b1238fd2bf07de24ed3..c9090d09c8f04de61b051625aa7ebf188d0c0261 100644 (file)
@@ -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;
index 375d213f2a45f6cf4e2d0b1238fd2bf07de24ed3..c9090d09c8f04de61b051625aa7ebf188d0c0261 100644 (file)
@@ -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;