Skip to content

Commit 4af868f

Browse files
committed
Hide debug section, nicer styles for download links
1 parent 55c9d44 commit 4af868f

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

idr_gallery/templates/idr_gallery/archived_image.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
padding: 15px;
1414
margin-bottom: 20px;
1515
border-radius: 5px;
16+
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
17+
border: solid 1px lightgrey;
18+
}
19+
a.file_download {
20+
color: #03A9F4;
21+
text-decoration: none;
22+
font-weight: normal;
23+
font-size: 14px;
24+
}
25+
a.file_download:hover {
26+
text-decoration: underline;
1627
}
1728
</style>
1829

@@ -68,15 +79,15 @@ <h3>Download Image Files</h3>
6879
<p>No associated fileset.</p>
6980
{% endif %}
7081

71-
<details><summary>Extra info (debug)</summary>
82+
<!-- <details><summary>Extra info (debug)</summary>
7283
<ul style="background: white">
7384
<li>Image Path: {{ img_path }}</li>
7485
<li>Data Location: {{ data_location }}</li>
7586
<li>Is Zarr?: {{ is_zarr }}</li>
7687
<li>Download URL from IDR: <a href="{{ download_url }}">{{ download_url }}</a></li>
7788
<li>BIA NGFF ID: {{ bia_ngff_id }}</li>
7889
</ul>
79-
</details>
90+
</details> -->
8091
</article>
8192

8293
<script>

0 commit comments

Comments
 (0)