mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0c7088e379
commit
cf2c7ca241
157 changed files with 2861 additions and 2975 deletions
|
@ -1,14 +1,4 @@
|
|||
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */
|
||||
.ui-mini {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.paperCheckboxFieldDescription {
|
||||
padding-left: 31px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
/* Tabs (e.g. advanced metadata page) */
|
||||
/* Tabs (e.g. advanced metadata page) */
|
||||
.localnav {
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
|
@ -146,26 +136,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.paperListLabel {
|
||||
font-size: 16px;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.textarea-mono {
|
||||
font-family: monospace !important;
|
||||
}
|
||||
|
||||
.paperList {
|
||||
padding: .5em 0;
|
||||
margin: 12px auto;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.paperCheckboxList.paperList {
|
||||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
/* A
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
@ -326,12 +296,6 @@ div[data-role="controlgroup"] a.ui-btn-active {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.jqmButtonNoText {
|
||||
padding: 3px 4px !important;
|
||||
border-radius: 4px !important;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.ui-listview li h3 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
@ -340,27 +304,6 @@ div[data-role="controlgroup"] a.ui-btn-active {
|
|||
line-height: 1.5;
|
||||
line-height: initial;
|
||||
}
|
||||
/*
|
||||
Make all panels vertically scrollable
|
||||
If this causes any problems then perhaps require a css class to activate
|
||||
*/
|
||||
.ui-panel.ui-panel-open {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
/* Show over now playing bar */
|
||||
.ui-panel-display-overlay {
|
||||
z-index: 1098;
|
||||
}
|
||||
|
||||
.ui-panel-inner {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui-slider-track.ui-mini .ui-slider-handle {
|
||||
height: 18px;
|
||||
|
@ -373,10 +316,6 @@ div[data-role="controlgroup"] a.ui-btn-active {
|
|||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearButton):not([is]) {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-user-select: none;
|
||||
|
@ -423,10 +362,6 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.imageLink + .imageLink {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.header .imageLink img {
|
||||
height: 28px;
|
||||
vertical-align: middle;
|
||||
|
@ -483,26 +418,6 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.newsItem {
|
||||
padding: 1em 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.newsItemDescription {
|
||||
max-height: 34px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.newsItemHeader {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.newsItemDate {
|
||||
margin: .25em 0;
|
||||
color: green;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1439px) {
|
||||
|
||||
.dashboardHomeRightColumn {
|
||||
|
@ -575,15 +490,6 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
|
|||
}
|
||||
}
|
||||
|
||||
.organizerButtonCell {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.organizerButton {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.premiumBanner img {
|
||||
position: absolute;
|
||||
text-align: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue