blob: 5957d8e99dac3f1ef304119057702306f43f5b89 [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 Hunt047f4052016-06-06 16:51:11 -070052 padding: 0 30px;
53 overflow-y: scroll;
Jian Lia54de5a2016-01-20 23:10:39 -080054}
55
56#application-details-panel .close-btn {
57 position: absolute;
Simon Hunte6e09842016-06-07 11:11:26 -070058 right: 26px;
59 top: 26px;
Jian Lia54de5a2016-01-20 23:10:39 -080060 cursor: pointer;
61}
Jian Lia54de5a2016-01-20 23:10:39 -080062
Simon Hunt31642932016-01-22 20:34:00 -080063#application-details-panel .app-icon {
Jian Lia54de5a2016-01-20 23:10:39 -080064 display: inline-block;
65 padding: 0 6px 0 0;
66 vertical-align: middle;
67}
Jian Lia54de5a2016-01-20 23:10:39 -080068
69#application-details-panel h2 {
70 display: inline-block;
Simon Hunt047f4052016-06-06 16:51:11 -070071 margin: 12px 0 6px 0;
Simon Hunt811d8572016-06-02 13:40:14 -070072 font-size: 15pt;
73 font-variant: small-caps;
74 text-transform: uppercase;
Jian Lia54de5a2016-01-20 23:10:39 -080075}
76
Simon Hunt047f4052016-06-06 16:51:11 -070077
Simon Hunt877ee982016-03-09 10:53:16 -080078#application-details-panel .top .app-title {
79 width: 90%;
Simon Hunt811d8572016-06-02 13:40:14 -070080 height: 62px;
81 font-size: 30pt;
82 font-weight: lighter;
Simon Hunt877ee982016-03-09 10:53:16 -080083 overflow: hidden;
84 white-space: nowrap;
Simon Hunt047f4052016-06-06 16:51:11 -070085 padding: 0 12px 0 2px;
86 margin-top: 19px;
87 margin-bottom: 5px;
Simon Hunt877ee982016-03-09 10:53:16 -080088}
89
Jian Lia54de5a2016-01-20 23:10:39 -080090#application-details-panel .top div.left {
91 float: left;
Simon Hunt047f4052016-06-06 16:51:11 -070092 padding: 12px 12px 0 3px;
Jian Lia54de5a2016-01-20 23:10:39 -080093}
94#application-details-panel .top div.right {
95 display: inline-block;
Simon Hunt31642932016-01-22 20:34:00 -080096 overflow: hidden;
97 width: 320px;
Jian Lia54de5a2016-01-20 23:10:39 -080098}
99
Simon Hunt31642932016-01-22 20:34:00 -0800100#application-details-panel td.label,
101#application-details-panel .app-url i {
Simon Hunt811d8572016-06-02 13:40:14 -0700102 font-weight: bold;
103 text-align: right;
104 font-size: 12pt;
105
106 padding-right: 6px;
Jian Lia54de5a2016-01-20 23:10:39 -0800107}
108
Simon Hunt31642932016-01-22 20:34:00 -0800109#application-details-panel td.value-bold {
110 font-weight: bold;
Jian Lia54de5a2016-01-20 23:10:39 -0800111}
112
Simon Hunt31642932016-01-22 20:34:00 -0800113#application-details-panel .app-url {
114 padding: 10px 6px 6px;
115}
116
117#application-details-panel hr {
Simon Hunt811d8572016-06-02 13:40:14 -0700118 width: 100%;
Simon Hunt047f4052016-06-06 16:51:11 -0700119 margin: 12px auto;
Simon Hunt811d8572016-06-02 13:40:14 -0700120}
121
Simon Hunt047f4052016-06-06 16:51:11 -0700122#application-details-panel .middle {
123 padding: 7px 0 7px 6px;
124}
125
126#application-details-panel .bottom {
127 padding: 12px 0 0 6px;
Jian Lia54de5a2016-01-20 23:10:39 -0800128}
Jian Lida253e02016-01-21 17:46:17 -0800129
Jian Lia54de5a2016-01-20 23:10:39 -0800130#application-details-panel .bottom table {
131 border-spacing: 0;
Simon Hunt31642932016-01-22 20:34:00 -0800132 width: 100%;
Jian Lia54de5a2016-01-20 23:10:39 -0800133}
134
Jian Lia54de5a2016-01-20 23:10:39 -0800135#application-details-panel .bottom td {
Simon Hunt047f4052016-06-06 16:51:11 -0700136 margin-left: -6px;
137 padding: 6px 6px;
Simon Hunt31642932016-01-22 20:34:00 -0800138 text-align: left;
Jian Lia54de5a2016-01-20 23:10:39 -0800139}
140
Thomas Vachuskaebf3be02016-04-11 09:52:06 -0700141
142.dropping {
143
144}
145