blob: be1b6e78147506071b04af0ce51a3b31f6ec7cc0 [file] [log] [blame]
Jian Li1f544732015-12-30 23:36:37 -08001/*
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 * Copyright 2015-present Open Networking Foundation
Jian Li1f544732015-12-30 23:36:37 -08003 *
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 -- Meter View (layout) -- CSS file
Jian Li1f544732015-12-30 23:36:37 -080019 */
20
21#ov-meter h2 {
22 display: inline-block;
23}
24
25#ov-meter div.ctrl-btns {
26}
27
Simon Huntbe60dde2016-01-13 12:26:56 -080028#ov-meter td {
29 text-align: center;
30}
31#ov-meter td.right {
32 text-align: right;
33}
Jian Li1f544732015-12-30 23:36:37 -080034#ov-meter td.bands {
Simon Huntbe60dde2016-01-13 12:26:56 -080035 text-align: left;
Jian Li1f544732015-12-30 23:36:37 -080036 padding-left: 36px;
37 opacity: 0.65;
Simon Hunt58894c82016-05-24 15:09:02 -070038}
Steven Burrows7ed60362017-10-20 03:26:05 +010039
40#meter-details-panel.floatpanel {
41 z-index: 0;
42}
43
44#meter-details-panel .container {
45 padding: 8px 12px;
46}
47
48#meter-details-panel .close-btn {
49 position: absolute;
50 right: 12px;
51 top: 12px;
52 cursor: pointer;
53}
54
55#meter-details-panel .port-icon {
56 display: inline-block;
57 padding: 0 6px 0 0;
58 vertical-align: middle;
59}
60
61#meter-details-panel h2 {
62 display: inline-block;
63 margin: 8px 0;
64}