blob: 4d8454df54e3581fb6c8d0923188af034d1e0048 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001/*
2 * Copyright 2015-present Open Networking Foundation
3 *
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 -- Device View (layout) -- CSS file
19 */
Sean Condon2bd11b72018-06-15 08:00:48 +010020#ov-device .tabular-header {
21 text-align: left;
22}
Sean Condon83fc39f2018-04-19 18:56:13 +010023
24#ov-device h2 {
25 display: inline-block;
26}
27
Sean Condon2bd11b72018-06-15 08:00:48 +010028#ov-device, div.ctrl-btns {
Sean Condon83fc39f2018-04-19 18:56:13 +010029}
30
31
32/* More in generic panel.css */
33
34#device-details-panel.floatpanel {
35 z-index: 0;
36}
37
38
39#device-details-panel .container {
40 padding: 8px 12px;
41}
42
43#device-details-panel .close-btn {
44 position: absolute;
45 right: 12px;
46 top: 12px;
47 cursor: pointer;
48}
49
50#device-details-panel .dev-icon {
51 display: inline-block;
52 padding: 0 6px 0 0;
53 vertical-align: middle;
54}
55
56#device-details-panel h2 {
57 display: inline-block;
58 margin: 8px 0;
59}
60
61
62#device-details-panel h2 input {
63 font-size: 0.90em;
64 width: 106%;
65}
66
67#device-details-panel .top-tables {
68 font-size: 10pt;
69 white-space: nowrap;
70}
71
72#device-details-panel .top div.left {
73 float: left;
74 padding: 0 18px 0 0;
75}
76#device-details-panel .top div.right {
77 display: inline-block;
78}
79
80#device-details-panel td.label {
81 font-weight: bold;
82 text-align: right;
83 padding-right: 6px;
84}
85
86#device-details-panel .actionBtns div {
87 padding: 12px 6px;
88}
89
90#device-details-panel hr {
91 width: 100%;
92 margin: 2px auto;
93}
94
95#device-details-panel .bottom table {
96 border-spacing: 0;
97}
98
99#device-details-panel .bottom th {
100 letter-spacing: 0.02em;
101}
102
103#device-details-panel .bottom th,
104#device-details-panel .bottom td {
105 padding: 6px 12px;
106 text-align: center;
107}
108