Skip to content

Commit

Permalink
[2204] Tidy up delete buttons
Browse files Browse the repository at this point in the history
Now square with same border on all sides plus they only show on hover.
  • Loading branch information
aron committed Apr 30, 2012
1 parent 2902818 commit abcf0cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ckan/public/css/style.css
Expand Up @@ -1447,6 +1447,19 @@ body.editresources .error-explanation {
height: auto;
}

.thumbnail .close {
padding-bottom: 7px;
padding-top: 2px;
position: relative;
top: -1px;
right: -1px;
display: none;
}

.thumbnail:hover .close {
display: block;
}

.thumbnail .empty {
color: #ccc;
}
Expand Down

0 comments on commit abcf0cf

Please sign in to comment.