newlines on errors only

This commit is contained in:
daniel-j
2024-07-21 16:32:12 +02:00
parent 5864deb791
commit b70a4624f2

View File

@@ -94,7 +94,6 @@ input[type="url"], input[type="text"] {
text-align: center;
cursor: pointer;
line-height: 1.7;
white-space: pre;
}
#uploadstatus.success {
@@ -105,6 +104,7 @@ input[type="url"], input[type="text"] {
#uploadstatus.error {
background-color: #FDD;
border: 1px solid #F77;
white-space: pre;
}
td {
padding: 10px;