Skip to content

Commit

Permalink
fix: fix icons and small glitch with nutrition image (#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Apr 5, 2023
1 parent 48b14a0 commit ff60457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h1>[% title %]</h1>
</table>

<input type="hidden" name="new_max" id="new_max" value="1" />
<div id="nutrition_image_copy" style="position:absolute;bottom:0"></div>
<div id="nutrition_image_copy" style="position:absolute;bottom:0;z-index:-3;"></div>
</div>

[% IF moderator %]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="panel_card radius"style="margin-top:0.5rem;margin-bottom:1.5rem;">
<h2 class="panel_title_card text-medium">[% lang("product_changes_saved") %]</h2>
<div class="content panel_content_card active" style="margin-bottom: 1rem;">
<img src="http://static.openfoodfacts.localhost/images/icons/dist/volunteer_activism.svg" style="height:72px;float:left;margin-right:1rem;" alt="icon" class="filter-grey">
<img src="[% static_subdomain %]/images/icons/dist/volunteer_activism.svg" style="height:72px;float:left;margin-right:1rem;" alt="icon" class="filter-grey">
<div>
<p>[% lang("product_edit_you_contributed") %]</p>
<p>[% lang("product_edit_thank_you") %]</p>
Expand Down

0 comments on commit ff60457

Please sign in to comment.