Merge pull request #416 from jbeyerstedt/feature/mobile-ui

shifts view: change breakpoints to fit more on smaller screens
This commit is contained in:
msquare 2018-01-22 20:33:44 +01:00 committed by GitHub
commit 7278d379cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1584 additions and 1488 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

0
public/index.php Normal file → Executable file
View File

View File

@ -60,9 +60,9 @@
</div>
</div>
</div>
<div class="col-md-2">%room_select%</div>
<div class="col-md-2">%type_select%</div>
<div class="col-md-2">%filled_select%</div>
<div class="col-md-2 col-xs-4 col-xxs-12">%room_select%</div>
<div class="col-md-2 col-xs-4 col-xxs-12">%type_select%</div>
<div class="col-md-2 col-xs-4 col-xxs-12">%filled_select%</div>
</div>
<div class="row">
<div class="col-md-12">

View File

@ -247,3 +247,15 @@ body {
transform: rotate(0deg) translateY(0px);
}
}
@media (max-width: 525px) {
.col-xxs-12 {
float: none;
width: 100%;
position: relative; left: 0; right: 0;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
}