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

update nfo saving

This commit is contained in:
Luke Pulverenti 2015-10-08 12:22:14 -04:00
parent 0173042471
commit 2380d967a0
15 changed files with 55 additions and 57 deletions

View file

@ -29,14 +29,14 @@
"web-component-tester": "*", "web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}, },
"homepage": "https://github.com/polymerelements/iron-a11y-keys-behavior", "homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior",
"_release": "1.0.6", "_release": "1.0.6",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.0.6", "tag": "v1.0.6",
"commit": "af5c98b1cf9b3d180a6326c99ac9c7057eee647f" "commit": "af5c98b1cf9b3d180a6326c99ac9c7057eee647f"
}, },
"_source": "git://github.com/polymerelements/iron-a11y-keys-behavior.git", "_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "polymerelements/iron-a11y-keys-behavior" "_originalSource": "PolymerElements/iron-a11y-keys-behavior"
} }

View file

@ -27,14 +27,14 @@
"web-component-tester": "*", "web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}, },
"homepage": "https://github.com/polymerelements/iron-behaviors", "homepage": "https://github.com/PolymerElements/iron-behaviors",
"_release": "1.0.9", "_release": "1.0.9",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.0.9", "tag": "v1.0.9",
"commit": "4b8cab62a4916cc4b1dbd262cbb7eb1eec624b6f" "commit": "4b8cab62a4916cc4b1dbd262cbb7eb1eec624b6f"
}, },
"_source": "git://github.com/polymerelements/iron-behaviors.git", "_source": "git://github.com/PolymerElements/iron-behaviors.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "polymerelements/iron-behaviors" "_originalSource": "PolymerElements/iron-behaviors"
} }

View file

@ -40,7 +40,7 @@
"tag": "v1.0.4", "tag": "v1.0.4",
"commit": "1a54850a7196eb8d9d7ec1c4dea064972b7bfd4c" "commit": "1a54850a7196eb8d9d7ec1c4dea064972b7bfd4c"
}, },
"_source": "git://github.com/polymerelements/iron-icons.git", "_source": "git://github.com/PolymerElements/iron-icons.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "polymerelements/iron-icons" "_originalSource": "PolymerElements/iron-icons"
} }

View file

@ -25,14 +25,14 @@
"web-component-tester": "*", "web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}, },
"homepage": "https://github.com/PolymerElements/iron-meta", "homepage": "https://github.com/polymerelements/iron-meta",
"_release": "1.0.3", "_release": "1.0.3",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.0.3", "tag": "v1.0.3",
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04" "commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
}, },
"_source": "git://github.com/PolymerElements/iron-meta.git", "_source": "git://github.com/polymerelements/iron-meta.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-meta" "_originalSource": "polymerelements/iron-meta"
} }

View file

@ -38,7 +38,7 @@
"tag": "v1.0.7", "tag": "v1.0.7",
"commit": "0b2f484ac3b1b03400da2d38b0f543f3688150a4" "commit": "0b2f484ac3b1b03400da2d38b0f543f3688150a4"
}, },
"_source": "git://github.com/PolymerElements/iron-selector.git", "_source": "git://github.com/polymerelements/iron-selector.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-selector" "_originalSource": "polymerelements/iron-selector"
} }

View file

@ -68,7 +68,7 @@
options.push({ options.push({
feature: 'embypremieremonthly', feature: 'embypremieremonthly',
buttonText: 'EmbyPremiereMonthlyWithPrice' buttonText: 'EmbyPremiereMonthly'
}); });
options = options.filter(function (o) { options = options.filter(function (o) {

View file

@ -75,31 +75,27 @@
bottom: 0; bottom: 0;
right: 0; right: 0;
color: #333; color: #333;
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
margin: 0 .5em .5em 0;
} }
.cardOverlayPlayButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
}
.cardOverlayMoreButton { .cardOverlayMoreButton {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;
color: #333; color: #333;
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
margin: 0 .5em .5em 0;
} }
.cardOverlayMoreButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
}
.grayscale { .grayscale {
-webkit-filter: grayscale(100%); -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%); -moz-filter: grayscale(100%);

View file

@ -369,6 +369,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background: #444; background: #444;
width: 40px; width: 40px;
height: 40px; height: 40px;
padding: 8px;
} }
.itemBackdrop { .itemBackdrop {
@ -1223,7 +1224,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
height: 50px; height: 50px;
background: #388E3C; background: #388E3C;
z-index: 1000; z-index: 1000;
padding: 0 .5em 0 .25em; padding: 0 .75em 0 .25em;
} }
.selectionCommandsPanel paper-icon-button { .selectionCommandsPanel paper-icon-button {
@ -1239,7 +1240,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
padding-top: 1px; padding-top: 1px;
} }
.selectionCommandsPanel iron-icon { .selectionCommandsPanel paper-icon-button {
height: 32px; height: 32px;
width: 32px; width: 32px;
} }
@ -1735,10 +1736,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
z-index: 1002; z-index: 1002;
} }
.btnStopSlideshow iron-icon { .btnStopSlideshow {
width: 40px; width: 40px;
height: 40px; height: 40px;
} }
@media all and (max-width:1200px) { @media all and (max-width:1200px) {

View file

@ -65,7 +65,7 @@
padding-top: .5em; padding-top: .5em;
} }
.videoAdvancedControls iron-icon { .videoAdvancedControls paper-icon-button {
width: 30px; width: 30px;
height: 30px; height: 30px;
} }

View file

@ -18,7 +18,7 @@
max-width: 130px; max-width: 130px;
} }
.mediaButton.infoButton iron-icon { .mediaButton.infoButton {
width: 34px; width: 34px;
height: 34px; height: 34px;
} }

View file

@ -11,8 +11,10 @@
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand { .nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
margin: 2px 1px; margin: 2px 1px;
width: 70px; }
height: 70px;
.nowPlayingPage .btnCommand:not(.hide), .nowPlayingPage .btnPlayStateCommand:not(.hide) {
display: inline-block !important;
} }
.nowPlayingPageImage img { .nowPlayingPageImage img {
@ -218,7 +220,7 @@
} }
} }
.nowPlayingPageUserDataButtons iron-icon { .nowPlayingPageUserDataButtons paper-icon-button {
width: 40px; width: 40px;
height: 40px; height: 40px;
} }

View file

@ -16,12 +16,12 @@
text-align: center; text-align: center;
} }
.mediaButton iron-icon { .mediaButton {
height: 40px; height: 40px;
width: 40px; width: 40px;
} }
.mediaButton.remoteControlButton iron-icon, .mediaButton.muteButton iron-icon, .mediaButton.unmuteButton iron-icon { .mediaButton.remoteControlButton, .mediaButton.muteButton, .mediaButton.unmuteButton {
height: 26px; height: 26px;
} }
@ -62,7 +62,7 @@
max-width: 130px; max-width: 130px;
} }
.toggleRepeatButton iron-icon { .toggleRepeatButton {
height: 32px; height: 32px;
} }
@ -144,8 +144,8 @@
} }
.nowPlayingBarPositionSlider #sliderKnobInner { .nowPlayingBarPositionSlider #sliderKnobInner {
width: 16px; width: 14px;
height: 16px; height: 14px;
} }
.nowPlayingBarRight { .nowPlayingBarRight {

View file

@ -77,7 +77,6 @@
</paper-item-body> </paper-item-body>
</paper-icon-item> </paper-icon-item>
</a> </a>
</div> </div>
<div class="userSection hide"> <div class="userSection hide">

View file

@ -905,6 +905,7 @@
"HeaderNextUp": "Next Up", "HeaderNextUp": "Next Up",
"HeaderLatestMovies": "Latest Movies", "HeaderLatestMovies": "Latest Movies",
"HeaderLatestEpisodes": "Latest Episodes", "HeaderLatestEpisodes": "Latest Episodes",
"EmbyPremiereMonthly": "Emby Premiere Monthly",
"EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}", "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
"HeaderEmailAddress": "E-Mail Address", "HeaderEmailAddress": "E-Mail Address",
"TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address." "TextPleaseEnterYourEmailAddressForSubscription": "Please enter your e-mail address."

View file

@ -118,20 +118,16 @@ paper-button span {
vertical-align: middle; vertical-align: middle;
} }
paper-button:not(.iconRight) iron-icon, paper-button:not(.iconRight) .fa { paper-button:not(.iconRight) > iron-icon {
margin-right: .5em; margin-right: .5em;
} }
paper-button.iconRight iron-icon, paper-button.iconRight .fa { paper-button.iconRight iron-icon {
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 5px; top: 5px;
} }
paper-button .fa {
vertical-align: middle;
}
.clearButton { .clearButton {
background: transparent; background: transparent;
border: 0; border: 0;
@ -332,12 +328,15 @@ paper-slider {
.paper-slider-0 paper-ripple.paper-slider { .paper-slider-0 paper-ripple.paper-slider {
color: #52B54B; color: #52B54B;
} }
.paper-progress-0 #primaryProgress.paper-progress { .paper-progress-0 #primaryProgress.paper-progress {
background-color: #52B54B; background-color: #52B54B;
} }
.paper-progress-0 #secondaryProgress.paper-progress { .paper-progress-0 #secondaryProgress.paper-progress {
background-color: #92B54B; background-color: #92B54B;
} }
paper-menu-item { paper-menu-item {
padding: .35em .5em; padding: .35em .5em;
cursor: pointer; cursor: pointer;
@ -573,4 +572,4 @@ paper-toggle-button paper-ripple {
paper-progress.mini #progressContainer { paper-progress.mini #progressContainer {
height: 3px !important; height: 3px !important;
} }