Skip to content

Commit

Permalink
Removed deprecated .png file (#9246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spedi committed May 14, 2024
1 parent d012947 commit ddaab7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
8 changes: 0 additions & 8 deletions openlibrary/i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4047,14 +4047,6 @@ msgstr ""
msgid "Just a sentence or two is good."
msgstr ""

#: lib/message_addbook.html
msgid "cancel icon"
msgstr ""

#: lib/message_addbook.html
msgid "Close this"
msgstr ""

#: lib/nav_foot.html
msgid "Vision"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion openlibrary/templates/lib/message_addbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ <h3 class="congrats"><em>$_("Super!")</em>$_(" Your new record is in the library
<p class="list"><span class="red">*</span>&nbsp;&nbsp;$_("Add an ISBN") <span class="small sansserif brown">&nbsp;$_("Help the library connect with other systems, like Amazon.")</span></p>
<p class="list"><span class="red">*</span>&nbsp;&nbsp;$_("Add some subjects") <span class="small sansserif brown">&nbsp;$_("They're just like tags.")</span></p>
<p class="list"><span class="red">*</span>&nbsp;&nbsp;<a href="$edit_url">$_("Describe what the book's about")</a> <span class="small sansserif brown">&nbsp;$_("Just a sentence or two is good.")</span></p>
<a class="close" href="javascript:;" onclick="$('.bookadded').slideUp();"><img src="/images/icons/icon_cancel.png" width="16" height="16" alt="$_('cancel icon')" title="$_('Close this')"/></a>
<a class="close" href="javascript:;" onclick="$('.bookadded').slideUp();"></a>
4 changes: 0 additions & 4 deletions static/css/components/buttonsAndLinks.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
a {
&.cancel {
color: @red;
padding-right: 21px;
background-image: url(/images/icons/icon_cancel.png);
background-repeat: no-repeat;
background-position: 100% 0;
font-family: @lucida_sans_serif-4;
font-size: 1em;
}
Expand Down

0 comments on commit ddaab7e

Please sign in to comment.