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

update tv recording page

This commit is contained in:
Luke Pulverenti 2013-12-12 23:06:38 -05:00
parent fb64641b57
commit 72b7920f68
9 changed files with 56 additions and 34 deletions

View file

@ -365,7 +365,7 @@ a.itemTag:hover {
}
.itemBackdropContent {
height: 245px;
height: 230px;
}
.lnkSibling {
@ -399,7 +399,7 @@ a.itemTag:hover {
}
.itemDetailImage {
height: 255px;
height: 240px;
-moz-box-shadow: 0px 0 20px #000;
-webkit-box-shadow: 0px 0 20px #000;
box-shadow: 0px 0 20px #000;
@ -433,7 +433,7 @@ a.itemTag:hover {
}
.itemOverview {
max-height: 80px;
max-height: 60px;
overflow-y: auto;
text-overflow: ellipsis;
}