blob: b6baca7b0fdfe9d089777da5c50bc32754607c5c [file] [log] [blame]
Thomas Vachuskaaa8b0eb2015-05-22 09:54:15 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Thomas Vachuskaaa8b0eb2015-05-22 09:54:15 -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/*
18 ONOS GUI -- Settings View -- CSS file
19 */
20
21#ov-settings h2 {
22 display: inline-block;
23}
24
25#ov-settings div.ctrl-btns {
26 width: 45px;
27}
Simon Huntd721f292016-06-22 21:42:23 -070028
29#ov-settings div.summary-list td.notdef {
30 color: #0071bd;
31 font-weight: bold;
32}
33
34#settings-details-panel .container {
35 padding: 0 30px;
36 overflow-y: scroll;
37}
38
39#settings-details-panel .close-btn {
40 position: absolute;
41 right: 26px;
42 top: 26px;
43 cursor: pointer;
44}
45
Simon Hunt50e80ea2016-06-23 01:40:30 -070046#settings-details-panel .top .settings-title-1 {
Simon Huntd721f292016-06-22 21:42:23 -070047 width: 90%;
Simon Hunt50e80ea2016-06-23 01:40:30 -070048 height: 28px;
49 font-size: 14pt;
Simon Huntd721f292016-06-22 21:42:23 -070050 font-weight: lighter;
51 overflow: hidden;
52 white-space: nowrap;
53 padding: 0 12px 0 2px;
54 margin-top: 19px;
55 margin-bottom: 5px;
56}
57
Simon Hunt50e80ea2016-06-23 01:40:30 -070058#settings-details-panel .top .settings-title-2 {
59 width: 90%;
60 height: 52px;
61 font-size: 20pt;
62 font-weight: lighter;
63 overflow: hidden;
64 white-space: nowrap;
65 padding: 0 6px 0 2px;
66 margin-top: 5px;
67 margin-bottom: 5px;
68}
69
Simon Huntd721f292016-06-22 21:42:23 -070070#settings-details-panel td.label {
71 font-weight: bold;
72 text-align: right;
73 font-size: 12pt;
74 padding-right: 6px;
75 vertical-align: top;
76 width: 120px;
77}