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

update translations

This commit is contained in:
Luke Pulverenti 2014-06-07 15:46:24 -04:00
parent 658b824d5a
commit c52720b994
14 changed files with 109 additions and 130 deletions

View file

@ -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;
}
}
}