blob: ac8087b33e4dae8d25ac76137e0f8b4c229bf0f1 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2015-2018 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
*
********************************************************************************/
/* defines icon and header style in panel */
.pannel-icon-header {
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
margin: 0;
float: left;
vertical-align: middle;
font-size: 16px;
}
/* defines container block for float button */
.button-block {
width: 97%;
display: inline-block;
vertical-align: middle;
}
/* overwrite angular default style for thin padding in button header */
.thin-titlebar >>> .ui-panel-titlebar {
padding-top: 0.3em!important;
padding-bottom: 0.3em!important;
}
/* overwrite angular default style for vertical align of toggle icon in button header*/
.thin-titlebar >>> .ui-panel-titlebar-toggler {
margin-top: 0.3em!important;
}
/** vertical align of header and icon */
.margin5 {
margin: 5px;
}