blob: ee2e9f52589cc69fe3129159332d75e4da6fd191 [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
Simon Hunta271e0a2016-10-26 10:59:14 -070032#cluster-details-panel.floatpanel {
Viswanath KSP9fcf9702016-10-23 17:13:29 +053033 z-index: 0;
34}
35
36
Simon Hunta271e0a2016-10-26 10:59:14 -070037#cluster-details-panel .container {
Viswanath KSP9fcf9702016-10-23 17:13:29 +053038 padding: 8px 12px;
39}
40
Simon Hunta271e0a2016-10-26 10:59:14 -070041#cluster-details-panel .close-btn {
Viswanath KSP9fcf9702016-10-23 17:13:29 +053042 position: absolute;
43 right: 12px;
44 top: 12px;
45 cursor: pointer;
46}
47
Simon Hunta271e0a2016-10-26 10:59:14 -070048#cluster-details-panel .dev-icon {
Viswanath KSP9fcf9702016-10-23 17:13:29 +053049 display: inline-block;
50 padding: 0 6px 0 0;
51 vertical-align: middle;
52}
53
Simon Hunta271e0a2016-10-26 10:59:14 -070054#cluster-details-panel h2 {
Viswanath KSP9fcf9702016-10-23 17:13:29 +053055 display: inline-block;
56 margin: 8px 0;
57}
Simon Hunt6b5a9412016-10-26 19:32:04 -070058
59#cluster-details-panel .top-content table {
60 font-size: 12pt;
61}
62
63#cluster-details-panel td.label {
64 font-weight: bold;
65 text-align: right;
66 padding-right: 6px;
67}