Skip to content

Commit 6592926

Browse files
committed
Merged [2971] from lars.eggert@nokia.com:
Change default vertical alignment of various datatracker tables for better readability. - Legacy-Id: 2977 Note: SVN reference [2971] has been migrated to Git commit bc4610a
1 parent dbd45ae commit 6592926

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

changelog

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
ietfdb (3.14)
2+
3+
* From peter.musgrave@magorcorp.com:
4+
Fix typo. Fixes #566.
5+
6+
* From jelte@nlnetlabs.nl:
7+
Make search result table headers clickable; clicking will sort on said
8+
column, fixes #484.
9+
10+
* From peter.musgrave@magorcorp.com:
11+
Don't show AD/Secretariat links for Last Call etc. if they will 404.
12+
Fixes #550.
13+
14+
* From adam@nostrum.com:
15+
Meeting boxes now expand to reveal all text when users hover over them.
16+
Fixes ticket #602.
17+
18+
* From kivinen@iki.fi:
19+
Added an URL to retrieve a text/plain version of the list of drafts for
20+
a given WG. Useful for building WG-speific ePub documents of a WG's
21+
drafts.
22+
23+
* From shane@time-travellers.org:
24+
Updated the JavaScript associated with the search page to
25+
control whether the 'search' button is enabled or not. It is
26+
now enabled if either the main search box has input, or if
27+
any of the sub-options have input, or both.
28+
29+
* From rjsparks@nostrum.com:
30+
Adds a view of documents currently in IETF Last Call. Fixes #630.
31+
32+
* From bmheight@gmail.com:
33+
Remove explicit URLs in the code, using reverse() and the newly created
34+
helper function reverse_lazy(). Fixes #628.
35+
36+
* From rjsparks@nostrum.com:
37+
Changed the way ballot discuss/comment texts are displayed to
38+
put the text from current ADs first, and mark ex-ADs with []
39+
following the convention on the left bar. This fixes issue #608
40+
41+
* From adam@nostrum.com:
42+
Added ical-format agenda. Fixes issue #601.
43+
44+
* From peter.musgrave@magorcorp.com:
45+
Add IPR column to IESG Telechat Agenda. Fixes issue #552.
46+
47+
* From rjsparks@nostrum.com:
48+
Add a defer/undefer button to the edit_position dialog. Fixes issue #627.
49+
50+
* From kivinen@iki.fi:
51+
Changed cookie settings to be valid for 10 years, they used to be valid
52+
until the end of session.
53+
54+
-- Henrik Levkowetz <henrik@levkowetz.com> 26 Mar 2011 18:01:50 +0100
55+
156
ietfdb (3.13)
257

358
* Provide a full URL to IPR issues in the last call email, rather than just

static/css/base2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ form#search_form { padding-top: 4px; padding-bottom: 4px; }
9494
table.ietf-table { border-collapse:collapse; border:1px solid #7f7f7f; }
9595
.ietf-table tr.evenrow { background-color: #EDF5FF; }
9696
.ietf-table tr.oddrow { background-color: white; }
97-
.ietf-table td { border-right: 1px solid #cbcbcb; padding:3px 6px; }
97+
.ietf-table td { border-right: 1px solid #cbcbcb; padding:3px 6px; vertical-align: top; }
9898
.ietf-table th { color:white; background: #2647A0; text-align:left; padding:3px 6px; border-right: 1px solid #7f7f7f; }
9999

100100
.ietf-doctable tr.header { border-top: 1px solid #7f7f7f; border-bottom: 1px solid #7f7f7f; border-left: 1px solid white; border-right:2px solid white;}

0 commit comments

Comments
 (0)