Fixing Content Area Background
- Now there is no vertical scroll when the content does not occupy the full height; - The background area / borders go until the bottom for longer pages
This commit is contained in:
parent
12f080e803
commit
c345ee9e5a
1 changed files with 7 additions and 5 deletions
|
@ -81,12 +81,12 @@ body {
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content, #content-area {
|
html, body, body > .container, #view {
|
||||||
background-color: #FFFFFF;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, body > .container, #view, #content-area{
|
body > .container {
|
||||||
height: 100%;
|
height: calc(100% - 80px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content .glyphicon {
|
#content .glyphicon {
|
||||||
|
@ -144,7 +144,9 @@ th.kc-table-actions {
|
||||||
border-color: #CECECE;
|
border-color: #CECECE;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
padding: 0;
|
padding: 0 0 40px;
|
||||||
|
background-color: #fff;
|
||||||
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-area > * {
|
#content-area > * {
|
||||||
|
|
Loading…
Reference in a new issue