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

Notifications list updates

Conflicts:
	MediaBrowser.WebDashboard/dashboard-ui/notificationlist.html
This commit is contained in:
Tim Hobbs 2014-05-27 17:23:00 -07:00
parent 03a78537a6
commit 1c0b553e3d
2 changed files with 19 additions and 8 deletions

View file

@ -84,7 +84,16 @@
}
.btnMarkReadContainer, .btnNotificationListContainer {
padding: .5em;
padding: 0 .5em;
}
.notificationsList {
border-bottom: 1px solid #ccc;
}
.notificationsList .flyoutNotification {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.imgNotification, .imgNotificationInner {