blob: 5ed80d34af86a2871bf16408f5703814d07a13d9 [file] [log] [blame]
Bri Prebilic Coleac829e42015-05-05 13:42:06 -07001/*
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 * Copyright 2015-present Open Networking Foundation
Bri Prebilic Coleac829e42015-05-05 13:42:06 -07003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/*
Simon Hunt58894c82016-05-24 15:09:02 -070018 ONOS GUI -- Port View (layout) -- CSS file
Bri Prebilic Coleac829e42015-05-05 13:42:06 -070019 */
20
21#ov-port h2 {
22 display: inline-block;
23}
24
25#ov-port div.ctrl-btns {
Bri Prebilic Coleac829e42015-05-05 13:42:06 -070026}
27
Bri Prebilic Cole9b1fb9a2015-07-01 13:57:11 -070028#ov-port td {
Simon Huntbe60dde2016-01-13 12:26:56 -080029 text-align: center;
30}
Viswanath KSPd25440b2017-07-21 13:48:06 +053031
Simon Huntbe60dde2016-01-13 12:26:56 -080032#ov-port td.right {
Bri Prebilic Coleac829e42015-05-05 13:42:06 -070033 text-align: right;
Bri Prebilic Cole70aacc42015-07-22 11:28:34 -070034}
35
Viswanath KSPd25440b2017-07-21 13:48:06 +053036#ov-port td.delta {
37 text-align: right;
38 font-weight: bold;
39}
40
41#ov-port td.delta:before {
42 content: "+";
43}
44
Bri Prebilic Cole70aacc42015-07-22 11:28:34 -070045#ov-port tr.no-data td {
46 text-align: center;
47}
Simon Huntc9e83212017-10-09 16:52:07 -070048
49#port-details-panel.floatpanel {
50 z-index: 0;
51}
52
53
54#port-details-panel .container {
55 padding: 8px 12px;
56}
57
58#port-details-panel .close-btn {
59 position: absolute;
60 right: 12px;
61 top: 12px;
62 cursor: pointer;
63}
64
65#port-details-panel .port-icon {
66 display: inline-block;
67 padding: 0 6px 0 0;
68 vertical-align: middle;
69}
70
71#port-details-panel h2 {
72 display: inline-block;
73 margin: 8px 0;
74}