Anchor time to bottom; simplify padding

This commit is contained in:
John Mertz 2024-02-26 10:41:58 -07:00
parent 5d1fd14045
commit 63c572e250
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
2 changed files with 4 additions and 10 deletions

View File

@ -40,10 +40,6 @@ div.playmodes {
.mark {
background: #b00;
}
div.time {
top: 192px;
right: -10px;
}
div.time h4 {
background: #FFFFFF;
}

View File

@ -142,6 +142,7 @@ div.seen h3 {
div.thumb, div.details {
vertical-align: top;
display: table-cell;
padding: 10px;
z-index: 20;
}
div.thumb {
@ -159,16 +160,13 @@ div.thumb img {
}
div.time {
position: absolute;
top: 78px;
right: 0px;
bottom: 0px;
}
div.time h4 {
padding: 2px;
line-height: 20px;
margin-right: 10px;
}
div.title {
padding: 0px 10px;
font-size: 18px;
margin: 0px;
}
#title h1, #title img {
display: inline-block;