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

updated mono build

This commit is contained in:
Luke Pulverenti 2014-05-10 13:28:03 -04:00
parent f7b3f46413
commit c93de38f39
15 changed files with 150 additions and 162 deletions

View file

@ -35,6 +35,8 @@
padding: 0;
border-spacing: 0;
border-collapse: collapse;
margin: 0 auto;
max-width: 1540px;
}
.ehsContent td {
@ -42,6 +44,10 @@
border-spacing: 0;
}
.squareEhsContent {
max-width: 1420px;
}
.detailPageContent {
margin: 0 auto;
padding: 0;
@ -330,7 +336,7 @@ a.itemTag:hover {
}
.lnkPreviousItem {
left: 210px;
left: 10px;
}
.lnkNextItem {
@ -474,7 +480,6 @@ a.itemTag:hover {
.libraryPanelHeader span {
color: #fff;
vertical-align: middle;
font-size: 16px;
font-weight: 300;
}
@ -498,12 +503,6 @@ a.itemTag:hover {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.desktopHomeLink img {
height: 24px;
vertical-align: middle;
margin-right: 5px;
}
.detailImageProgressContainer {
position: absolute;
bottom: 10px;
@ -856,6 +855,7 @@ a.itemTag:hover {
}
.itemsContainer {
text-align: center;
}
.timelineItemsContainer {
@ -1130,11 +1130,11 @@ a.itemTag:hover {
padding: 1em 1em 1em 170px;
}
.spotlightContentInner p {
max-height: 130px;
overflow: hidden;
text-overflow: ellipsis;
}
.spotlightContentInner p {
max-height: 130px;
overflow: hidden;
text-overflow: ellipsis;
}
.rightSpotlightContent .spotlightContentInner {
padding: 195px 1em 1em 1em;