app.css 2.53 KB
/*
 * 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 10px;
}

#application-details-panel .close-btn {
    position: absolute;
    right: 10px;
    top: 0;
    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: 8px 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 0;
}

#application-details-panel .top div.left {
    float: left;
    padding: 12px 12px 0 4px;
}
#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: 6px auto;
}

#application-details-panel .container {
    overflow-y: scroll;
}

#application-details-panel .bottom table {
    border-spacing: 0;
    width: 100%;
}

#application-details-panel .bottom td {
    padding: 6px 12px;
    text-align: left;
}


.dropping {

}