mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix number-leading-zero (CSS)
This commit is contained in:
parent
2a074d10f1
commit
ea28429cdf
51 changed files with 425 additions and 425 deletions
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
.dashboardFooter a {
|
||||
margin: 0 .7em;
|
||||
margin: 0 0.7em;
|
||||
}
|
||||
|
||||
progress {
|
||||
|
@ -39,7 +39,7 @@ progress::-webkit-progress-value {
|
|||
}
|
||||
|
||||
progress[aria-valuenow]:before {
|
||||
border-radius: .4em;
|
||||
border-radius: 0.4em;
|
||||
background-color: #00a4dc;
|
||||
}
|
||||
|
||||
|
@ -83,9 +83,9 @@ a[data-role=button] {
|
|||
cursor: pointer !important;
|
||||
font-family: inherit !important;
|
||||
font-weight: 500 !important;
|
||||
margin: 0 .25em !important;
|
||||
margin: 0 0.25em !important;
|
||||
display: inline-block;
|
||||
padding: .8em 1em;
|
||||
padding: 0.8em 1em;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ div[data-role=controlgroup] a[data-role=button]:last-child {
|
|||
|
||||
div[data-role=controlgroup] a[data-role=button]+a[data-role=button] {
|
||||
border-left-width: 0 !important;
|
||||
margin: 0 0 0 -.4em !important;
|
||||
margin: 0 0 0 -0.4em !important;
|
||||
}
|
||||
|
||||
div[data-role=controlgroup] a.ui-btn-active {
|
||||
|
@ -136,9 +136,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
.wizardContent h2 img {
|
||||
height: 2.5em;
|
||||
vertical-align: middle;
|
||||
margin-right: .5em;
|
||||
margin-right: 0.5em;
|
||||
position: relative;
|
||||
top: -.3em;
|
||||
top: -0.3em;
|
||||
}
|
||||
|
||||
.header .imageLink {
|
||||
|
@ -224,8 +224,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.dashboardSection h3 {
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.activeRecordingItems>.card {
|
||||
|
@ -261,7 +261,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.wizardContent {
|
||||
max-width: 62em;
|
||||
padding: .5em 2em 1em;
|
||||
padding: 0.5em 2em 1em;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
}
|
||||
|
@ -286,7 +286,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
height: 1.71em;
|
||||
width: 1.71em;
|
||||
border-radius: 100%;
|
||||
margin-right: .5em;
|
||||
margin-right: 0.5em;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
@ -305,7 +305,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.sessionCardFooter {
|
||||
padding-top: .5em !important;
|
||||
padding-top: 0.5em !important;
|
||||
padding-bottom: 1em !important;
|
||||
border-top: 1px solid #eee;
|
||||
text-align: center;
|
||||
|
@ -336,7 +336,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.sessionNowPlayingContent-withbackground+.sessionNowPlayingInnerContent {
|
||||
color: #fff !important;
|
||||
background: rgba(0, 0, 0, .7);
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.sessionAppName {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.detailTableBodyCell,
|
||||
.detailTableHeaderCell {
|
||||
border-spacing: 0;
|
||||
padding: .4em;
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
.detailTable {
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
display: -webkit-inline-box;
|
||||
display: -webkit-inline-flex;
|
||||
display: inline-flex;
|
||||
margin: .3em 0 0 .5em;
|
||||
margin: 0.3em 0 0 0.5em;
|
||||
height: 1.7em;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
|
@ -162,7 +162,7 @@
|
|||
}
|
||||
|
||||
.headerTop {
|
||||
padding: .54em 0;
|
||||
padding: 0.54em 0;
|
||||
}
|
||||
|
||||
.headerLeft {
|
||||
|
@ -215,7 +215,7 @@
|
|||
|
||||
.sidebarHeader {
|
||||
padding-left: 1.2em;
|
||||
margin: 1em 0 .5em;
|
||||
margin: 1em 0 0.5em;
|
||||
}
|
||||
|
||||
.dashboardDocument .skinBody {
|
||||
|
@ -337,7 +337,7 @@
|
|||
|
||||
.headerArrowImage {
|
||||
height: 20px;
|
||||
margin-left: .5em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.backdropContainer {
|
||||
|
@ -360,7 +360,7 @@
|
|||
}
|
||||
|
||||
.viewSettings {
|
||||
margin: 0 0 .25em;
|
||||
margin: 0 0 0.25em;
|
||||
}
|
||||
|
||||
.listTopPaging,
|
||||
|
@ -369,7 +369,7 @@
|
|||
}
|
||||
|
||||
.viewControls+.listTopPaging {
|
||||
margin-left: .5em !important;
|
||||
margin-left: 0.5em !important;
|
||||
}
|
||||
|
||||
.criticReview {
|
||||
|
@ -388,7 +388,7 @@
|
|||
}
|
||||
|
||||
.criticReview:first-child {
|
||||
margin-top: .5em;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.criticReview img {
|
||||
|
@ -396,7 +396,7 @@
|
|||
}
|
||||
|
||||
.criticRatingScore {
|
||||
margin-bottom: .5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.itemTag {
|
||||
|
@ -413,12 +413,12 @@
|
|||
}
|
||||
|
||||
.itemLinks p {
|
||||
margin: .5em 0;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.reviewLink,
|
||||
.reviewerName {
|
||||
margin-top: .5em;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.reviewerName {
|
||||
|
@ -431,7 +431,7 @@
|
|||
|
||||
.reviewScore {
|
||||
position: absolute;
|
||||
left: .8em;
|
||||
left: 0.8em;
|
||||
}
|
||||
|
||||
.itemBackdrop {
|
||||
|
@ -452,7 +452,7 @@
|
|||
|
||||
.desktopMiscInfoContainer {
|
||||
position: absolute;
|
||||
bottom: .75em;
|
||||
bottom: 0.75em;
|
||||
}
|
||||
|
||||
.detailPagePrimaryContainer {
|
||||
|
@ -571,12 +571,12 @@
|
|||
|
||||
.parentName {
|
||||
display: block;
|
||||
margin-bottom: .5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.emby-button.detailFloatingButton {
|
||||
position: absolute;
|
||||
background-color: rgba(0, 0, 0, .5) !important;
|
||||
background-color: rgba(0, 0, 0, 0.5) !important;
|
||||
z-index: 1;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
@ -623,7 +623,7 @@
|
|||
}
|
||||
|
||||
.itemName {
|
||||
margin: .5em 0;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.empty {
|
||||
|
@ -669,31 +669,31 @@
|
|||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
margin: 0 !important;
|
||||
padding: .5em .7em !important;
|
||||
padding: 0.5em 0.7em !important;
|
||||
}
|
||||
|
||||
.detailButton {
|
||||
margin: 0 .5em 0 0 !important;
|
||||
margin: 0 0.5em 0 0 !important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 29em) {
|
||||
.detailButton-mobile {
|
||||
padding-left: .75em !important;
|
||||
padding-right: .75em !important;
|
||||
padding-left: 0.75em !important;
|
||||
padding-right: 0.75em !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 32em) {
|
||||
.detailButton-mobile {
|
||||
padding-left: .8em !important;
|
||||
padding-right: .8em !important;
|
||||
padding-left: 0.8em !important;
|
||||
padding-right: 0.8em !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 35em) {
|
||||
.detailButton-mobile {
|
||||
padding-left: .85em !important;
|
||||
padding-right: .85em !important;
|
||||
padding-left: 0.85em !important;
|
||||
padding-right: 0.85em !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -725,14 +725,14 @@
|
|||
}
|
||||
|
||||
.detailButton-mobile-text {
|
||||
margin-top: .7em;
|
||||
margin-top: 0.7em;
|
||||
font-size: 80%;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media all and (max-width: 62.5em) {
|
||||
.mainDetailButtons {
|
||||
margin-left: -.5em;
|
||||
margin-left: -0.5em;
|
||||
}
|
||||
|
||||
.detailButton {
|
||||
|
@ -830,7 +830,7 @@
|
|||
}
|
||||
|
||||
.timelineHeader {
|
||||
margin-bottom: .25em;
|
||||
margin-bottom: 0.25em;
|
||||
line-height: 1.25em;
|
||||
line-height: initial;
|
||||
}
|
||||
|
@ -867,7 +867,7 @@
|
|||
}
|
||||
|
||||
.bulletSeparator {
|
||||
margin: 0 .35em;
|
||||
margin: 0 0.35em;
|
||||
}
|
||||
|
||||
.mediaInfoIcons {
|
||||
|
@ -921,7 +921,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
|||
}
|
||||
|
||||
.sectionTitleButton + .sectionTitleButton {
|
||||
margin-left: .5em !important;
|
||||
margin-left: 0.5em !important;
|
||||
}
|
||||
|
||||
.sectionTitleIconButton {
|
||||
|
@ -929,7 +929,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
|||
-webkit-flex-shrink: 0;
|
||||
flex-shrink: 0;
|
||||
font-size: 84% !important;
|
||||
padding: .5em !important;
|
||||
padding: 0.5em !important;
|
||||
}
|
||||
|
||||
.horizontalItemsContainer {
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
@media all and (min-width: 62.5em) {
|
||||
#guideTab {
|
||||
padding-left: .5em;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.libraryTree {
|
||||
margin-left: .25em;
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.offlineEditorNode {
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
.editorNode img {
|
||||
height: 18px;
|
||||
margin: 0 .35em;
|
||||
margin: 0 0.35em;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
margin-right: .4em;
|
||||
margin-right: 0.4em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 50em) {
|
||||
|
|
|
@ -56,13 +56,13 @@ div[data-role=page] {
|
|||
}
|
||||
|
||||
.fieldDescription {
|
||||
padding-left: .15em;
|
||||
padding-left: 0.15em;
|
||||
font-weight: 400;
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
||||
.fieldDescription+.fieldDescription {
|
||||
margin-top: .3em;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
.content-primary,
|
||||
|
@ -82,8 +82,8 @@ div[data-role=page] {
|
|||
|
||||
.headerHelpButton {
|
||||
margin-left: 1.25em !important;
|
||||
padding-bottom: .4em !important;
|
||||
padding-top: .4em !important;
|
||||
padding-bottom: 0.4em !important;
|
||||
padding-top: 0.4em !important;
|
||||
}
|
||||
|
||||
.mediaInfoContent {
|
||||
|
|
|
@ -72,19 +72,19 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, .7);
|
||||
padding: .25em .5em;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
padding: 0.25em 0.5em;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.chapterThumbText {
|
||||
padding: .25em 0;
|
||||
padding: 0.25em 0;
|
||||
margin: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.chapterThumbText-dim {
|
||||
opacity: .6;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.videoOsdBottom {
|
||||
|
@ -146,7 +146,7 @@
|
|||
}
|
||||
|
||||
.volumeButtons {
|
||||
margin: 0 .5em 0 auto;
|
||||
margin: 0 0.5em 0 auto;
|
||||
display: flex;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
|
@ -163,7 +163,7 @@
|
|||
.osdPoster {
|
||||
width: 10%;
|
||||
position: relative;
|
||||
margin-right: .5em;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.osdPoster img {
|
||||
|
@ -172,7 +172,7 @@
|
|||
width: 100%;
|
||||
-webkit-box-shadow: 0 0 1.9vh #000;
|
||||
box-shadow: 0 0 1.9vh #000;
|
||||
border: .08em solid #222;
|
||||
border: 0.08em solid #222;
|
||||
user-drag: none;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
@ -193,7 +193,7 @@
|
|||
}
|
||||
|
||||
.osdSecondaryMediaInfo {
|
||||
padding-left: .6em !important;
|
||||
padding-left: 0.6em !important;
|
||||
}
|
||||
|
||||
.osdTextContainer {
|
||||
|
@ -207,8 +207,8 @@
|
|||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
margin-bottom: .7em;
|
||||
padding-left: .5em;
|
||||
margin-bottom: 0.7em;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.osdMainTextContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue