Files
librenms-librenms/doc/librenms.css
T
2016-08-23 19:58:32 +01:00

26 lines
502 B
CSS

body {
background-image:none !important;
}
/* limit the height of dropdown menus */
.dropdown-menu {
max-height: 400px !important;
overflow-x: hidden !important;
}
/* pushdown the content when the header flows to two lines */
.navbar-fixed-top {
top: -70px;
position: relative;
}
/* hide the menu called hidden, used to generate unlinked docs */
#dropdown-hidden {
display: none;
}
/* avoid scrollbar on mobile (default 360px) */
.navbar-collapse {
max-height: 385px;
}