From 3e2cd12db137cbaf6febe2a472cbd6e2eca6740f Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 2 Sep 2002 06:20:51 +0000 Subject: [PATCH] tweaks, and include status on default index pages git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1023 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/html/home | 2 +- roundup/templates/classic/html/issue.item | 13 ++++--------- roundup/templates/classic/html/page | 6 +++--- roundup/templates/classic/html/style.css | 3 +++ 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/roundup/templates/classic/html/home b/roundup/templates/classic/html/home index 1d5d38c..8dc99f7 100644 --- a/roundup/templates/classic/html/home +++ b/roundup/templates/classic/html/home @@ -7,6 +7,6 @@ diff --git a/roundup/templates/classic/html/issue.item b/roundup/templates/classic/html/issue.item index 750f35c..a967c09 100644 --- a/roundup/templates/classic/html/issue.item +++ b/roundup/templates/classic/html/issue.item @@ -7,13 +7,6 @@ title - - Created - creation (creator) - Last activity - activity - - Priority priority @@ -24,7 +17,7 @@ Superseder - +
View: @@ -56,7 +49,7 @@ File - + @@ -68,6 +61,8 @@ +activity info + diff --git a/roundup/templates/classic/html/page b/roundup/templates/classic/html/page index 75d63d3..c69172b 100644 --- a/roundup/templates/classic/html/page +++ b/roundup/templates/classic/html/page @@ -26,8 +26,8 @@ Issues
New Issue
- Unassigned Issues
- All Issues
+ Unassigned Issues
+ All Issues
Search Issues

@@ -51,7 +51,7 @@

Hello,
username
- My Issues
+ My Issues
My Details
Logout diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index a300427..1191bbb 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -66,6 +66,7 @@ table.form { font-weight: bold; color: #333388; text-align: right; + vertical-align: top; } .form-header th { @@ -101,12 +102,14 @@ table.list th { color: #404070; background-color: #eeeeff; border-right: 1px solid #404070; + border-top: 1px solid #404070; vertical-align: top; } table.list th a:hover { color: #404070 } table.list th a:link { color: #404070 } table.list th a { color: #404070 } table.list th.group { + background-color: #f4f4ff; text-align: center; } -- 2.30.2

Messages