From 6c34e2ffef4300d904345a26c8047e88eb0bc1e4 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 9 May 2003 03:43:22 +0000 Subject: [PATCH] nicer index navigation git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1701 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 1 + templates/classic/html/issue.index.html | 33 ++++++++++++++++--------- templates/classic/html/style.css | 11 ++++++++- 3 files changed, 32 insertions(+), 13 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e67226d..2db947b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -69,6 +69,7 @@ Feature: - added Windows Service mode for roundup-server when daemonification is attempted on Windows. - sort HTMLClass.properties results by name (sf feature 724738) +- nicer index navigation (sf feature 676866) Fixed: - applied unicode patch. All data is stored in utf-8. Incoming messages diff --git a/templates/classic/html/issue.index.html b/templates/classic/html/issue.index.html index ae9480d..0d331c5 100644 --- a/templates/classic/html/issue.index.html +++ b/templates/classic/html/issue.index.html @@ -56,18 +56,27 @@ You are not allowed to view this page. - - - << previous -   - - - next >> -   + + + + + + + + + +
diff --git a/templates/classic/html/style.css b/templates/classic/html/style.css index bfd4943..6c31365 100644 --- a/templates/classic/html/style.css +++ b/templates/classic/html/style.css @@ -134,11 +134,19 @@ table.list td { } table.list tr.navigation th { - text-align: right; + width: 33%; + border-style: hidden; + text-align: center; +} +table.list tr.navigation td { + border: none } table.list tr.navigation th:first-child { text-align: left; } +table.list tr.navigation th:last-child { + text-align: right; +} /* style for message displays */ @@ -345,3 +353,4 @@ table.otherinfo th { font-weight: bold; text-align: left; } +/* SHA: 1c2bdea9d2295da079168403292e5c9039bb5088 */ -- 2.30.2