blob: b05ea9e28495600ea9028cd9154a0cf5b291b211 [file] [log] [blame]
Thomas Vachuska3ece3732015-09-22 23:58:50 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Thomas Vachuska3ece3732015-09-22 23:58:50 -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 -- Processor View (layout) -- CSS file
Thomas Vachuska3ece3732015-09-22 23:58:50 -070019 */
20
21#ov-processor h2 {
22 display: inline-block;
23}
24
25#ov-processor div.ctrl-btns {
Simon Hunt5487ce72016-06-06 15:31:10 -070026 width: 45px;
Thomas Vachuska3ece3732015-09-22 23:58:50 -070027}
28
Simon Huntf3fd4ed2016-05-31 17:16:18 -070029#ov-processor td.priority {
30 text-align: center;
31}
32
Thomas Vachuska3ece3732015-09-22 23:58:50 -070033#ov-processor td.number {
34 text-align: right;
35}
36
Thomas Vachuska3ece3732015-09-22 23:58:50 -070037#ov-processor tr.no-data td {
38 text-align: center;
39}