From b4615bdca2b018ee26d5ac90b61f07d45d837cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Wed, 7 May 2014 11:49:11 +0200 Subject: [PATCH] #251 --- app/webroot/css/dreamjob.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; }