mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update naming project
This commit is contained in:
parent
86ced8bc12
commit
f64c7b3818
@ -70,8 +70,9 @@
|
||||
<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="return" id="paypalReturnUrl" value="#">
|
||||
<button type="submit" id="ppButton" data-theme="b" data-icon="arrow-r" data-iconpos="right">
|
||||
${RegisterWithPayPal}
|
||||
<button type="submit" id="ppButton" data-role="none" class="btn" style="background-color:#179BD7">
|
||||
<i class="fa fa-paypal"></i>
|
||||
<span>${RegisterWithPayPal}</span>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
24
dashboard-ui/css/materialize.css
vendored
24
dashboard-ui/css/materialize.css
vendored
@ -18,11 +18,10 @@
|
||||
.btn, .btn-large, .btn-flat {
|
||||
display: block;
|
||||
padding: 0 2rem;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
outline: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
@ -67,7 +66,6 @@
|
||||
outline: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
margin-bottom: 15px;
|
||||
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
@ -129,9 +127,9 @@
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.btn-floating-large i {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.btn-floating-large i {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
|
||||
.btn, .btn-large {
|
||||
@ -163,12 +161,12 @@
|
||||
|
||||
.ui-page-theme-a .btnCancel {
|
||||
background-color: #e8e8e8;
|
||||
color: #333!important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .btnCancel i {
|
||||
color: #666!important;
|
||||
}
|
||||
.ui-page-theme-a .btnCancel i {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.btn-inline {
|
||||
display: inline-block;
|
||||
@ -176,7 +174,7 @@
|
||||
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%;
|
||||
}
|
||||
|
||||
|
@ -669,6 +669,8 @@ progress {
|
||||
width: auto !important;
|
||||
display: inline-block !important;
|
||||
background: none !important;
|
||||
border: 0 !important;
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.btnUserItemRating div {
|
||||
|
@ -531,10 +531,7 @@
|
||||
$(this).off("popupafterclose").off("mouseenter").off("mouseleave").remove();
|
||||
});
|
||||
|
||||
LibraryBrowser.renderGenres($('.itemGenres', popup), {
|
||||
Type: item.type,
|
||||
Genres: item.Genres.splice(0, 3)
|
||||
}, 'livetv');
|
||||
LibraryBrowser.renderGenres($('.itemGenres', popup), item, 'livetv');
|
||||
LiveTvHelpers.renderMiscProgramInfo($('.miscTvProgramInfo', popup), item);
|
||||
|
||||
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="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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user