blob: bd2d0c8236db2bbb022449bf3114aee288a8a78f [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 {
Simon Hunt5487ce72016-06-06 15:31:10 -070026 width: 250px;
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 {
Jian Lia54de5a2016-01-20 23:10:39 -080043 z-index: 0;
Simon Hunt811d8572016-06-02 13:40:14 -070044 font-size: 12pt;
Jian Lia54de5a2016-01-20 23:10:39 -080045}
46
Simon Hunt811d8572016-06-02 13:40:14 -070047#application-details-panel.floatpanel a {
48 font-weight: bold;
49}
Jian Lia54de5a2016-01-20 23:10:39 -080050
51#application-details-panel .container {
Simon Hunt31642932016-01-22 20:34:00 -080052 padding: 0 10px;
Jian Lia54de5a2016-01-20 23:10:39 -080053}
54
55#application-details-panel .close-btn {
56 position: absolute;
57 right: 10px;
58 top: 0;
59 cursor: pointer;
60}
Jian Lia54de5a2016-01-20 23:10:39 -080061
Simon Hunt31642932016-01-22 20:34:00 -080062#application-details-panel .app-icon {
Jian Lia54de5a2016-01-20 23:10:39 -080063 display: inline-block;
64 padding: 0 6px 0 0;
65 vertical-align: middle;
66}
Jian Lia54de5a2016-01-20 23:10:39 -080067
68#application-details-panel h2 {
69 display: inline-block;
70 margin: 8px 0;
Simon Hunt811d8572016-06-02 13:40:14 -070071 font-size: 15pt;
72 font-variant: small-caps;
73 text-transform: uppercase;
Jian Lia54de5a2016-01-20 23:10:39 -080074}
75
Simon Hunt877ee982016-03-09 10:53:16 -080076#application-details-panel .top .app-title {
77 width: 90%;
Simon Hunt811d8572016-06-02 13:40:14 -070078 height: 62px;
79 font-size: 30pt;
80 font-weight: lighter;
Simon Hunt877ee982016-03-09 10:53:16 -080081 overflow: hidden;
82 white-space: nowrap;
83 padding: 0 12px 0 0;
84}
85
Jian Lia54de5a2016-01-20 23:10:39 -080086#application-details-panel .top div.left {
87 float: left;
Simon Hunt811d8572016-06-02 13:40:14 -070088 padding: 12px 12px 0 4px;
Jian Lia54de5a2016-01-20 23:10:39 -080089}
90#application-details-panel .top div.right {
91 display: inline-block;
Simon Hunt31642932016-01-22 20:34:00 -080092 overflow: hidden;
93 width: 320px;
Jian Lia54de5a2016-01-20 23:10:39 -080094}
95
Simon Hunt31642932016-01-22 20:34:00 -080096#application-details-panel td.label,
97#application-details-panel .app-url i {
Simon Hunt811d8572016-06-02 13:40:14 -070098 font-weight: bold;
99 text-align: right;
100 font-size: 12pt;
101
102 padding-right: 6px;
Jian Lia54de5a2016-01-20 23:10:39 -0800103}
104
Simon Hunt31642932016-01-22 20:34:00 -0800105#application-details-panel td.value-bold {
106 font-weight: bold;
Jian Lia54de5a2016-01-20 23:10:39 -0800107}
108
Simon Hunt31642932016-01-22 20:34:00 -0800109#application-details-panel .app-url {
110 padding: 10px 6px 6px;
111}
112
113#application-details-panel hr {
Simon Hunt811d8572016-06-02 13:40:14 -0700114 width: 100%;
115 margin: 6px auto;
116}
117
118#application-details-panel .container {
119 overflow-y: scroll;
Jian Lia54de5a2016-01-20 23:10:39 -0800120}
Jian Lida253e02016-01-21 17:46:17 -0800121
Jian Lia54de5a2016-01-20 23:10:39 -0800122#application-details-panel .bottom table {
123 border-spacing: 0;
Simon Hunt31642932016-01-22 20:34:00 -0800124 width: 100%;
Jian Lia54de5a2016-01-20 23:10:39 -0800125}
126
Jian Lia54de5a2016-01-20 23:10:39 -0800127#application-details-panel .bottom td {
128 padding: 6px 12px;
Simon Hunt31642932016-01-22 20:34:00 -0800129 text-align: left;
Jian Lia54de5a2016-01-20 23:10:39 -0800130}
131
Thomas Vachuskaebf3be02016-04-11 09:52:06 -0700132
133.dropping {
134
135}
136