Add 10px border between torrent info and content on details page

Only on ubergine theme currently; extend to other themes if this works
This commit is contained in:
str4d
2017-01-08 17:23:18 +00:00
parent 14bacc272e
commit 0a0757a69f

View File

@@ -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;
}
}
}