blob: 7ba52f7d84de00b46655bcf544b5bc5280bbda0c [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
********************************************************************************/
.panel-body {
padding: 0;
}
.list-group {
margin-bottom: 0;
}
.list-group-item {
white-space: nowrap;
}
.list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-item:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-style: none;
}
.navigator {
position: relative;
margin: 0;
}
.navigator-content {
margin-left: 8px;
min-height: calc(100vh - 53px);
max-height: calc(100vh - 53px);
overflow: auto;
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7!important;
}
.navigator .navbar {
border-radius: 4px;
border: 1px solid;
}
.navigator .navbar-right {
position: relative;
right: 15px;
z-index: 1;
}
.navigator .navbar-header {
position: relative;
background-color: #f8f8f8;
z-index: 2;
}
vertical-split-separator {
margin: 0;
border: none !important;
}
.navigator .navbar-right > li {
text-align: right;
}
.navigator .navbar-right > li > ul.dropdown-menu {
position: absolute;
left: -75px !important;
}