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

allow custom language per item

This commit is contained in:
Luke Pulverenti 2013-12-28 11:58:13 -05:00
parent 84eb8fc047
commit 6d15c55327
11 changed files with 110 additions and 138 deletions

View file

@ -113,7 +113,7 @@
.libraryViewNav {
text-align: center;
background-image: linear-gradient(#333,#333);
background-image: linear-gradient(#404040,#222);
border-bottom: 1px solid #111;
border-top: 1px solid #000;
font-family: sans-serif, Arial;

View file

@ -59,6 +59,7 @@
top: -3px;
margin-left: 3px;
margin-right: 2em;
font-weight: normal;
}
@media all and (min-width: 650px) {
@ -100,6 +101,8 @@
top: -10px;
max-width: 110px;
margin-right: 2em;
font-size: 14px;
font-weight: normal;
}
.mediaSlider {

View file

@ -71,6 +71,10 @@
height: 180px;
}
.editorfieldDescription {
color: #ccc;
}
/* Fixes button running outside of list */
.btnRemoveFromEditorList .ui-btn-inner {
padding-right: 0!important;