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