From 7dd83a0b4bda18cc21dd1fbc150b59f75a5659f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sun, 11 May 2014 09:25:06 +0200 Subject: [PATCH] #237: DAK link + max width --- app/View/Elements/barleft.ctp | 12 ++++++------ app/View/Elements/barright.ctp | 3 +-- app/webroot/css/dreamjob.css | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/app/View/Elements/barleft.ctp b/app/View/Elements/barleft.ctp index a618873..1c03059 100755 --- a/app/View/Elements/barleft.ctp +++ b/app/View/Elements/barleft.ctp @@ -10,7 +10,7 @@ if($isLoggedin){ @@ -39,7 +39,7 @@ if($isLoggedin){ @@ -63,7 +63,7 @@ if($isLoggedin){ diff --git a/app/View/Elements/barright.ctp b/app/View/Elements/barright.ctp index 96c5cac..2a61c8f 100755 --- a/app/View/Elements/barright.ctp +++ b/app/View/Elements/barright.ctp @@ -3,5 +3,4 @@ * */ ?> - - + \ No newline at end of file diff --git a/app/webroot/css/dreamjob.css b/app/webroot/css/dreamjob.css index eebea34..f1bb61b 100755 --- a/app/webroot/css/dreamjob.css +++ b/app/webroot/css/dreamjob.css @@ -202,7 +202,7 @@ body.loading #container{ margin: 8px; } #barright{ - width: 130px; + width: 162px; padding-left:20px; padding-top:10px; padding-bottom:10px; @@ -211,12 +211,12 @@ body.loading #container{ max-width:100%; } .column-center{ - width:1110px; + width:1142px; display: table-cell; vertical-align: top; margin: 0px; padding-top: 20px; - padding-right:130px; + padding-right:162px; //width:960px; } #container{