diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp
index 579393527..8c889e5f1 100644
--- a/src/gui/mainwindow.cpp
+++ b/src/gui/mainwindow.cpp
@@ -1288,10 +1288,10 @@ void MainWindow::updateGUI()
html += "qBittorrent";
html += "";
html += "
";
- html += "

" + tr("DL speed: %1", "e.g: Download speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadDownloadRate(), true));
+ html += "

" + tr("DL speed: %1", "e.g: Download speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadDownloadRate(), true));
html += "
";
html += "";
- html += "

" + tr("UP speed: %1", "e.g: Upload speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadUploadRate(), true));
+ html += "

" + tr("UP speed: %1", "e.g: Upload speed: 10 KiB/s").arg(Utils::Misc::friendlyUnit(status.payloadUploadRate(), true));
html += "
";
#else
// OSes such as Windows do not support html here
diff --git a/src/webui/www/public/css/dynamicTable.css b/src/webui/www/public/css/dynamicTable.css
index e89be47fa..55a024ab7 100644
--- a/src/webui/www/public/css/dynamicTable.css
+++ b/src/webui/www/public/css/dynamicTable.css
@@ -74,7 +74,8 @@
}
#transferList img.statusIcon {
- margin-bottom: -4px;
+ height: 1.3em;
+ vertical-align: middle;
}
#trackers th,