Anchor time to bottom; simplify padding
This commit is contained in:
parent
5d1fd14045
commit
63c572e250
|
@ -40,10 +40,6 @@ div.playmodes {
|
|||
.mark {
|
||||
background: #b00;
|
||||
}
|
||||
div.time {
|
||||
top: 192px;
|
||||
right: -10px;
|
||||
}
|
||||
div.time h4 {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue