blob: 225679d31412de87dcfb4852793cda2ae2f61aa1 [file] [log] [blame]
Bhavesh72ead492018-07-19 16:29:18 +05301/*
2 * Copyright 2018-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#port-details-panel.floatpanel {
18 z-index: 0;
19 padding-top: 10px;
20 font-size: 10pt;
21 top: 185px;
22}
23
24#port-details-panel .container {
25 padding: 8px 12px;
26}
27
28#port-details-panel .close-btn {
29 position: absolute;
30 right: 5px;
31 top: 5px;
32 cursor: pointer;
33}
34
35#port-details-panel .port-icon {
36 display: inline-block;
37 padding: 0 6px 0 0;
38 vertical-align: middle;
39}
40
41#port-details-panel h2 {
42 display: inline-block;
43 margin: 8px 0;
44 font-weight: bold;
45 font-size: 16pt;
46}
47
48#port-details-panel h2 input {
49 font-size: 0.90em;
50 width: 106%;
51}
52
53#port-details-panel .actionBtns div {
54 padding: 12px 6px;
55}
56
57#port-details-panel hr {
58 clear: both;
59 width: 100%;
60 margin: 2px auto;
61}
62
63#port-details-panel .top-tables {
64 font-size: 10pt;
65 white-space: nowrap;
66}
67
68#port-details-panel td.label {
69 font-weight: bold;
70 text-align: right;
71 padding-right: 6px;
72}
73
74#port-details-panel .bottom {
75 border-spacing: 0;
76 height: 400px;
77 width: 520px;
78 overflow: auto;
79 display: block;
80}
81
82#port-details-panel .top div.left {
83 float: left;
84 text-align: left;
85 padding: 0 10px 0 0;
86}
87
88#port-details-panel .top div.right {
89 display: inline-block;
90}