- Add notification in WebUI when qBittorrent is unreachable

This commit is contained in:
Christophe Dumez
2008-12-25 16:20:30 +00:00
parent af29228cc9
commit 112bcd7255
3 changed files with 14 additions and 3 deletions

View File

@@ -44,6 +44,11 @@ h2 {
border-bottom: 1px solid #bbb;
}
#error_div {
color: #f00;
font-weight: bold;
}
h4 {
font-size: 11px;
}