mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
658b824d5a
commit
c52720b994
14 changed files with 109 additions and 130 deletions
|
@ -210,7 +210,7 @@
|
|||
background-image: url(images/items/folders/home.png);
|
||||
}
|
||||
|
||||
.tvshowsViewMenu {
|
||||
.tvshowsViewMenu, .livetvViewMenu {
|
||||
background-image: url(images/items/folders/tv.png);
|
||||
}
|
||||
|
||||
|
|
|
@ -70,6 +70,10 @@
|
|||
max-width: 95%;
|
||||
}
|
||||
|
||||
.flyoutNotification:last-child {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.notificationName {
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
|
@ -88,13 +92,13 @@
|
|||
}
|
||||
|
||||
.notificationsList {
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.notificationsList .flyoutNotification {
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
.notificationsList .flyoutNotification {
|
||||
border-left: 1px solid #ddd;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.imgNotification, .imgNotificationInner {
|
||||
width: 40px;
|
||||
|
@ -191,4 +195,4 @@
|
|||
.notificationContent p {
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -145,8 +145,8 @@
|
|||
|
||||
.myLibraryPosterItem .posterItemImage {
|
||||
height: 34px;
|
||||
background-position: 12px center;
|
||||
background-size: 20px 20px;
|
||||
background-position: 9px center;
|
||||
background-size: 14px 14px;
|
||||
background-color: rgba(51, 136, 204, 0.7);
|
||||
background-color: rgba(82, 181, 75, 0.7);
|
||||
}
|
||||
|
@ -154,9 +154,9 @@
|
|||
.myLibraryPosterItem .posterItemDefaultText {
|
||||
top: 0;
|
||||
left: 0;
|
||||
line-height: 36px;
|
||||
line-height: 34px;
|
||||
text-align: left;
|
||||
padding: 0 0 0 43px;
|
||||
padding: 0 0 0 34px;
|
||||
}
|
||||
|
||||
.moviesPosterItem .posterItemImage, .trailersPosterItem .posterItemImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue