blob: f3c5e53e7da3edd7bd1b9546ad315f881226ab7e [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
*
********************************************************************************/
/* You can add global styles to this file, and also import other style files */
body {
margin: 3em 1em 0 1em;
}
.navbar {
min-height: 2em !important;
margin-bottom: 1em;
}
.navbar-nav > li > a, .navbar-brand {
padding-top: 4px !important;
padding-bottom: 0 !important;
height: 2em;
font-size: 1em;
}
.table > thead > tr > th, .table > tbody > tr > td {
padding: 2px 4px;
}
body .mdmtree .ui-tree {
display: inline-block;
width: 100%;
height: 100%;
}
body .mdmtree .ui-treenode {
padding: 0;
}
body .mdmtree .ui-treenode .ui-treenode-content {
height: 1.5em;
}
body .mdmtree .ui-treenode .ui-treenode-content .ui-treenode-label {
padding-left: 0;
}
body .mdmtree .ui-treenode .ui-treenode-content .ui-treenode-icon {
margin: .2em 0; width: 15px;
}
body .mdmtree .ui-treenode .ui-treenode-content .ui-tree-toggler {
width: 1em;
}
.icon {
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
height: 1em;
margin: 0;
}
.environment {
background-image: url("assets/famfamfam_icons/database.png");
}
.project {
background-image: url("assets/famfamfam_icons/house.png");
}
.pool {
background-image: url("assets/famfamfam_icons/paste_plain.png");
}
.test {
background-image: url("assets/famfamfam_icons/brick_add.png");
}
.teststep {
background-image: url("assets/famfamfam_icons/brick.png");
}
.measurement {
background-image: url("assets/famfamfam_icons/chart_curve.png");
}
.channelgroup {
background-image: url("assets/famfamfam_icons/calendar.png");
}
.channel {
background-image: url("assets/famfamfam_icons/chart_curve_go.png");
}
.ui-datatable .ui-datatable-data > tr > td {
padding: .25em .5em !important;
}
.ui-datatable .ui-datatable-thead > tr > th {
padding: .50em .5em !important;
}
.greyed * {
color: #ccc !important;
border-color: #e3e3e3 !important;
}
div .thinheader {
margin-top: -5px;
margin-bottom: -5px;
}