Skip to content

Commit

Permalink
restyle click-to-view bttn
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Cochran committed Aug 3, 2012
1 parent 6031826 commit f5fe79c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Binary file modified src/css/click-to-view.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions src/css/style.css
Expand Up @@ -405,12 +405,16 @@ strong {
}
.dot-feedback-top .fitzgerald-view-comment-link {
display: block;
width: 89px;
height: 45px;
background: transparent url(click-to-view.png) 0 0 no-repeat scroll;
width: 201px;
height: 121px;
background: transparent url(click-to-view.png) left bottom no-repeat scroll;
text-align: left;
text-indent: -9999px;
position: absolute;
bottom: 0;
left: 0;
top: 50%;
left: 50%;
margin: -60px 0 0 -100px;
}
.dot-feedback-top .fitzgerald-view-comment-link:hover {
background-position: left top;
}

0 comments on commit f5fe79c

Please sign in to comment.