If we had the <tr> in the issue list reading the bug status as class <tr
class="resolved">, we could probably have rejected or resolved issues
differently coloured for easier recognition.
In the screenshot, you see the <td> table cell reading the status highlighted.
If classifying of <tr> isn't possible, I could try to make the <td> differently
coloured if it is marked by a class.
I'm pretty sure this is unrelated to this ticket! Can you check your report?
Author: matthiaskrgr
Date: 2011-08-04 13h48
Well, he problem is that there is nothing inside the <form></form>
So I can set padding or margin as I want, but in the end, there is nothing to
add a margin, padding to.
Author: hail
Date: 2011-08-05 08h51
form {
min-height: 1337px; /* or whatever */
}
give girth to an empty form
I'm not sure if I necessarily need it.
With my proposal from above, I'd try
[...] tr td textarea[class="second_comment_box"] {
padding: bla
margin: bla
bla bla
}
Author: ahuillet
Date: 2011-09-11 09h12
I don't see how the comment box will work without a form input... ?!
Author: Robr3rd
Date: 2011-10-27 09h42
If you submitted the form with some Javascript on the button then I supposed you
wouldn't need the <form> (<input type="button" onclick="function_to_send()" />),
but I don't see how else it would get submitted, and I can't imagine Javscript
would really be preferable over a form?
Author: ahuillet
Date: 2011-10-27 09h48
You're right, Javascript isn't preferable.
--
Greetings,
A. Huillet
Author: fluzz
Date: 2023-01-04 15h30
Too old, and not needed (RoundUp is to be replaced...)