#95 Sebastians fusch - besser
This commit is contained in:
parent
073359d3f9
commit
5bd7d8f3ba
|
@ -44,11 +44,6 @@ h4{
|
||||||
.box img{
|
.box img{
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box .logo img{ /** Ändert Logo im Profil und Ausschreibung*/
|
|
||||||
max-width:150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headline{
|
.headline{
|
||||||
color:grey;
|
color:grey;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
|
@ -174,9 +169,8 @@ body.loading #container{
|
||||||
#navdown{
|
#navdown{
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
background-color:#0073b8;
|
background-color:#0073b8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navdown > .column-center td{
|
#navdown > .column-center td{
|
||||||
width:35%;
|
width:35%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -296,6 +290,10 @@ body.loading #container{
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
display:table-cell;
|
display:table-cell;
|
||||||
}
|
}
|
||||||
|
.opening-header .logo i img,.company-header .logo i img{
|
||||||
|
max-width:150px;
|
||||||
|
max-height:150px;
|
||||||
|
}
|
||||||
.opening-header .logo{
|
.opening-header .logo{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
@ -311,9 +309,9 @@ body.loading #container{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
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:470px;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
top:-90px;
|
top:-90px;
|
||||||
left:20px;
|
left:20px;
|
||||||
}
|
}
|
||||||
|
@ -460,8 +458,8 @@ body.loading #container{
|
||||||
width:350px;
|
width:350px;
|
||||||
}
|
}
|
||||||
.start-search-box .redbox .searchform .btn.btn-default{
|
.start-search-box .redbox .searchform .btn.btn-default{
|
||||||
background-color:#d9534f;
|
background-color:#d9534f;
|
||||||
border:1px solid white;
|
border:1px solid white;
|
||||||
}
|
}
|
||||||
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
||||||
line-height:1.42857;
|
line-height:1.42857;
|
||||||
|
@ -588,25 +586,17 @@ fieldset.search .submit.form-group{
|
||||||
fieldset.search .submit.form-group .btn{
|
fieldset.search .submit.form-group .btn{
|
||||||
width:250px;
|
width:250px;
|
||||||
}
|
}
|
||||||
input.btn-primary{
|
|
||||||
background-color:#d9534f;
|
|
||||||
border:#9e1c17;
|
|
||||||
}
|
|
||||||
input.btn-primary:hover{
|
|
||||||
background-color:#d9534f;
|
|
||||||
border:#9e1c17;
|
|
||||||
}
|
|
||||||
button.btn-primary{
|
|
||||||
background-color:#d9534f;
|
|
||||||
border:#9e1c17;
|
|
||||||
}
|
|
||||||
button.btn-primary:hover{
|
|
||||||
background-color:#d9534f;
|
|
||||||
border:#9e1c17;
|
|
||||||
}
|
|
||||||
fieldset.search .form-group label{
|
fieldset.search .form-group label{
|
||||||
margin: 0px 20px;
|
margin: 0px 20px;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.btn-primary,
|
||||||
|
input.btn-primary:hover,
|
||||||
|
button.btn-primary,
|
||||||
|
button.btn-primary:hover{
|
||||||
|
background-color:#d9534f;
|
||||||
|
border:#9e1c17;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue