mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated live tv endpoints
This commit is contained in:
parent
7e5011f03d
commit
8d17f5f79e
18 changed files with 80 additions and 100 deletions
|
@ -29,28 +29,24 @@
|
|||
border-spacing: 0;
|
||||
border-top: 1px solid #444;
|
||||
border-bottom: 1px solid #444;
|
||||
padding: 3px 5px;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
|
||||
.detailTable th {
|
||||
border-spacing: 0;
|
||||
border-bottom: 1px solid #444;
|
||||
padding: 5px;
|
||||
font-weight: normal;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.detailTable tr:hover {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.userDataCell {
|
||||
width: 130px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tabletColumn {
|
||||
.tabletColumn, .desktopColumn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -66,8 +62,14 @@
|
|||
opacity: .6;
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
@media all and (min-width: 600px) {
|
||||
.tabletColumn {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1100px) {
|
||||
.desktopColumn {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,9 @@
|
|||
z-index: 1000;
|
||||
top: 0;
|
||||
border-bottom: 1px solid #111;
|
||||
font-size: 13px;
|
||||
}
|
||||
.viewMenuLink {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.viewSummary {
|
||||
|
@ -812,7 +814,7 @@ a.itemTag:hover {
|
|||
width: 27px;
|
||||
z-index: 1000;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
display: none;
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
}
|
||||
|
||||
.posterItemStoreText {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: normal;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -93,11 +93,12 @@
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.searchHintSecondaryText {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
color: #555;
|
||||
margin-top: 3px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
body {
|
||||
overflow-y: scroll!important;
|
||||
font-size: 14px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.textlink {
|
||||
|
@ -45,19 +45,19 @@ body {
|
|||
|
||||
* {
|
||||
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-mini .ui-btn-inner {
|
||||
font-size: 13.5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.ui-li-desc {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
|
||||
font-weight: 200;
|
||||
font-size: 22pt;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.toolsSidebar h1 {
|
||||
|
@ -70,9 +70,7 @@ h1 {
|
|||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
|
@ -88,16 +86,6 @@ h1 a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
h1 {
|
||||
font-size: 28pt;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 22pt;
|
||||
}
|
||||
}
|
||||
|
||||
pre, textarea.pre {
|
||||
display: block;
|
||||
padding: 8.5px;
|
||||
|
@ -233,6 +221,7 @@ form, .readOnlyContent {
|
|||
.fieldDescription {
|
||||
font-size: 12px;
|
||||
padding-left: 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.warningFieldDescription {
|
||||
|
@ -455,7 +444,6 @@ form, .readOnlyContent {
|
|||
.directoryPickerHeadline {
|
||||
border: 1px solid #f7c942;
|
||||
color: #222;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background: #fff9df;
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#fffadf),to(#fff3a5));
|
||||
background-image: -webkit-linear-gradient(#fffadf,#fff3a5);
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
background: #333;
|
||||
padding: 10px 7px 5px;
|
||||
margin: 3px 0;
|
||||
text-shadow: none;
|
||||
font-weight: normal!important;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
@ -196,10 +195,6 @@
|
|||
.posterTileItem {
|
||||
width: 30.5%;
|
||||
}
|
||||
|
||||
.tileItem .itemProgress {
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1000px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue