Fix IE bug and show errors.

This commit is contained in:
Justin Nuß 2014-07-25 11:13:42 +02:00
parent 4e2477a1a5
commit 12fb42de5a
5 changed files with 43 additions and 13 deletions

View file

@ -1836,4 +1836,11 @@ body {
#issue-create-form #attached {
margin-bottom: 0;
}
#submit-error {
display: none;
padding: 10px 15px 15px 15px;
font-weight: bold;
text-align: center;
}