Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Trollé committed Nov 30, 2017
2 parents 18570fc + 4681a73 commit deaeefa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/JobHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="job-header__filter-type">
<div class="job-results__filters">
<div class="filters_wrapper">
<!--<span class="job-filters-selector__text">Type de missions</span>-->
<span class="job-filters-selector__text">Type de missions</span>
<mission-type-picker @selected="onSelectedMissionType"></mission-type-picker>
</div>
</div>
Expand Down Expand Up @@ -124,7 +124,7 @@
@media only screen and (min-width: 640px) {
.job-header__container {
height: 150px;
height: 170px;
display: grid;
width: 100%;
grid-template-columns: 50% 50%;
Expand All @@ -134,7 +134,7 @@
@media only screen and (min-width: 992px) {
.job-header__container {
height: 100px;
height: 130px;
display: grid;
width: 100%;
grid-template-columns: 33% 34% 33%;
Expand Down
7 changes: 7 additions & 0 deletions client/src/components/MissionTypePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
<style>
.dropdown-toggle.clearfix {
background-color: white;
max-height: 67px;
min-height: 52px;
width: 220px;
}
.open-indicator {
top: 10px;
}
.mission-type-picker {
Expand Down

0 comments on commit deaeefa

Please sign in to comment.