...
This commit is contained in:
parent
3062bac269
commit
59d07eb8dc
|
@ -54,7 +54,7 @@ if($profil['AppUser']['take_systemwide']){
|
|||
|
||||
<h1><?=$profil['AppUser']['nickname'];?></h1>
|
||||
<div class="columns">
|
||||
<?php if(!$avatar){ ?>
|
||||
<?php if(!$avatar and !$edit){ ?>
|
||||
<div class="bar">
|
||||
<?php if(!empty($profil['DreamjobCompany']['website'])){?>
|
||||
<p>
|
||||
|
|
|
@ -366,14 +366,8 @@ body.loading #container{
|
|||
display:inline-block;
|
||||
margin:auto;
|
||||
}
|
||||
.start-search-box .redbox .searchform{
|
||||
width:90%;
|
||||
}
|
||||
.start-search-box .redbox .searchform .input-group,.start-search-box .redbox .searchform .btn.btn-primary{
|
||||
|
||||
}
|
||||
.start-search-box .redbox .searchform .form-control{
|
||||
|
||||
width:350px;
|
||||
}
|
||||
.start-search-box .redbox .searchform .btn.btn-default{
|
||||
background-color:#fea501;
|
||||
|
|
Loading…
Reference in New Issue