* Allow the description of a release member to be edited, and to

delete a release member.
This commit is contained in:
Eelco Dolstra
2009-10-26 12:04:12 +00:00
parent 578e37d55c
commit 1038e2ebee
3 changed files with 33 additions and 4 deletions

View File

@ -139,6 +139,10 @@ input.shortString {
width: 7em;
}
input.longString {
width: 40em;
}
select {
background-color: #fffff0;
}