Show the backend error in the table if there is one

This commit is contained in:
Leigh Morresi
2021-01-27 21:54:11 +01:00
parent 81509c28fe
commit 93907ff914
2 changed files with 13 additions and 4 deletions

View File

@@ -27,9 +27,8 @@ flex-direction: column;
justify-content: center;
}
.watch-table {
font-size: 90%;
.pure-table.watch-table td {
font-size: 90%;
}
.watch-table .error {
@@ -89,3 +88,10 @@ a[target="_blank"]::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0 3px 0 5px;
}
.fetch-error {
padding-top: 1em;
font-size: 60%;
max-width: 400px;
display: block;
}