mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #295 - Add play to vlc option
This commit is contained in:
parent
c6309d5001
commit
22eb703c65
16 changed files with 545 additions and 61 deletions
Binary file not shown.
BIN
dashboard-ui/css/fonts/mblogo.eot
Normal file
BIN
dashboard-ui/css/fonts/mblogo.eot
Normal file
Binary file not shown.
BIN
dashboard-ui/css/fonts/mblogo.ttf
Normal file
BIN
dashboard-ui/css/fonts/mblogo.ttf
Normal file
Binary file not shown.
BIN
dashboard-ui/css/fonts/mblogo.woff
Normal file
BIN
dashboard-ui/css/fonts/mblogo.woff
Normal file
Binary file not shown.
|
@ -566,7 +566,8 @@ a.itemTag:hover {
|
|||
.libraryPanelHeader {
|
||||
margin: 5px 0 15px 0;
|
||||
font-size: 15px;
|
||||
font-family: Gotham;
|
||||
font-family: MBLogo;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.libraryPanelHeader a {
|
||||
|
|
|
@ -135,7 +135,11 @@
|
|||
padding-left: 0 !important;
|
||||
margin-left: -8px;
|
||||
cursor: default;
|
||||
font-family: Gotham;
|
||||
}
|
||||
|
||||
.logoLibraryMenuButtonText {
|
||||
font-family: MBLogo;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
|
|
|
@ -62,10 +62,11 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gotham';
|
||||
font-family: 'MBLogo';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Gotham'), url(fonts/gotham-book.woff) format('woff');
|
||||
font-weight: 200;
|
||||
src: url('fonts/mblogo.eot');
|
||||
src: url('fonts/mblogo.eot?#iefix') format('embedded-opentype'), url('fonts/mblogo.woff') format('woff'), url('fonts/mblogo.ttf') format('truetype');
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue