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