diff options
author | BonfaceKilz | 2020-04-25 22:52:54 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-04-26 07:05:12 +0300 |
commit | 03cbed808805ccdbff639eaa67e8f8b26c7275b3 (patch) | |
tree | 19cd48b95869e194dae4108551b570db2f83602d /bh20simplewebuploader/static/main.css | |
parent | d3d16604a4d78442baffa47aca9a6a5ee49a5ed0 (diff) | |
download | bh20-seq-resource-03cbed808805ccdbff639eaa67e8f8b26c7275b3.tar.gz bh20-seq-resource-03cbed808805ccdbff639eaa67e8f8b26c7275b3.tar.lz bh20-seq-resource-03cbed808805ccdbff639eaa67e8f8b26c7275b3.zip |
Remove unnecessary JS
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 30b1d04..609ae19 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -147,6 +147,17 @@ footer { justify-content: space-around; } +.metadata input#metadata_upload:checked ~ #metadata_upload_form_spot { + display: block; +} + +.metadata input#metadata_upload ~ #metadata_upload_form_spot { + display: none; +} + +.invisible { + display: none; +} @media only screen and (max-device-width: 480px) { .grid-container { display: flex; |