Skip to content

Commit

Permalink
[#2948] include icon for image data
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed May 23, 2016
1 parent 05eb241 commit fa023f7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ckan/public/base/css/main.css
Expand Up @@ -7926,6 +7926,27 @@ h4 small {
height: 35px;
background-position: -320px -62px;
}
.format-label[data-format=jpg],
.format-label[data-format*=jpg],
.format-label[data-format=jpeg],
.format-label[data-format*=jpeg],
.format-label[data-format=png],
.format-label[data-format*=png],
.format-label[data-format=bmp],
.format-label[data-format*=bmp],
.format-label[data-format=tiff],
.format-label[data-format*=tiff],
.format-label[data-format=gif],
.format-label[data-format*=gif],
.format-label[data-format=image],
.format-label[data-format*=image],
.format-label[data-format=img],
.format-label[data-format*=img] {
width: 32px;
height: 35px;
background-position: -352px -62px;
}

[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
Expand Down
Binary file modified ckan/public/base/images/sprite-resource-icons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa023f7

Please sign in to comment.