From f93e07388a26dba1ad78d262dc91c5c74fbd9cc1 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Wed, 23 Oct 2019 21:09:11 +0700 Subject: [PATCH] Original Artists Users can now add the orignal Japanese/Korean etc artist upon uploading and also edit it in edit.php. Only torrent groups that have 1 artist are currently supported as otherwise users would need to manipulate some sort of 2d array in upload.php. Currently searching is not setup. * artist.php shows orig artist if it is present in the same way torrents.php does for torrent groups. * Updated all forms, including a note on only supporting orig artist for single artist torrents as well as hiding the field when >1 artist is bring added. * artist/edit and takedit.php support orig artist. --- static/styles/sugoi/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index 75d9349..df4c991 100644 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -653,6 +653,12 @@ td.label { width: 180px; } +.label_annotate { + font-weight: normal; + text-align: right; + margin: 0px; +} + table.slice { margin-top: -1px; }