Anchor time to bottom; simplify padding
This commit is contained in:
parent
5d1fd14045
commit
63c572e250
|
@ -40,10 +40,6 @@ div.playmodes {
|
||||||
.mark {
|
.mark {
|
||||||
background: #b00;
|
background: #b00;
|
||||||
}
|
}
|
||||||
div.time {
|
|
||||||
top: 192px;
|
|
||||||
right: -10px;
|
|
||||||
}
|
|
||||||
div.time h4 {
|
div.time h4 {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,6 +142,7 @@ div.seen h3 {
|
||||||
div.thumb, div.details {
|
div.thumb, div.details {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
padding: 10px;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
div.thumb {
|
div.thumb {
|
||||||
|
@ -159,16 +160,13 @@ div.thumb img {
|
||||||
}
|
}
|
||||||
div.time {
|
div.time {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 78px;
|
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
div.time h4 {
|
div.time h4 {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
line-height: 20px;
|
font-size: 18px;
|
||||||
margin-right: 10px;
|
margin: 0px;
|
||||||
}
|
|
||||||
div.title {
|
|
||||||
padding: 0px 10px;
|
|
||||||
}
|
}
|
||||||
#title h1, #title img {
|
#title h1, #title img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue