mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
beginning dlna server
This commit is contained in:
parent
d5163c5ded
commit
d14503c09a
8 changed files with 25 additions and 22 deletions
|
@ -56,6 +56,11 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell button {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell button + button {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
|
|
@ -590,7 +590,7 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.lblDetailTab {
|
||||
font-size: 16px!important;
|
||||
font-size: 15px!important;
|
||||
font-weight: 400!important;
|
||||
font-family: 'Open Sans';
|
||||
padding: .5em 1em;
|
||||
|
@ -710,14 +710,12 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.itemBackdrop {
|
||||
background-image: none!important;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.itemBackdropContent {
|
||||
position: static;
|
||||
padding: 1em 1em 0;
|
||||
background-color: transparent;
|
||||
padding: 1em 1em .5em;
|
||||
}
|
||||
|
||||
.itemDetailImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue