blob: 2ed0f6321fdf95165aa1b681f71007238bfe3c8a [file] [log] [blame]
Bri Prebilic Cole384e8dc2015-04-13 15:51:14 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Cole384e8dc2015-04-13 15:51:14 -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/*
18 ONOS GUI -- Cluster View -- CSS file
19 */
20
Bri Prebilic Cole3d4d01c2015-04-30 13:48:36 -070021#ov-cluster h2 {
22 display: inline-block;
23}
24
25#ov-cluster div.ctrl-btns {
26 width: 45px;
Viswanath KSP9fcf9702016-10-23 17:13:29 +053027}
28
29
30/* More in generic panel.css */
31
32#node-details-panel.floatpanel {
33 z-index: 0;
34}
35
36
37#node-details-panel .container {
38 padding: 8px 12px;
39}
40
41#node-details-panel .close-btn {
42 position: absolute;
43 right: 12px;
44 top: 12px;
45 cursor: pointer;
46}
47
48#node-details-panel .dev-icon {
49 display: inline-block;
50 padding: 0 6px 0 0;
51 vertical-align: middle;
52}
53
54#flow-details-panel h2 {
55 display: inline-block;
56 margin: 8px 0;
57}