1
0
Fork 0
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:
Ricardo Hernandez-Montoya 2017-05-05 09:07:22 +02:00
parent 2f74ae557c
commit 2340850b40

View file

@ -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;