2018-09-18 20:11:25 +00:00
|
|
|
/* Footer */
|
2016-07-10 02:02:48 +00:00
|
|
|
footer {
|
2018-09-18 20:11:25 +00:00
|
|
|
padding-top: 3rem;
|
|
|
|
padding-bottom: 3rem;
|
2016-11-19 01:13:19 +00:00
|
|
|
}
|
|
|
|
|
2018-09-18 20:11:25 +00:00
|
|
|
footer p {
|
|
|
|
margin-bottom: .25rem;
|
2016-07-10 02:02:48 +00:00
|
|
|
}
|
|
|
|
|
2018-09-19 12:42:34 +00:00
|
|
|
/* Move the space between navbar and content in the content */
|
|
|
|
.navbar { margin-bottom: 0; }
|
|
|
|
.pt4 { padding-top: 1.5rem!important; }
|
2016-06-30 23:41:58 +00:00
|
|
|
|
2018-09-27 20:23:45 +00:00
|
|
|
/* Reserve space for icons and align */
|
2018-09-19 11:37:10 +00:00
|
|
|
a > i.fa {
|
|
|
|
display: inline-block;
|
2018-09-27 20:23:45 +00:00
|
|
|
width: 16px;
|
2018-09-19 11:37:10 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-06-22 18:51:51 +00:00
|
|
|
/* Reduce the padding for the logo in the navbar-brand so the 32px-high logo
|
|
|
|
* is centered in the navbar */
|
|
|
|
.navbar-brand {
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Display logo and site name side by side and not on top of each other */
|
|
|
|
.navbar-brand img {
|
|
|
|
display: initial;
|
|
|
|
}
|
|
|
|
|
2018-09-19 14:23:09 +00:00
|
|
|
/* Make navbar look less Bootstraped */
|
|
|
|
.navbar-inverse {
|
|
|
|
border-color: #f9a01b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .navbar-brand {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inverse .navbar-nav > li > a {
|
|
|
|
color: #d6d6d6;
|
|
|
|
}
|
|
|
|
|
2018-04-16 18:07:54 +00:00
|
|
|
/* Add right colors for buttons in dropdown in navbar-inverse (else it is light
|
|
|
|
* gray on white bg and white when hovered */
|
|
|
|
.navbar-inverse .dropdown-menu .btn-link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #262626;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.navbar-inverse .dropdown-menu .btn-link:hover {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.navbar-inverse .dropdown-menu .btn-link {
|
|
|
|
color: #9d9d9d;
|
|
|
|
}
|
|
|
|
.navbar-inverse .dropdown-menu .btn-link:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-28 10:37:23 +00:00
|
|
|
/* Set height of the grid so footer stay on footer */
|
2016-07-10 02:02:48 +00:00
|
|
|
.row.content {
|
2018-09-28 10:37:23 +00:00
|
|
|
min-height: 70vh;
|
2016-07-10 02:02:48 +00:00
|
|
|
}
|
2016-06-30 23:41:58 +00:00
|
|
|
|
2018-09-19 12:42:34 +00:00
|
|
|
/* Set gray background color */
|
2016-06-30 23:41:58 +00:00
|
|
|
.sidenav {
|
|
|
|
background-color: #f1f1f1;
|
2018-09-19 12:42:34 +00:00
|
|
|
border: 1px solid #e0e0e0;
|
|
|
|
border-radius: 0 0 5px 5px;
|
2016-06-30 23:41:58 +00:00
|
|
|
}
|
2016-11-17 03:55:11 +00:00
|
|
|
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2016-06-30 23:41:58 +00:00
|
|
|
|
|
|
|
/* On small screens, set height to 'auto' for sidenav and grid */
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.sidenav {
|
|
|
|
height: auto;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2016-07-10 02:02:48 +00:00
|
|
|
.row.content {height:auto;}
|
2016-06-30 23:41:58 +00:00
|
|
|
}
|
2018-06-03 15:53:19 +00:00
|
|
|
|
|
|
|
.table-responsive {
|
2018-12-08 20:42:49 +00:00
|
|
|
overflow: visible;
|
2018-06-03 15:53:19 +00:00
|
|
|
}
|
|
|
|
|
2018-06-27 19:37:13 +00:00
|
|
|
/* Make modal wider on wide screens */
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.modal-dialog {
|
|
|
|
width: 1000px
|
|
|
|
}
|
2018-09-27 20:23:45 +00:00
|
|
|
}
|
2018-06-24 18:26:26 +00:00
|
|
|
|
|
|
|
/* For tables with long text in cells */
|
|
|
|
|
|
|
|
.table.long_text{
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.long_text{
|
|
|
|
word-wrap: break-word;
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.long_text{
|
|
|
|
width: 60%;
|
2018-06-27 19:37:13 +00:00
|
|
|
}
|
2018-08-10 08:23:54 +00:00
|
|
|
|
|
|
|
/* change color of panel heading on hover */
|
|
|
|
|
|
|
|
.panel > .profil:hover {
|
|
|
|
background-image: none;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2018-08-10 15:15:03 +00:00
|
|
|
/* add padding under title in profile */
|
|
|
|
.title-dashboard{
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2018-08-11 01:28:44 +00:00
|
|
|
/* center the profil boxes */
|
|
|
|
.dashboard{
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-12-30 11:06:20 +00:00
|
|
|
|
|
|
|
/* Detailed information on profile page */
|
2018-12-30 11:35:41 +00:00
|
|
|
dl.profile-info {
|
|
|
|
margin-top: -16px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2018-12-30 11:06:20 +00:00
|
|
|
dl.profile-info > div {
|
|
|
|
padding: 8px;
|
2018-12-30 11:35:41 +00:00
|
|
|
border-top: 1px solid #ddd;
|
2018-12-30 11:06:20 +00:00
|
|
|
}
|
2019-10-01 19:59:38 +00:00
|
|
|
|
|
|
|
/* Make bootstrap accordions clickable on iOS */
|
|
|
|
[data-toggle~="collapse"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|