File tree Expand file tree Collapse file tree
idr_gallery/templates/idr_gallery Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments