diff --git a/app/webroot/css/dreamjob.css b/app/webroot/css/dreamjob.css index 743deb6..eebea34 100755 --- a/app/webroot/css/dreamjob.css +++ b/app/webroot/css/dreamjob.css @@ -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; }