blob: 16f65cdb3d10258f322b14113493c03ada384ac9 [file] [log] [blame]
Jian Lic134c7a2017-04-25 12:51:28 +09001/*
2 * Copyright 2017-present Open Networking Laboratory
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 */
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}