1
0
Fork 0
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:
Tim Hobbs 2014-03-20 21:26:00 -07:00
parent 9d8a2e03ae
commit b7806018bf
2 changed files with 25 additions and 18 deletions

View file

@ -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 {