- Fix torrent status icon vertical alignment in Web UI

This commit is contained in:
Christophe Dumez
2009-11-29 14:44:30 +00:00
parent 63e5339690
commit ecf48b3a7b
2 changed files with 5 additions and 1 deletions

View File

@@ -56,3 +56,7 @@
color: #fff;
cursor: pointer;
}
#transferList img.statusIcon {
margin-bottom: -4px;
}