From 45d8fdbf7b73843f899887099b857da3d17ddb45 Mon Sep 17 00:00:00 2001 From: Sebastian Imberg Date: Fri, 13 Feb 2015 15:12:06 +0100 Subject: [PATCH] Positionierungsfehler behoben MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Die max-width des Unternehmentittel in der Stellenausschreibung von 470px, auf350px geƤndert, damit die Buttongroup nicht nach unten verutscht --- app/webroot/css/dreamjob.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/css/dreamjob.css b/app/webroot/css/dreamjob.css index 56338bd..6c0ef31 100644 --- a/app/webroot/css/dreamjob.css +++ b/app/webroot/css/dreamjob.css @@ -310,7 +310,7 @@ body.loading #container{ position:relative; color:white; background-color:rgba(0,0,0,0.25); - max-width:470px; + max-width:350px; padding:5px; top:-90px; left:20px;