blob: 4fb220bf66fd163a65902c190d2dff1013e6ee42 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 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
********************************************************************************/
.company-buttons {
margin: 16px;
}
.expandable-body-container {
display: flex;
flex-direction: row;
height: 100%;
}
.table-detail-view-address {
width: 461px;
min-width: 461px;
border-right: 1px solid #bdc3c7;
}
.table-view-address {
flex-grow: 1;
}
.table-detail-view-communication {
width: 461px;
min-width: 461px;
border-right: 1px solid #bdc3c7;
}
.table-view-communication {
flex-grow: 1;
}
.table-view-contact-persons {
flex-grow: 1;
}
.table-detail-view-module-assignment {
width: 461px;
min-width: 461px;
border-right: 1px solid #bdc3c7;
}
.table-view-module-assignment {
flex-grow: 1;
}