blob: 5957d8e99dac3f1ef304119057702306f43f5b89 [file] [log] [blame]
/*
* Copyright 2015-present Open Networking Laboratory
*
* 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 View (layout) -- CSS file
*/
#ov-app h2 {
display: inline-block;
}
#ov-app div.ctrl-btns {
width: 250px;
}
#ov-app form#inputFileForm,
#ov-app input#uploadFile {
display: none;
}
#app-dialog p {
font-size: 12pt;
}
#app-dialog p.strong {
font-weight: bold;
}
#application-details-panel.floatpanel {
z-index: 0;
font-size: 12pt;
}
#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: 15pt;
font-variant: small-caps;
text-transform: uppercase;
}
#application-details-panel .top .app-title {
width: 90%;
height: 62px;
font-size: 30pt;
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: 12pt;
padding-right: 6px;
}
#application-details-panel td.value-bold {
font-weight: bold;
}
#application-details-panel .app-url {
padding: 10px 6px 6px;
}
#application-details-panel hr {
width: 100%;
margin: 12px auto;
}
#application-details-panel .middle {
padding: 7px 0 7px 6px;
}
#application-details-panel .bottom {
padding: 12px 0 0 6px;
}
#application-details-panel .bottom table {
border-spacing: 0;
width: 100%;
}
#application-details-panel .bottom td {
margin-left: -6px;
padding: 6px 6px;
text-align: left;
}
.dropping {
}