#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;
|
||||||
|
@ -176,7 +171,6 @@ body.loading #container{
|
||||||
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;
|
||||||
|
@ -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