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

update select server

This commit is contained in:
Luke Pulverenti 2015-08-29 20:40:52 -04:00
parent 3165df56e2
commit f0f5c26a2c
9 changed files with 119 additions and 154 deletions

View file

@ -525,6 +525,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.primaryDetailsContainer {
float: left;
padding: .75em 0 0 1.5em;
width: 68%;
}
.portraitDetailImageContainer + .primaryDetailsContainer {
width: 75%;
}
.parentName {
@ -557,9 +562,21 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
@media all and (max-width: 1000px) {
.primaryDetailsContainer {
width: 64%;
}
.portraitDetailImageContainer + .primaryDetailsContainer {
width: 72%;
}
.detailImageContainer img {
max-width: 240px;
}
.portraitDetailImageContainer img {
max-width: 180px;
}
}
@media all and (max-width: 800px) {

View file

@ -1,11 +0,0 @@
/*
Plugin updates Page
*/
#pluginUpdatesForm table {
width: 100%;
}
#pluginUpdatesForm td + td {
text-align: center;
}