blob: b158f83c81035b7bc88a418ac5288dcdf122245f [file] [log] [blame]
Bri Prebilic Coleff3dc672015-05-06 12:59:38 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Coleff3dc672015-05-06 12:59:38 -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 -- Group View (layout) -- CSS file
Bri Prebilic Coleff3dc672015-05-06 12:59:38 -070019 */
20
21#ov-group h2 {
22 display: inline-block;
23}
24
25#ov-group div.ctrl-btns {
Bri Prebilic Cole9b1fb9a2015-07-01 13:57:11 -070026}
27
Bri Prebilic Cole9b1fb9a2015-07-01 13:57:11 -070028
Bri Prebilic Cole0bc4de22015-07-20 17:07:55 -070029
Simon Huntbe60dde2016-01-13 12:26:56 -080030#ov-group td {
31 text-align: center;
32}
33#ov-group td.right {
34 text-align: right;
35}
Bri Prebilic Coleff3dc672015-05-06 12:59:38 -070036#ov-group td.buckets {
Simon Huntbe60dde2016-01-13 12:26:56 -080037 text-align: left;
Bri Prebilic Coleff3dc672015-05-06 12:59:38 -070038 padding-left: 36px;
39 opacity: 0.65;
40}