blob: 994eebd52b3dbdc7967cb48d1d4709fd1a26b696 [file] [log] [blame]
Jian Lic134c7a2017-04-25 12:51:28 +09001/*
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 * Copyright 2017-present Open Networking Foundation
Jian Lic134c7a2017-04-25 12:51:28 +09003 *
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 */
Jian Lic134c7a2017-04-25 12:51:28 +090016
Jian Lia23f46d2017-05-02 18:07:31 +090017/*
18 ONOS GUI -- Mapping Management -- CSS file
Jian Lic134c7a2017-04-25 12:51:28 +090019 */
Jian Lia23f46d2017-05-02 18:07:31 +090020
Jian Li4689f812017-05-04 07:30:35 +090021#ov-mapping h2 {
22 display: inline-block;
Jian Lia23f46d2017-05-02 18:07:31 +090023}
24
Jian Li4689f812017-05-04 07:30:35 +090025#ov-mapping div.ctrl-btns {
Jian Lia23f46d2017-05-02 18:07:31 +090026}
27
Jian Li4689f812017-05-04 07:30:35 +090028#ov-mapping td {
29 text-align: center;
Jian Lia23f46d2017-05-02 18:07:31 +090030}
Jian Li4689f812017-05-04 07:30:35 +090031#ov-mapping td.right {
32 text-align: right;
33}
34#ov-mapping td.mappingValue {
35 text-align: left;
36 padding-left: 36px;
Jian Lic134c7a2017-04-25 12:51:28 +090037}
Jian Libdf8ae52017-05-05 01:31:55 +090038
39/* More in generic panel.css */
40
41#mapping-details-panel.floatpanel {
42 z-index: 0;
43}
44
45#mapping-details-panel .container {
46 padding: 8px 12px;
47}
48
49#mapping-details-panel .close-btn {
50 position: absolute;
51 right: 12px;
52 top: 12px;
53 cursor: pointer;
54}
55
56#mapping-details-panel .dev-icon {
57 display: inline-block;
58 padding: 0 6px 0 0;
59 vertical-align: middle;
60}
61
62#mapping-details-panel h2 {
63 display: inline-block;
64 margin: 8px 0;
65}
66
67#mapping-details-panel .top-content table {
68 font-size: 12pt;
69}
70
71#mapping-details-panel td.label {
72 font-weight: bold;
73 text-align: right;
74 padding-right: 6px;
75}
76
77#mapping-details-panel .bottom table {
78 border-spacing: 0;
79}
80
81#mapping-details-panel .bottom th {
82 letter-spacing: 0.02em;
83}
84
85#mapping-details-panel .bottom th,
86#mapping-details-panel .bottom td {
87 padding: 6px 12px;
88 text-align: center;
89}