2021-04-19 13:53:04 +00:00
|
|
|
.navbar-brand img {
|
|
|
|
height: 2.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.jqtree-tree ul.jqtree_common {
|
|
|
|
margin-left: 22px;
|
|
|
|
}
|
|
|
|
ul.jqtree-tree li.jqtree_common {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
ul.jqtree-tree li.jqtree_folder {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
ul.jqtree-tree .jqtree-title {
|
|
|
|
margin-left: 0.3em;
|
|
|
|
}
|
|
|
|
ul.jqtree-tree .jqtree-title.jqtree-title-folder {
|
|
|
|
margin-left: 0.3em;
|
|
|
|
}
|
|
|
|
ul.jqtree-tree .jqtree-element {
|
|
|
|
display: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Sticky footer styles
|
|
|
|
-------------------------------------------------- */
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
2021-05-06 19:24:21 +00:00
|
|
|
margin-bottom: 70px;
|
2021-04-19 13:53:04 +00:00
|
|
|
}
|
2021-05-02 11:05:48 +00:00
|
|
|
@media (max-width: 991px) {
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
2021-05-04 07:56:56 +00:00
|
|
|
margin-bottom: 110px;
|
2021-05-02 11:05:48 +00:00
|
|
|
}
|
|
|
|
}
|
2021-05-02 12:41:03 +00:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
body {
|
|
|
|
/* Margin bottom by footer height */
|
2021-05-04 07:56:56 +00:00
|
|
|
margin-bottom: 130px;
|
2021-05-02 12:41:03 +00:00
|
|
|
}
|
|
|
|
}
|
2021-04-19 13:53:04 +00:00
|
|
|
.footer {
|
|
|
|
font-size: 80%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
height: 68px;
|
|
|
|
_line-height: 17px; /* Vertically center the text there */
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2021-05-02 11:05:48 +00:00
|
|
|
@media (max-width: 991px) {
|
|
|
|
.footer {
|
|
|
|
height: 108px;
|
|
|
|
}
|
|
|
|
}
|
2021-05-02 12:41:03 +00:00
|
|
|
@media (max-width: 767px) {
|
2021-05-06 09:03:50 +00:00
|
|
|
body {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
}
|
2021-05-02 12:41:03 +00:00
|
|
|
.footer {
|
|
|
|
height: 126px;
|
|
|
|
}
|
|
|
|
}
|
2021-04-19 13:53:04 +00:00
|
|
|
.footer .disclaimer {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 15px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
.footer .footNote {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0px 0px 15px 0px;
|
|
|
|
}
|