diff --git a/app/View/Elements/barleft.ctp b/app/View/Elements/barleft.ctp index 3b22377..6bb32d2 100755 --- a/app/View/Elements/barleft.ctp +++ b/app/View/Elements/barleft.ctp @@ -15,7 +15,7 @@ if($isLoggedin){ } .column-center{ padding-left:50px; - width:1010px; + width:1160px; } --> diff --git a/app/View/Elements/barright.ctp b/app/View/Elements/barright.ctp index 301e225..96c5cac 100755 --- a/app/View/Elements/barright.ctp +++ b/app/View/Elements/barright.ctp @@ -3,4 +3,5 @@ * */ ?> -Werbung + + diff --git a/app/webroot/css/dreamjob.css b/app/webroot/css/dreamjob.css index a3aedb3..e6f55bd 100755 --- a/app/webroot/css/dreamjob.css +++ b/app/webroot/css/dreamjob.css @@ -194,12 +194,20 @@ body.loading #container{ #barleft img{ margin: 8px; } +#barright{ + width: 130px; +} +#barright img{ + max-width:100%; +} .column-center{ - width:960px; + width:1110px; display: table-cell; vertical-align: top; margin: 0px; padding-top: 20px; + padding-right:130px; + //width:960px; } #container{ min-height: 400px;