blob: 63a5ad330abd9cee5bf9d542255f60ff9dc4de6e [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
********************************************************************************/
.diverse-options {
display: flex;
justify-content: flex-end;
align-content: center;
background-color: #f5f7f7;
border: 1px solid rgb(189, 195, 199);
padding: 7px 7px 5px 7px;
margin-bottom: 1px;
}
.diverse-options-item {
width: 400px;
padding-right: 7px;
border-right: solid 1px #ddd;
}