blob: 69b3262604a34badd363e1a55404845575c245c6 [file] [log] [blame]
Jian Li1f544732015-12-30 23:36:37 -08001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
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}