Skip to content

Commit

Permalink
Merge pull request #17 from NaturalHistoryMuseum/josh/fix_image_download
Browse files Browse the repository at this point in the history
Fix original image downloads
  • Loading branch information
jrdh committed Dec 16, 2019
2 parents 6ab9aa5 + 12e8f36 commit ab0cb9e
Show file tree
Hide file tree
Showing 31 changed files with 29,669 additions and 8,491 deletions.
4 changes: 0 additions & 4 deletions .bowerrc

This file was deleted.

7 changes: 0 additions & 7 deletions bower.json

This file was deleted.

96 changes: 44 additions & 52 deletions ckanext/gallery/theme/public/css/gallery.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions ckanext/gallery/theme/public/css/gallery.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions ckanext/gallery/theme/public/css/gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,35 +82,3 @@
.blueimp-gallery {
z-index: 500 !important;
}

.download-tooltip {
z-index: 1000;
background: #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.2);
border: 0;
border-radius: 3px;

ul {
margin: 0;
li {
list-style: none;
a {
color: #212124;
font-size: 14px;
font-weight: 400;
text-decoration: none;
display: block;
padding: 0 5px;
line-height: 24px;

&:hover,
&.active{
background: #f2f2f2;
}

}
}
}
}


6 changes: 3 additions & 3 deletions ckanext/gallery/theme/public/resource.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main = base/main
gallery =
vendor/blueimp-gallery/js/blueimp-gallery.js
vendor/blueimp-gallery/css/blueimp-gallery.css
vendor/jquery-ui-1.11.4.custom/jquery-ui.js
vendor/jquery-ui-1.11.4.custom/jquery-ui.css
vendor/jquery-ui-1.12.1.custom/jquery-ui.js
vendor/jquery-ui-1.12.1.custom/jquery-ui.css
css/gallery.css
js/gallery.js
js/gallery.js

This file was deleted.

Loading

0 comments on commit ab0cb9e

Please sign in to comment.