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

update recording fields

This commit is contained in:
Luke Pulverenti 2016-12-05 13:46:38 -05:00
parent 6435d047f6
commit b162cf30c5
12 changed files with 211 additions and 82 deletions

View file

@ -616,3 +616,26 @@ div[data-role="controlgroup"] a.ui-btn-active {
.supporterMembershipDisabled .tabSupporterMembership {
display: none;
}
a[data-role='button'] {
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
background-clip: padding-box;
border-radius: .3125em;
border: 1px solid #ddd !important;
color: rgb(51, 51, 51) !important;
cursor: pointer !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: 500 !important;
margin: 0 .25em !important;
display: inline-block;
padding: .8em 1em;
text-align: center;
text-decoration: none !important;
background: #f6f6f6 !important;
font-size: 16px;
-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
}

View file

@ -12,7 +12,7 @@
}
.background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6,6, .76);
background-color: rgba(6, 6,6, .72);
}
.ui-body-b {
@ -158,8 +158,6 @@
}
.detailPageContent {
margin: 3em auto 0;
padding: 0;
border-spacing: 0;
border-collapse: collapse;
}
@ -355,8 +353,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.detailImageContainer {
position: absolute;
top: -130px;
left: 3%;
top: -90px;
left: 5%;
}
.itemDetailImage {
@ -400,6 +398,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
position: absolute;
right: 5%;
background-color: #52B54B !important;
z-index: 1;
}
.emby-button.btnFloatingRecord {
@ -500,6 +499,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-right: .5em;
}
.mainDetailButtons.hide + .recordingFields {
margin-top: 1.5em !important;
}
.detailImageProgressContainer {
position: absolute;
bottom: 4px;
@ -575,18 +578,18 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.detailPageContent {
max-width: 94%;
padding: 3em 3% 0;
}
@media all and (min-width: 750px) {
.detailPageContent {
max-width: 94%;
padding: 3em 3% 0;
}
}
@media all and (min-width: 1200px) {
.detailPageContent {
max-width: 90%;
padding: 3em 5% 0;
}
}