mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
86ced8bc12
commit
f64c7b3818
5 changed files with 21 additions and 20 deletions
|
@ -70,8 +70,9 @@
|
||||||
<input type="hidden" id="featureId" name="item_number" value="">
|
<input type="hidden" id="featureId" name="item_number" value="">
|
||||||
<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="#">
|
||||||
<button type="submit" id="ppButton" data-theme="b" data-icon="arrow-r" data-iconpos="right">
|
<button type="submit" id="ppButton" data-role="none" class="btn" style="background-color:#179BD7">
|
||||||
${RegisterWithPayPal}
|
<i class="fa fa-paypal"></i>
|
||||||
|
<span>${RegisterWithPayPal}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
24
dashboard-ui/css/materialize.css
vendored
24
dashboard-ui/css/materialize.css
vendored
|
@ -18,11 +18,10 @@
|
||||||
.btn, .btn-large, .btn-flat {
|
.btn, .btn-large, .btn-flat {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
text-transform: uppercase;
|
|
||||||
border: none;
|
border: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
@ -67,7 +66,6 @@
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -129,9 +127,9 @@
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-floating-large i {
|
.btn-floating-large i {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn, .btn-large {
|
.btn, .btn-large {
|
||||||
|
@ -163,12 +161,12 @@
|
||||||
|
|
||||||
.ui-page-theme-a .btnCancel {
|
.ui-page-theme-a .btnCancel {
|
||||||
background-color: #e8e8e8;
|
background-color: #e8e8e8;
|
||||||
color: #333!important;
|
color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-page-theme-a .btnCancel i {
|
.ui-page-theme-a .btnCancel i {
|
||||||
color: #666!important;
|
color: #666 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-inline {
|
.btn-inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -176,7 +174,7 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn:not(.btn-inline),button.btn-large:not(.btn-inline) {
|
button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -669,6 +669,8 @@ progress {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
border: 0 !important;
|
||||||
|
outline: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnUserItemRating div {
|
.btnUserItemRating div {
|
||||||
|
|
|
@ -531,10 +531,7 @@
|
||||||
$(this).off("popupafterclose").off("mouseenter").off("mouseleave").remove();
|
$(this).off("popupafterclose").off("mouseenter").off("mouseleave").remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
LibraryBrowser.renderGenres($('.itemGenres', popup), {
|
LibraryBrowser.renderGenres($('.itemGenres', popup), item, 'livetv');
|
||||||
Type: item.type,
|
|
||||||
Genres: item.Genres.splice(0, 3)
|
|
||||||
}, 'livetv');
|
|
||||||
LiveTvHelpers.renderMiscProgramInfo($('.miscTvProgramInfo', popup), item);
|
LiveTvHelpers.renderMiscProgramInfo($('.miscTvProgramInfo', popup), item);
|
||||||
|
|
||||||
popup.parents().prev('.ui-popup-screen').remove();
|
popup.parents().prev('.ui-popup-screen').remove();
|
||||||
|
|
|
@ -98,7 +98,10 @@
|
||||||
<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="#">
|
||||||
|
|
||||||
<button type="submit" data-icon="arrow-r" data-iconpos="right" data-theme="b">${ButtonDonateWithPayPal}</button>
|
<button type="submit" data-role="none" class="btn" style="background-color:#179BD7">
|
||||||
|
<i class="fa fa-paypal"></i>
|
||||||
|
<span>${ButtonDonateWithPayPal}</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
<input type="hidden" id="donateAmt" name="amount" />
|
<input type="hidden" id="donateAmt" name="amount" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue