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

update live tv guide

This commit is contained in:
Luke Pulverenti 2016-06-06 21:55:16 -04:00
parent a391e96df5
commit 0f7541beda
19 changed files with 85 additions and 51 deletions

View file

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.29",
"_release": "1.4.29",
"version": "1.4.31",
"_release": "1.4.31",
"_resolution": {
"type": "version",
"tag": "1.4.29",
"commit": "7292111f0088d466ef25b0d3a99d17b6e07ff0d0"
"tag": "1.4.31",
"commit": "c2a74911a4ce0de5a826fac66213e7309121d475"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -88,7 +88,7 @@
[is=paper-icon-button-light] {
position: relative;
display: inline-block;
display: inline-flex;
align-items: center;
box-sizing: border-box;
margin: 0 .29em;
@ -104,8 +104,8 @@
user-select: none;
cursor: pointer;
z-index: 0;
min-width: 40px;
min-height: 40px;
min-width: 24px;
min-height: 24px;
width: 40px;
height: 40px;
padding: 8px;
@ -126,6 +126,8 @@
.layout-tv [is=paper-icon-button-light] {
width: 4vh;
height: 4vh;
min-width: 40px;
min-height: 40px;
}
[is=paper-icon-button-light] iron-icon {

View file

@ -25,7 +25,7 @@
}
.inputContainer {
margin-bottom: 1.5em;
margin-bottom: 2em;
}
.inputLabel {

View file

@ -23,7 +23,7 @@
}
.selectContainer {
margin-bottom: 1.5em;
margin-bottom: 2em;
}
.selectLabel {

View file

@ -4,6 +4,25 @@
align-items: initial;
}
.tvguide ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.tvguide ::-webkit-scrollbar-button:start:decrement,
.tvguide ::-webkit-scrollbar-button:end:increment {
display: none;
}
.tvguide ::-webkit-scrollbar-track-piece {
background-color: #3b3b3b;
}
.tvguide ::-webkit-scrollbar-thumb:vertical, .tvguide ::-webkit-scrollbar-thumb:horizontal {
-webkit-border-radius: 2px;
background: #888 no-repeat center;
}
.tvGuideHeader {
white-space: nowrap;
width: 100%;

View file

@ -59,7 +59,6 @@
<div class="inputContainer">
<input is="emby-input" type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}" />
</div>
<br />
<div class="inputContainer">
<input is="emby-input" type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}" />
</div>

View file

@ -28,7 +28,6 @@
<div class="inputContainer">
<input is="emby-input" type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}" />
</div>
<br />
<div class="inputContainer">
<input is="emby-input" type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}" />
</div>