Positionierungsfehler behoben

Die max-width des Unternehmentittel in der Stellenausschreibung von
470px, auf350px geändert, damit die Buttongroup nicht nach unten
verutscht
This commit is contained in:
Sebastian Imberg 2015-02-13 15:12:06 +01:00
parent e9f5349c1f
commit 45d8fdbf7b
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ body.loading #container{
position:relative; position:relative;
color:white; color:white;
background-color:rgba(0,0,0,0.25); background-color:rgba(0,0,0,0.25);
max-width:470px; max-width:350px;
padding:5px; padding:5px;
top:-90px; top:-90px;
left:20px; left:20px;