This commit is contained in:
parent
81918063f8
commit
b4615bdca2
|
@ -232,26 +232,26 @@ body.loading #container{
|
|||
}
|
||||
.box-extra-left{
|
||||
display:table-cell;
|
||||
width:240px;
|
||||
min-height: 220px;
|
||||
width:290px;
|
||||
min-height: 270px;
|
||||
float:left;
|
||||
}
|
||||
.box-extra-left > .box{
|
||||
width:200px;
|
||||
height: 200px;
|
||||
width:250px;
|
||||
height: 250px;
|
||||
padding: 10px;
|
||||
vertical-align: middle;
|
||||
display:table-cell;
|
||||
}
|
||||
.box-extra-left > .box > img{
|
||||
max-height: 200px;
|
||||
max-width: 200px;
|
||||
max-height: 250px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.box-extra-left+.box{
|
||||
display:table-cell;
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
min-height: 250px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue