mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
adapt layout to previous changes
This commit is contained in:
parent
2f74ae557c
commit
2340850b40
1 changed files with 6 additions and 8 deletions
|
@ -57,6 +57,7 @@ body {
|
|||
.app-footer {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
/* Float below body */
|
||||
float: right;
|
||||
padding-top: 20px;
|
||||
|
||||
|
@ -68,24 +69,21 @@ body {
|
|||
.app-body {
|
||||
/* Let sidebar grow and content occupy rest of the space */
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
bottom: 60px;
|
||||
right: 0px;
|
||||
left: 0px;
|
||||
float: right;
|
||||
width: 100%;
|
||||
/* Fit between header and footer */
|
||||
min-height: calc(100vh - 140px);
|
||||
|
||||
padding: 15px 5px 0px 5px;
|
||||
}
|
||||
|
||||
.app-body div {
|
||||
.app-body > div {
|
||||
margin-left: 7px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.app-content {
|
||||
flex: 1 1 auto;
|
||||
min-height: 400px;
|
||||
height: 100%;
|
||||
padding: 15px 20px;
|
||||
|
||||
background-color: #fff;
|
||||
|
|
Loading…
Add table
Reference in a new issue