Skip to content

Commit

Permalink
Fixes #1681 -- Display file name for resources uploads (#1694)
Browse files Browse the repository at this point in the history
* Fixes #1681 -- Display file name for resources uploads

* Moves CSS to hide avatar file name back into req.scss
  • Loading branch information
oliverroick authored and amplifi committed Aug 3, 2017
1 parent c66b7f5 commit 582e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadasta/core/static/css/reg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ body.tinted-bg { // photo for login and register forms
border-radius: 3px;
}

.s3-buckets > .file-links > .file-link {
#profile .s3-buckets > .file-links > .file-link {
display: none;
}

0 comments on commit 582e395

Please sign in to comment.