blob: 3096bae100091e23a0d6a39d6baaef87cebb5de2 [file] [log] [blame]
Sean Condon28ecc5f2018-06-25 12:50:16 +01001/*
2 * Copyright 2015-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/*
18 ONOS GUI -- Applications View (layout) -- CSS file
19 */
Sean Condon2aa86092018-07-16 09:04:05 +010020#ov-app .tabular-header {
21 text-align: left;
22}
Sean Condon28ecc5f2018-06-25 12:50:16 +010023
24#ov-app h2 {
25 display: inline-block;
26}
27
28#ov-app div.ctrl-btns {
Sean Condon28ecc5f2018-06-25 12:50:16 +010029}
30
31/* -- Drag-n-Drop oar file upload -- */
32#ov-app form#inputFileForm,
33#ov-app input#uploadFile {
34 display: none;
35}
36
37.dropping {
38
39}