blob: f36b745a0560ad536223834e4f6c291ca85c39da [file] [log] [blame]
Thomas Vachuska0fa583c2015-03-30 23:07:41 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Thomas Vachuska0fa583c2015-03-30 23:07:41 -07003 *
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/*
Simon Hunt58894c82016-05-24 15:09:02 -070018 ONOS GUI -- Applications View (layout) -- CSS file
Thomas Vachuska0fa583c2015-03-30 23:07:41 -070019 */
20
Simon Hunt3695a622015-03-31 11:52:23 -070021#ov-app h2 {
22 display: inline-block;
23}
24
25#ov-app div.ctrl-btns {
Bri Prebilic Cole3d4d01c2015-04-30 13:48:36 -070026 width: 290px;
Simon Hunt3695a622015-03-31 11:52:23 -070027}
28
Bri Prebilic Cole522e7562015-06-22 15:56:25 -070029#ov-app form#inputFileForm,
30#ov-app input#uploadFile {
31 display: none;
32}
Simon Hunt8d28a552016-01-11 14:01:02 -080033
34#app-dialog p {
Simon Hunt8d28a552016-01-11 14:01:02 -080035 font-size: 12pt;
36}
Simon Hunta003d8a2016-01-11 16:38:30 -080037
Simon Hunt3f92c432016-01-12 17:34:23 -080038#app-dialog p.strong {
39 font-weight: bold;
40}
Jian Lia54de5a2016-01-20 23:10:39 -080041
42#application-details-panel.floatpanel {
43 -moz-border-radius: 0;
44 border-radius: 0;
45 z-index: 0;
46}
47
Jian Lia54de5a2016-01-20 23:10:39 -080048
49#application-details-panel .container {
Simon Hunt31642932016-01-22 20:34:00 -080050 padding: 0 10px;
Jian Lia54de5a2016-01-20 23:10:39 -080051}
52
53#application-details-panel .close-btn {
54 position: absolute;
55 right: 10px;
56 top: 0;
57 cursor: pointer;
58}
Jian Lia54de5a2016-01-20 23:10:39 -080059
Simon Hunt31642932016-01-22 20:34:00 -080060#application-details-panel .app-icon {
Jian Lia54de5a2016-01-20 23:10:39 -080061 display: inline-block;
62 padding: 0 6px 0 0;
63 vertical-align: middle;
64}
Jian Lia54de5a2016-01-20 23:10:39 -080065
66#application-details-panel h2 {
67 display: inline-block;
68 margin: 8px 0;
Simon Hunt31642932016-01-22 20:34:00 -080069 font-size: 12pt;
Jian Lia54de5a2016-01-20 23:10:39 -080070}
71
Simon Hunt877ee982016-03-09 10:53:16 -080072#application-details-panel .top .app-title {
73 width: 90%;
74 height: 45px;
75 font-size: 22pt;
76 font-weight: bold;
77 overflow: hidden;
78 white-space: nowrap;
79 padding: 0 12px 0 0;
80}
81
Jian Lia54de5a2016-01-20 23:10:39 -080082#application-details-panel .top div.left {
83 float: left;
Simon Hunt31642932016-01-22 20:34:00 -080084 padding: 0 12px 0 0;
Jian Lia54de5a2016-01-20 23:10:39 -080085}
86#application-details-panel .top div.right {
87 display: inline-block;
Simon Hunt31642932016-01-22 20:34:00 -080088 overflow: hidden;
89 width: 320px;
Jian Lia54de5a2016-01-20 23:10:39 -080090}
91
Simon Hunt31642932016-01-22 20:34:00 -080092#application-details-panel td.label,
93#application-details-panel .app-url i {
Jian Lia54de5a2016-01-20 23:10:39 -080094 font-style: italic;
95 padding-right: 12px;
Jian Lia54de5a2016-01-20 23:10:39 -080096}
97
Simon Hunt31642932016-01-22 20:34:00 -080098#application-details-panel td.value-bold {
99 font-weight: bold;
Jian Lia54de5a2016-01-20 23:10:39 -0800100}
101
Simon Hunt31642932016-01-22 20:34:00 -0800102#application-details-panel .app-url {
103 padding: 10px 6px 6px;
104}
105
106#application-details-panel hr {
Jian Lia54de5a2016-01-20 23:10:39 -0800107 width: 95%;
Simon Hunt31642932016-01-22 20:34:00 -0800108 margin: 10px auto;
Jian Lia54de5a2016-01-20 23:10:39 -0800109}
Jian Lida253e02016-01-21 17:46:17 -0800110
Jian Lia54de5a2016-01-20 23:10:39 -0800111#application-details-panel .bottom table {
112 border-spacing: 0;
Simon Hunt31642932016-01-22 20:34:00 -0800113 width: 100%;
Jian Lia54de5a2016-01-20 23:10:39 -0800114}
115
Jian Lia54de5a2016-01-20 23:10:39 -0800116#application-details-panel .bottom td {
117 padding: 6px 12px;
Simon Hunt31642932016-01-22 20:34:00 -0800118 text-align: left;
Jian Lia54de5a2016-01-20 23:10:39 -0800119}
120
Thomas Vachuskaebf3be02016-04-11 09:52:06 -0700121
122.dropping {
123
124}
125