mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix popup margins
This commit is contained in:
parent
3f87725379
commit
be55104bf6
@ -55,19 +55,19 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="freePlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%; margin: 10px">
|
||||
<div data-role="popup" class="ui-content" id="freePlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.<p>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="supporterPlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%; margin: 10px">
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>Supporter-Only plug-ins are free for anyone who is an <strong>MB3 Supporter</strong> (with a valid MB3 key who has donated the minimum amount to the overall project).</p>
|
||||
<p>Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.<p>
|
||||
<p>These plug-ins will appear in the catalog with a "Supporter" banner.</p>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="premiumPlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%; margin: 10px">
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||
<p>Premium plug-ins are developed by third-parties and require that you be an <strong>MB3 Supporter <em>and</em> also register the plug-in with its creator.</strong>
|
||||
The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user