blob: 4d61f8147df56c5077f28efc896f28c3a6fe7b0e [file] [log] [blame]
Thomas Vachuska0fa583c2015-03-30 23:07:41 -07001/*
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 * Copyright 2015-present Open Networking Foundation
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 {
Thomas Vachuska08b4dec2017-08-31 15:20:17 -070026 width: 290px;
Simon Hunt3695a622015-03-31 11:52:23 -070027}
28
Simon Hunt0991b342016-06-08 13:18:16 -070029/* -- Drag-n-Drop oar file upload -- */
Bri Prebilic Cole522e7562015-06-22 15:56:25 -070030#ov-app form#inputFileForm,
31#ov-app input#uploadFile {
32 display: none;
33}
Simon Hunt8d28a552016-01-11 14:01:02 -080034
Simon Hunt0991b342016-06-08 13:18:16 -070035.dropping {
36
37}
38
39/* -- Confirmation Dialog -- */
40#app-dialog {
41 top: 140px;
42 padding: 12px;
43}
44
Simon Hunt8d28a552016-01-11 14:01:02 -080045#app-dialog p {
Simon Hunt8d28a552016-01-11 14:01:02 -080046 font-size: 12pt;
47}
Simon Hunta003d8a2016-01-11 16:38:30 -080048
Simon Hunt3f92c432016-01-12 17:34:23 -080049#app-dialog p.strong {
50 font-weight: bold;
Simon Hunt0991b342016-06-08 13:18:16 -070051 padding: 8px;
52 text-align: center;
Simon Hunt3f92c432016-01-12 17:34:23 -080053}
Jian Lia54de5a2016-01-20 23:10:39 -080054
Simon Hunt0991b342016-06-08 13:18:16 -070055/* -- Details Panel -- */
Jian Lia54de5a2016-01-20 23:10:39 -080056#application-details-panel.floatpanel {
Jian Lia54de5a2016-01-20 23:10:39 -080057 z-index: 0;
Simon Hunt811d8572016-06-02 13:40:14 -070058 font-size: 12pt;
Jian Lia54de5a2016-01-20 23:10:39 -080059}
60
Simon Hunt811d8572016-06-02 13:40:14 -070061#application-details-panel.floatpanel a {
62 font-weight: bold;
63}
Jian Lia54de5a2016-01-20 23:10:39 -080064
65#application-details-panel .container {
Simon Hunt047f4052016-06-06 16:51:11 -070066 padding: 0 30px;
67 overflow-y: scroll;
Jian Lia54de5a2016-01-20 23:10:39 -080068}
69
70#application-details-panel .close-btn {
71 position: absolute;
Simon Hunte6e09842016-06-07 11:11:26 -070072 right: 26px;
73 top: 26px;
Jian Lia54de5a2016-01-20 23:10:39 -080074 cursor: pointer;
75}
Jian Lia54de5a2016-01-20 23:10:39 -080076
Simon Hunt31642932016-01-22 20:34:00 -080077#application-details-panel .app-icon {
Jian Lia54de5a2016-01-20 23:10:39 -080078 display: inline-block;
79 padding: 0 6px 0 0;
80 vertical-align: middle;
81}
Jian Lia54de5a2016-01-20 23:10:39 -080082
83#application-details-panel h2 {
84 display: inline-block;
Simon Hunt047f4052016-06-06 16:51:11 -070085 margin: 12px 0 6px 0;
Thomas Vachuska3bdfa772017-05-10 18:33:42 -070086 font-size: 13pt;
Simon Hunt811d8572016-06-02 13:40:14 -070087 font-variant: small-caps;
88 text-transform: uppercase;
Jian Lia54de5a2016-01-20 23:10:39 -080089}
90
Simon Hunt877ee982016-03-09 10:53:16 -080091#application-details-panel .top .app-title {
92 width: 90%;
Simon Hunt811d8572016-06-02 13:40:14 -070093 height: 62px;
Thomas Vachuska3bdfa772017-05-10 18:33:42 -070094 font-size: 20pt;
Simon Hunt811d8572016-06-02 13:40:14 -070095 font-weight: lighter;
Simon Hunt877ee982016-03-09 10:53:16 -080096 overflow: hidden;
97 white-space: nowrap;
Simon Hunt047f4052016-06-06 16:51:11 -070098 padding: 0 12px 0 2px;
99 margin-top: 19px;
100 margin-bottom: 5px;
Simon Hunt877ee982016-03-09 10:53:16 -0800101}
102
Jian Lia54de5a2016-01-20 23:10:39 -0800103#application-details-panel .top div.left {
104 float: left;
Simon Hunt047f4052016-06-06 16:51:11 -0700105 padding: 12px 12px 0 3px;
Jian Lia54de5a2016-01-20 23:10:39 -0800106}
Simon Hunt0991b342016-06-08 13:18:16 -0700107
Jian Lia54de5a2016-01-20 23:10:39 -0800108#application-details-panel .top div.right {
109 display: inline-block;
Simon Hunt31642932016-01-22 20:34:00 -0800110 overflow: hidden;
111 width: 320px;
Jian Lia54de5a2016-01-20 23:10:39 -0800112}
113
Simon Hunt31642932016-01-22 20:34:00 -0800114#application-details-panel td.label,
115#application-details-panel .app-url i {
Simon Hunt811d8572016-06-02 13:40:14 -0700116 font-weight: bold;
117 text-align: right;
118 font-size: 12pt;
119
120 padding-right: 6px;
Jian Lia54de5a2016-01-20 23:10:39 -0800121}
122
Simon Hunt31642932016-01-22 20:34:00 -0800123#application-details-panel td.value-bold {
124 font-weight: bold;
Jian Lia54de5a2016-01-20 23:10:39 -0800125}
126
Simon Hunt31642932016-01-22 20:34:00 -0800127#application-details-panel .app-url {
128 padding: 10px 6px 6px;
Simon Hunt0991b342016-06-08 13:18:16 -0700129 overflow: hidden;
Simon Hunt31642932016-01-22 20:34:00 -0800130}
131
132#application-details-panel hr {
Simon Hunt811d8572016-06-02 13:40:14 -0700133 width: 100%;
Simon Hunt047f4052016-06-06 16:51:11 -0700134 margin: 12px auto;
Simon Hunt811d8572016-06-02 13:40:14 -0700135}
136
Simon Hunt047f4052016-06-06 16:51:11 -0700137#application-details-panel .middle {
138 padding: 7px 0 7px 6px;
139}
140
141#application-details-panel .bottom {
142 padding: 12px 0 0 6px;
Jian Lia54de5a2016-01-20 23:10:39 -0800143}
Jian Lida253e02016-01-21 17:46:17 -0800144
Jian Lia54de5a2016-01-20 23:10:39 -0800145#application-details-panel .bottom table {
146 border-spacing: 0;
Simon Hunt31642932016-01-22 20:34:00 -0800147 width: 100%;
Jian Lia54de5a2016-01-20 23:10:39 -0800148}
149
Jian Lia54de5a2016-01-20 23:10:39 -0800150#application-details-panel .bottom td {
Simon Hunt047f4052016-06-06 16:51:11 -0700151 margin-left: -6px;
152 padding: 6px 6px;
Simon Hunt31642932016-01-22 20:34:00 -0800153 text-align: left;
Jian Lia54de5a2016-01-20 23:10:39 -0800154}
155