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

remove dead css

This commit is contained in:
Luke Pulverenti 2016-06-01 17:15:16 -04:00
parent e453a5b9f7
commit e7ba8f57af
7 changed files with 65 additions and 303 deletions

View file

@ -549,7 +549,7 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
}
.activeDevicesCollapsible .ui-collapsible-content {
padding: .25em !important;
padding: .5em .5em !important;
}
.activeSession:not(.playingSession) .sessionNowPlayingContent {
@ -648,3 +648,52 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
.disabledUserBanner {
margin: 0 0 2em;
}
.appLinks a {
text-decoration: none !important;
}
.appLinks a + a {
margin-left: 5px;
}
.appLinks img {
height: 36px;
}
/*
Media Library Page
*/
.mediaFolderButtons {
margin-top: 10px;
}
.mediaFolderLocations {
margin: 1em .25em !important;
}
.mediaLocationsHeader {
padding-top: .75em !important;
padding-bottom: .75em !important;
}
.mediaLocationsHeader .ui-btn {
position: absolute;
right: -3px;
margin-top: 0 !important;
margin-bottom: 0 !important;
top: 4px;
}
.btnShowStatusMessage {
font-weight: normal !important;
text-decoration: none;
}
.btnShowStatusMessage:hover {
text-decoration: underline;
}
.supporterMembershipDisabled .tabSupporterMembership {
display: none;
}