blob: 1aa6f864607ab07891eab8c8b057c509f3678e28 [file] [log] [blame]
Thomas Vachuskae586b792015-03-26 13:59:38 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Thomas Vachuskae586b792015-03-26 13: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/*
Bri Prebilic Cole19a32dd2015-03-26 18:00:03 -070018 ONOS GUI -- Host View -- CSS file
Thomas Vachuskae586b792015-03-26 13:59:38 -070019 */
20
Bri Prebilic Cole3d4d01c2015-04-30 13:48:36 -070021#ov-host h2 {
22 display: inline-block;
23}
24
25#ov-host div.ctrl-btns {
26 width: 45px;
Simon Hunte408af72017-06-14 18:32:06 -070027}
28
29/* More in generic panel.css */
30
31#host-details-panel.floatpanel {
32 z-index: 0;
33}
34
35
36#host-details-panel .container {
37 padding: 8px 12px;
38}
39
40#host-details-panel .close-btn {
41 position: absolute;
42 right: 12px;
43 top: 12px;
44 cursor: pointer;
45}
46
47#host-details-panel .host-icon {
48 display: inline-block;
49 padding: 0 6px 0 0;
50 vertical-align: middle;
51}
52
53#host-details-panel h2 {
54 display: inline-block;
55 margin: 8px 0;
56}
57
58
59#host-details-panel h2 input {
60 font-size: 0.90em;
Simon Hunt10618f62017-06-15 19:30:52 -070061 width: 112%;
Simon Hunte408af72017-06-14 18:32:06 -070062}
63
64#host-details-panel .top-tables {
65 font-size: 12pt;
66}
67
68#host-details-panel .top div.left {
69 float: left;
70 padding: 0 18px 0 0;
71}
72#host-details-panel .top div.right {
73 display: inline-block;
74}
75
76#host-details-panel td.label {
77 font-weight: bold;
78 text-align: right;
79 padding-right: 6px;
80}
81
82#host-details-panel .actionBtns div {
83 padding: 12px 6px;
84}
85
86#host-details-panel hr {
87 width: 100%;
88 margin: 2px auto;
89}
90
91#host-details-panel .bottom table {
92 border-spacing: 0;
93}
94
95#host-details-panel .bottom th {
96 letter-spacing: 0.02em;
97}
98
99#host-details-panel .bottom th,
100#host-details-panel .bottom td {
101 padding: 6px 12px;
102 text-align: center;
103}