blob: 90d4b1440e920b693263e4d1585e37cc5134bcf2 [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 -- Applications Details Panel (layout) -- CSS file
*/
#application-details-panel.floatpanel {
z-index: 0;
}
#application-details-panel.floatpanel a {
font-weight: bold;
}
#application-details-panel .container {
padding: 0 30px;
overflow-y: scroll;
}
#application-details-panel .close-btn {
position: absolute;
right: 26px;
top: 26px;
cursor: pointer;
}
#application-details-panel .app-icon {
display: inline-block;
padding: 0 6px 0 0;
vertical-align: middle;
}
#application-details-panel h2 {
display: inline-block;
margin: 12px 0 6px 0;
font-size: 11pt;
font-variant: small-caps;
text-transform: uppercase;
}
#application-details-panel .top .app-title {
width: 90%;
height: 62px;
font-size: 16pt;
font-weight: lighter;
overflow: hidden;
white-space: nowrap;
padding: 0 12px 0 2px;
margin-top: 19px;
margin-bottom: 5px;
}
#application-details-panel .top div.left {
float: left;
padding: 12px 12px 0 3px;
}
#application-details-panel .top div.right {
display: inline-block;
overflow: hidden;
width: 320px;
}
#application-details-panel td.label,
#application-details-panel .app-url i {
font-weight: bold;
text-align: right;
font-size: 10pt;
padding-right: 6px;
}
#application-details-panel td.value-bold {
font-weight: bold;
}
#application-details-panel .app-url {
padding: 10px 6px 6px;
overflow: hidden;
clear: left;
}
#application-details-panel hr {
width: 100%;
margin: 12px auto;
}
#application-details-panel .middle {
padding: 7px 0 7px 6px;
}
#application-details-panel .bottom {
padding: 0px;
overflow: auto;
height: 200px;
}
#application-details-panel .bottom table {
border-spacing: 0;
width: 100%;
}
#application-details-panel .bottom td {
margin-left: -6px;
padding: 6px 6px;
text-align: left;
}