mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Adjust home page spacings (due to putting circuits into dcim column)
This commit is contained in:
parent
bcdb192d28
commit
107d898c3f
@ -9,7 +9,7 @@ html, body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -19,7 +19,7 @@ body {
|
|||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
|
margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
|
||||||
padding-bottom: 30px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.footer, .push {
|
.footer, .push {
|
||||||
height: 60px; /* .push must be the same height as .footer */
|
height: 60px; /* .push must be the same height as .footer */
|
||||||
|
Loading…
Reference in New Issue
Block a user