#95 Sebastians fusch
This commit is contained in:
parent
4e4c12ac85
commit
073359d3f9
|
@ -44,6 +44,11 @@ h4{
|
|||
.box img{
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
.box .logo img{ /** Ändert Logo im Profil und Ausschreibung*/
|
||||
max-width:150px;
|
||||
}
|
||||
|
||||
.headline{
|
||||
color:grey;
|
||||
font-size:24px;
|
||||
|
@ -110,7 +115,7 @@ body.loading #container{
|
|||
* Navbar
|
||||
*/
|
||||
#navbar{
|
||||
background-image: url("../img/line.png");
|
||||
background-color: #0073B8;
|
||||
border-radius: 0px;
|
||||
margin: 0px;
|
||||
height:100px;
|
||||
|
@ -169,7 +174,9 @@ body.loading #container{
|
|||
#navdown{
|
||||
margin:0px;
|
||||
padding-bottom: 60px;
|
||||
background-color:#0073b8;
|
||||
}
|
||||
|
||||
#navdown > .column-center td{
|
||||
width:35%;
|
||||
vertical-align: top;
|
||||
|
@ -289,10 +296,6 @@ 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;
|
||||
|
@ -308,8 +311,11 @@ body.loading #container{
|
|||
display:inline-block;
|
||||
position:relative;
|
||||
color:white;
|
||||
background-color:rgba(0,0,0,0.25);
|
||||
max-width:470px;
|
||||
padding:5px;
|
||||
top:-90px;
|
||||
left:30px;
|
||||
left:20px;
|
||||
}
|
||||
.opening-header img.banner+h3{
|
||||
top:-60px;
|
||||
|
@ -440,7 +446,7 @@ body.loading #container{
|
|||
display:inline-block;
|
||||
width:465px;
|
||||
height:282px;
|
||||
background-color:#9d1c16;
|
||||
background-color:#0073B8;
|
||||
padding-top:20px;
|
||||
}
|
||||
.start-search-box .redbox h1{
|
||||
|
@ -454,16 +460,16 @@ body.loading #container{
|
|||
width:350px;
|
||||
}
|
||||
.start-search-box .redbox .searchform .btn.btn-default{
|
||||
background-color:#fea501;
|
||||
border-color:#fea501;
|
||||
background-color:#d9534f;
|
||||
border:1px solid white;
|
||||
}
|
||||
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
||||
line-height:1.42857;
|
||||
color:white;
|
||||
}
|
||||
.start-search-box .redbox .searchform .btn.btn-primary{
|
||||
background-color:#7e0000;
|
||||
border-color:#7e0000;
|
||||
background-color:#0073B8;
|
||||
border-color:#ffffff;
|
||||
}
|
||||
/*
|
||||
* Messages
|
||||
|
@ -582,6 +588,22 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue