blob: 4b7805a32cfbd83f0764b2aac8f51a8dae69e412 [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
********************************************************************************/
.person-buttons {
margin: 16px;
}
.expandable-body-container {
display: flex;
flex-direction: row;
height: 100%;
}
.table-detail-view-address {
height: 756px;
width: 461px;
}
.table-view-address {
height: 711px;
flex-grow: 1;
}
.expandable-address .collapse5 {
height: 758px;
}
.table-detail-view-communication {
height: 296px;
width: 461px;
}
.table-view-communication {
height: 263px;
flex-grow: 1;
}
.expandable-communication .collapse5 {
height: 310px;
}
.table-detail-view-module-assignment {
height: 336px;
width: 461px;
min-width: 461px;
}
.table-view-module-assignment {
height: 290px;
flex-grow: 1;
}
.expandable-module-assignment .collapse5 {
height: 338px;
}
.syncAlertMessage {
position: absolute;
top: 0px;
left: 50vw;
margin: 20px 20px 20px 0;
padding: 14px;
font-size: 20px;
background-color: rgba(255, 178, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.15);
}