diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index 844fc22b6..5ab27a778 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -83,7 +83,7 @@ _(Options) -
+
+
diff --git a/src/webui/www/public/css/style.css b/src/webui/www/public/css/style.css index 828ea023a..e15bd5c56 100644 --- a/src/webui/www/public/css/style.css +++ b/src/webui/www/public/css/style.css @@ -369,4 +369,17 @@ ul.filterList li:hover a { .torrentTable thead tr { background-color: #eee; +} + +/* + * Workaround to prevent the transfer list from + * disappearing when zooming in the browser. + */ +#filtersColumn_handle { + margin-left: -1px; +} + +#error_div { + float: left; + font-size: 14px; } \ No newline at end of file