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

left-align dual line items

This commit is contained in:
Luke Pulverenti 2013-03-26 01:06:36 -04:00
parent 5460bb3507
commit b0b9ab1e19

View file

@ -446,6 +446,10 @@ form, .readOnlyContent {
padding-bottom: 56px;
}
.posterViewItemWithDualText .posterViewItemText {
text-align: left;
}
.posterViewItemWithNoText {
padding-bottom: 0!important;
}
@ -479,7 +483,7 @@ form, .readOnlyContent {
text-wrap: none;
white-space: nowrap;
margin: 0;
padding: 4px 2px 0;
padding: 4px 4px 0;
position: absolute;
bottom: 0;
left: 0;