blob: 5b59f1b119bf65bacbec2f92862b668923146c2a [file] [log] [blame]
Simon Hunt1002cd82015-04-23 14:44:03 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Simon Hunt1002cd82015-04-23 14:44:03 -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 -- Flow View (layout) -- CSS file
Simon Hunt1002cd82015-04-23 14:44:03 -070019 */
20
Bri Prebilic Cole3d4d01c2015-04-30 13:48:36 -070021#ov-flow h2 {
22 display: inline-block;
23}
24
25#ov-flow div.ctrl-btns {
Bri Prebilic Cole9b1fb9a2015-07-01 13:57:11 -070026}
27
Simon Huntbe60dde2016-01-13 12:26:56 -080028#ov-flow td {
29 text-align: center;
30}
31#ov-flow td.right {
32 text-align: right;
33}
Bri Prebilic Colecdc188d2015-04-24 16:40:11 -070034#ov-flow td.selector,
35#ov-flow td.treatment {
Simon Huntbe60dde2016-01-13 12:26:56 -080036 text-align: left;
Bri Prebilic Colecdc188d2015-04-24 16:40:11 -070037 padding-left: 36px;
Simon Hunt58894c82016-05-24 15:09:02 -070038}