euscanwww: Report problems is hided and can be shown with a click

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-17 19:05:26 +02:00
parent d70e4cb617
commit 8268e634f0
2 changed files with 57 additions and 45 deletions

View File

@ -238,6 +238,10 @@ th {
padding: 10px;
}
.cursor-pointer {
cursor: pointer;
}
textarea {
width: inherit;
}