blob: 39b01316a4bd64d259c8838c49315da46319e12d [file] [log] [blame]
/*
* Copyright 2018-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
ONOS GUI -- Hosts Details Panel (layout) -- CSS file
*/
#host-details-panel.floatpanel {
z-index: 0;
font-size: 10pt;
top: 145px;
height: 80vh;
}
#host-details-panel.floatpanel a {
font-weight: bold;
}
#host-details-panel .host-details {
padding: 0 30px;
}
#host-details-panel .close-btn {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
}
#host-details-panel .host-icon {
display: inline-block;
padding: 0 6px 0 0;
vertical-align: middle;
}
#host-details-panel h2 {
display: inline-block;
margin: 8px 0;
font-weight: bold;
font-size: 16pt;
}
#host-details-panel h2 input {
font-size: 0.90em;
width: 106%;
}
#host-details-panel .actionBtns div {
padding: 12px 6px;
}
#host-details-panel hr {
width: 100%;
margin: 2px auto;
}
#host-details-panel td.label {
font-weight: bold;
text-align: right;
padding-right: 6px;
}
#host-details-panel .editable {
border-bottom: 1px dashed #ca504b;
}
#host-details-panel .clickable {
cursor: pointer;
}
#host-details-panel .bottom thead tr {
background-color: #e5e5e6;
}