From 0a0757a69f292c606095f346c434813d194f6a5c Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 8 Jan 2017 17:23:18 +0000 Subject: [PATCH] Add 10px border between torrent info and content on details page Only on ubergine theme currently; extend to other themes if this works --- installer/resources/themes/snark/ubergine/snark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index 05251cbde..2f76bbbe2 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -773,8 +773,8 @@ table.SnarkTorrentInfo, table.snarkDirInfo { background: #270027; } -table.SnarkDirInfo { - margin-top: -2px !important; +table.snarkDirInfo { + margin-top: 10px !important; } .snarkDirInfo thead img { @@ -1752,4 +1752,4 @@ select { select:nth-child(2) { margin-left: -18px !important; } -} \ No newline at end of file +}