blob: 05402c87c2c5cb0cdaa786c96e0b6d14e2b81d91 [file] [log] [blame]
Sean Condonf4f54a12018-10-10 23:25:46 +01001/*
Sean Condon91481822019-01-01 13:56:14 +00002 * Copyright 2019-present Open Networking Foundation
Sean Condonf4f54a12018-10-10 23:25:46 +01003 *
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/* --- Topo Details Panel --- */
17
18#topo2-p-detail {
19 padding: 16px;
Sean Condonb2c483c2019-01-16 20:28:55 +000020 opacity: 1;
21 right: 20px;
22 width: 260px;
23 top: 390px;
Sean Condonf4f54a12018-10-10 23:25:46 +010024}
Sean Condonb2c483c2019-01-16 20:28:55 +000025
26#topo2-p-detail div.actionBtns {
27 padding-top: 6px;
28}
29
Sean Condon91481822019-01-01 13:56:14 +000030html[data-platform='iPad'] {
Sean Condonf4f54a12018-10-10 23:25:46 +010031 top: 386px;
32}
33
Sean Condon91481822019-01-01 13:56:14 +000034.actionBtns .actionBtn {
Sean Condonf4f54a12018-10-10 23:25:46 +010035 display: inline-block;
36}
Sean Condon91481822019-01-01 13:56:14 +000037.actionBtns .actionBtn svg {
Sean Condonf4f54a12018-10-10 23:25:46 +010038 width: 28px;
39 height: 28px;
40}
41
Sean Condon91481822019-01-01 13:56:14 +000042div.actionBtns {
Sean Condonf4f54a12018-10-10 23:25:46 +010043 padding-top: 6px;
44}