blob: f65e6366aec72165936b73a1e57739380071acfc [file] [log] [blame]
Simon Huntcc035c52017-02-22 21:12:51 -08001/*
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 * Copyright 2017-present Open Networking Foundation
Simon Huntcc035c52017-02-22 21:12:51 -08003 *
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
Simon Huntcc035c52017-02-22 21:12:51 -080017#ov-yang-model h2 {
18 display: inline-block;
19}
20
Thomas Vachuskaad37e372017-08-03 12:07:01 -070021#ov-yang-model div.ctrl-btns {
22 width: 250px;
23}
24
25/* -- Drag-n-Drop file upload -- */
26#ov-yang-model form#inputYangFileForm,
27#ov-yang-model input#uploadYangFile {
28 display: none;
29}
30
31.dropping {
32
33}
Simon Hunt7d5e9842017-02-23 11:37:02 -080034
35#yang-model-details-panel.floatpanel {
36 z-index: 0;
37}
38
39
40#yang-model-details-panel .container {
41 padding: 8px 12px;
42}
43
44#yang-model-details-panel .close-btn {
45 position: absolute;
46 right: 12px;
47 top: 12px;
48 cursor: pointer;
49}
50
Thomas Vachuskacde197c2017-03-23 17:51:08 -070051#yang-model-details-panel .dev-icon {
52 display: inline-block;
53 padding: 0 6px 0 0;
54 vertical-align: middle;
55}
56
Simon Hunt7d5e9842017-02-23 11:37:02 -080057#yang-model-details-panel h2 {
58 display: inline-block;
59 margin: 8px 0;
Simon Hunt3ee1f432017-03-31 17:18:53 -070060 padding-left: 6px;
Simon Hunt7d5e9842017-02-23 11:37:02 -080061}
62
Simon Hunt3ee1f432017-03-31 17:18:53 -070063#yang-model-details-panel .src-frame {
64 overflow: auto;
Thomas Vachuskacde197c2017-03-23 17:51:08 -070065}