mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Minor media info update
* Aligned labels/values to create a column effect * Minor refactor of labels/values to use a helper to reduce copy/paste markup
This commit is contained in:
parent
9d8a2e03ae
commit
b7806018bf
2 changed files with 25 additions and 18 deletions
|
@ -866,18 +866,21 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.mediaInfoStreamType {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mediaInfoAttribute {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.mediaInfoLabel {
|
||||
color: #aaa;
|
||||
margin-right: 1em;
|
||||
display: inline-block;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.posterRibbon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue