1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change text on library page

This commit is contained in:
Luke Pulverenti 2013-07-06 21:41:20 -04:00
parent a0e4a680f6
commit 148be07c59
3 changed files with 23 additions and 6 deletions

View file

@ -176,15 +176,15 @@
.notificationsFlyout { .notificationsFlyout {
width: 450px; width: 450px;
} }
.imgNotification, .imgNotificationInner {
width: 60px;
height: 60px;
}
} }
@media all and (min-width: 600px) { @media all and (min-width: 600px) {
.notificationsFlyout { .notificationsFlyout {
width: 500px; width: 500px;
} }
.imgNotification, .imgNotificationInner {
width: 60px;
height: 60px;
}
} }

View file

@ -53,6 +53,23 @@
</div> </div>
<p><a href="scheduledtasks.html">Manage Scheduled Tasks</a></p> <p><a href="scheduledtasks.html">Manage Scheduled Tasks</a></p>
</div> </div>
<div style="margin-top: 200px;">
<h3 style="padding-left: 1em;">Help improve Media Browser</h3>
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="amount" value="10">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="donate@mediabrowser3.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="item_name" value="Media Browser Supporter">
<input type="hidden" name="item_number" value="MBSupporter">
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
<a data-role="button" onclick="_xclick.submit();">
<img src="css/images/supporter/donatepaypal.png" /></a>
</form>
</div>
</div> </div>
</div> </div>
</div> </div>

View file

@ -32,7 +32,7 @@
</div> </div>
</div> </div>
<p>Read <a href="https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target="_blank">media library wiki.</a></p> <p>Read <a href="https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target="_blank">media library wiki.</a></p>
<p>Configure images and change sort orders by <a href="itemlist.html">browsing and editing.</a></p> <p>Configure <b>images</b> and <b>sort orders</b> by <a href="itemlist.html">browsing and editing.</a></p>
</div> </div>
</div> </div>
<div data-role="popup" id="popupEnterText" class="ui-corner-all popup"> <div data-role="popup" id="popupEnterText" class="ui-corner-all popup">