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

update people queries

This commit is contained in:
Luke Pulverenti 2015-07-06 22:25:23 -04:00
parent 99768ecffe
commit 17a0f1578d
22 changed files with 215 additions and 123 deletions

View file

@ -47,12 +47,19 @@
margin: 2px;
}
@media all and (max-width: 800px) {
.cardBox {
margin: 1px;
}
}
.largeCardMargin .cardBox {
margin: 8px;
}
.mediumCardMargin .cardBox {
margin: 6px;
margin: 5px;
}
.defaultBackground .cardImage {
@ -69,7 +76,7 @@
.cardOverlayPlayButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(215,215,215,.9);
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
}
@ -84,18 +91,11 @@
.cardOverlayMoreButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(215,215,215,.9);
background-color: rgba(210,210,210,.9);
border-radius: 500px;
padding: 6px;
}
@media all and (max-width: 800px) {
.cardBox {
margin: 1px;
}
}
.grayscale {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);

View file

@ -3,7 +3,7 @@
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 96px !important;
padding-top: 95px !important;
}
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
@ -266,7 +266,7 @@
margin: 0 0;
position: relative;
font-weight: normal;
border-bottom: 3px solid transparent;
border-bottom: 2px solid transparent;
}
.libraryViewNav .ui-btn-active {

View file

@ -57,7 +57,7 @@
text-overflow: ellipsis;
vertical-align: middle;
text-align: left;
font-size: 14px;
font-size: 15px;
max-width: 130px;
}

View file

@ -495,8 +495,8 @@ h1 a:hover {
}
.libraryViewNav:not(.paperLibraryViewNav).headroom--unpinned:not(.headroomDisabled) {
-webkit-transform: translateY(-208%);
transform: translateY(-208%);
-webkit-transform: translateY(-210%);
transform: translateY(-210%);
}
.paperLibraryViewNav.headroom--unpinned:not(.headroomDisabled) {
@ -931,7 +931,7 @@ h1 .imageLink {
}
.footerOverBottomTabs {
bottom: 51px !important;
bottom: 49px !important;
}
.footerNotification {