Correct class name

This commit is contained in:
Pierre Rudloff 2016-07-10 13:12:44 +02:00
parent 28d1319d73
commit 57c5de5ac7
2 changed files with 2 additions and 2 deletions

View File

@ -660,7 +660,7 @@ h1 {
} }
@media all and (display-mode: standalone) { @media all and (display-mode: standalone) {
.bookmarklet { .bookmarklet_wrapper {
display: none; display: none;
} }
} }

View File

@ -21,7 +21,7 @@
</div> </div>
</form> </form>
<a class="combatiblelink" href="{path_for name="extractors"}">See all supported websites</a> <a class="combatiblelink" href="{path_for name="extractors"}">See all supported websites</a>
<div id="bookmarklet" class="bookmarklet"> <div id="bookmarklet" class="bookmarklet_wrapper">
<p> Drag this to your bookmarks bar: </p> <p> Drag this to your bookmarks bar: </p>
<a class="bookmarklet" href="javascript:window.location='{base_url|noscheme}{path_for name='video'}?url='+encodeURIComponent(location.href);">Bookmarklet</a> <a class="bookmarklet" href="javascript:window.location='{base_url|noscheme}{path_for name='video'}?url='+encodeURIComponent(location.href);">Bookmarklet</a>
</div> </div>