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

more on image uploading

This commit is contained in:
Luke Pulverenti 2013-05-05 00:49:49 -04:00
parent e089b61b62
commit fcf4964e3a
10 changed files with 346 additions and 72 deletions

View file

@ -199,6 +199,10 @@
overflow: hidden;
}
.itemMediaInfo {
font-size: 14px;
}
.mediaInfoStream {
display: inline-block;
vertical-align: top;
@ -212,13 +216,14 @@
}
.mediaInfoDetails {
margin: 0 0 0 1.5em;
margin: 0 0 0 .25em;
padding: 0;
list-style-type: circle;
list-style-type: none;
}
.mediaInfoLabel {
color: #bbb;
margin-right: 3px;
}
.posterRibbon {