Skip to content

Commit

Permalink
add download link css and image lokesh#312 lokesh#216 lokesh#265
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Sep 24, 2014
1 parent 7b99f95 commit 101e383
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,21 @@ body:after {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-download{
border-radius: 5px;
display: block;
height: 40px;
width: 40px;
background: url(../img/arrow-down.png) 50% 50% no-repeat;
background-color: rgba(0,0,0,.5);
transition: .2s;
opacity: .3;
position: absolute;
bottom: 15px;
right: 15px;
z-index: 11;
}
.lb-download:hover{
opacity: 1;
}
Binary file added img/arrow-down.png
Loading
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 101e383

Please sign in to comment.