blob: a1963c04069baf8627876b15e6a9de28c6e74792 [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;
58}
59
Simon Hunt811d8572016-06-02 13:40:14 -070060#application-details-panel.floatpanel a {
61 font-weight: bold;
62}
Jian Lia54de5a2016-01-20 23:10:39 -080063
64#application-details-panel .container {
Simon Hunt047f4052016-06-06 16:51:11 -070065 padding: 0 30px;
66 overflow-y: scroll;
Jian Lia54de5a2016-01-20 23:10:39 -080067}
68
69#application-details-panel .close-btn {
70 position: absolute;
Simon Hunte6e09842016-06-07 11:11:26 -070071 right: 26px;
72 top: 26px;
Jian Lia54de5a2016-01-20 23:10:39 -080073 cursor: pointer;
74}
Jian Lia54de5a2016-01-20 23:10:39 -080075
Simon Hunt31642932016-01-22 20:34:00 -080076#application-details-panel .app-icon {
Jian Lia54de5a2016-01-20 23:10:39 -080077 display: inline-block;
78 padding: 0 6px 0 0;
79 vertical-align: middle;
80}
Jian Lia54de5a2016-01-20 23:10:39 -080081
82#application-details-panel h2 {
83 display: inline-block;
Simon Hunt047f4052016-06-06 16:51:11 -070084 margin: 12px 0 6px 0;
Thomas Vachuska6af7f152017-09-12 14:56:44 -070085 font-size: 11pt;
Simon Hunt811d8572016-06-02 13:40:14 -070086 font-variant: small-caps;
87 text-transform: uppercase;
Jian Lia54de5a2016-01-20 23:10:39 -080088}
89
Simon Hunt877ee982016-03-09 10:53:16 -080090#application-details-panel .top .app-title {
91 width: 90%;
Simon Hunt811d8572016-06-02 13:40:14 -070092 height: 62px;
Thomas Vachuska6af7f152017-09-12 14:56:44 -070093 font-size: 16pt;
Simon Hunt811d8572016-06-02 13:40:14 -070094 font-weight: lighter;
Simon Hunt877ee982016-03-09 10:53:16 -080095 overflow: hidden;
96 white-space: nowrap;
Simon Hunt047f4052016-06-06 16:51:11 -070097 padding: 0 12px 0 2px;
98 margin-top: 19px;
99 margin-bottom: 5px;
Simon Hunt877ee982016-03-09 10:53:16 -0800100}
101
Jian Lia54de5a2016-01-20 23:10:39 -0800102#application-details-panel .top div.left {
103 float: left;
Simon Hunt047f4052016-06-06 16:51:11 -0700104 padding: 12px 12px 0 3px;
Jian Lia54de5a2016-01-20 23:10:39 -0800105}
Simon Hunt0991b342016-06-08 13:18:16 -0700106
Jian Lia54de5a2016-01-20 23:10:39 -0800107#application-details-panel .top div.right {
108 display: inline-block;
Simon Hunt31642932016-01-22 20:34:00 -0800109 overflow: hidden;
110 width: 320px;
Jian Lia54de5a2016-01-20 23:10:39 -0800111}
112
Simon Hunt31642932016-01-22 20:34:00 -0800113#application-details-panel td.label,
114#application-details-panel .app-url i {
Simon Hunt811d8572016-06-02 13:40:14 -0700115 font-weight: bold;
116 text-align: right;
Thomas Vachuska6af7f152017-09-12 14:56:44 -0700117 font-size: 10pt;
Simon Hunt811d8572016-06-02 13:40:14 -0700118 padding-right: 6px;
Jian Lia54de5a2016-01-20 23:10:39 -0800119}
120
Simon Hunt31642932016-01-22 20:34:00 -0800121#application-details-panel td.value-bold {
122 font-weight: bold;
Jian Lia54de5a2016-01-20 23:10:39 -0800123}
124
Simon Hunt31642932016-01-22 20:34:00 -0800125#application-details-panel .app-url {
126 padding: 10px 6px 6px;
Simon Hunt0991b342016-06-08 13:18:16 -0700127 overflow: hidden;
Thomas Vachuska6af7f152017-09-12 14:56:44 -0700128 clear: left;
Simon Hunt31642932016-01-22 20:34:00 -0800129}
130
131#application-details-panel hr {
Simon Hunt811d8572016-06-02 13:40:14 -0700132 width: 100%;
Simon Hunt047f4052016-06-06 16:51:11 -0700133 margin: 12px auto;
Simon Hunt811d8572016-06-02 13:40:14 -0700134}
135
Simon Hunt047f4052016-06-06 16:51:11 -0700136#application-details-panel .middle {
137 padding: 7px 0 7px 6px;
138}
139
140#application-details-panel .bottom {
Thomas Vachuska6af7f152017-09-12 14:56:44 -0700141 padding: 0px;
Jian Lia54de5a2016-01-20 23:10:39 -0800142}
Jian Lida253e02016-01-21 17:46:17 -0800143
Jian Lia54de5a2016-01-20 23:10:39 -0800144#application-details-panel .bottom table {
145 border-spacing: 0;
Simon Hunt31642932016-01-22 20:34:00 -0800146 width: 100%;
Jian Lia54de5a2016-01-20 23:10:39 -0800147}
148
Jian Lia54de5a2016-01-20 23:10:39 -0800149#application-details-panel .bottom td {
Simon Hunt047f4052016-06-06 16:51:11 -0700150 margin-left: -6px;
151 padding: 6px 6px;
Simon Hunt31642932016-01-22 20:34:00 -0800152 text-align: left;
Jian Lia54de5a2016-01-20 23:10:39 -0800153}
154