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

some minor style cleanup

This commit is contained in:
Luke Pulverenti 2013-03-26 23:00:50 -04:00
parent b7b071a02f
commit 0fb6b9a111
3 changed files with 11 additions and 9 deletions

View file

@ -49,9 +49,11 @@
<input type="hidden" id="amount" name="amount" value="10"> <input type="hidden" id="amount" name="amount" value="10">
<input type="hidden" id="featureId" name="item_number" value="MBSupporter"> <input type="hidden" id="featureId" name="item_number" value="MBSupporter">
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php"> <input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
<input type="hidden" name="return" id ="paypalReturnUrl" value="#"> <input type="hidden" name="return" id="paypalReturnUrl" value="#">
<a data-role="button" id="ppButton" onclick="_xclick.submit();"><img src="css/images/supporter/registerpaypal.png"/></a> <a data-role="button" id="ppButton" onclick="_xclick.submit();">
<p id="noEmail" style="display: none"><strong>This developer has not provided a PayPal email. Please see their <img src="css/images/supporter/registerpaypal.png" /></a>
<p id="noEmail" style="display: none">
<strong>This developer has not provided a PayPal email. Please see their
website for registration information.</strong> website for registration information.</strong>
</p> </p>

View file

@ -87,7 +87,7 @@
$('premiumHasPrice', page).hide(); $('premiumHasPrice', page).hide();
} }
} else { } else {
$('#regInfo', page).html("<h3>You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.</h3>"); $('#regInfo', page).html("You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.").trigger('create');
$('#ppButton', page).hide(); $('#ppButton', page).hide();
} }

View file

@ -43,8 +43,8 @@
</p> </p>
<hr />
</form> </form>
<hr/>
<h2>Lost Key</h2> <h2>Lost Key</h2>
<form id="lostKeyForm"> <form id="lostKeyForm">
<div style="margin-top: 40px; margin-bottom: 40px"> <div style="margin-top: 40px; margin-bottom: 40px">
@ -57,7 +57,7 @@
</div> </div>
<p> <p>
<button type="submit" id="mbRetrieveKeyBtn" data-theme="b" >Retrieve Key</button> <button type="submit" id="mbRetrieveKeyBtn" data-theme="b">Retrieve Key</button>
</p> </p>