blob: 4ddf4919d24ff90501c9906f80a6b0c87660201a [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
46#settings-details-panel .top .settings-title {
47 width: 90%;
48 height: 62px;
49 font-size: 20pt;
50 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
58#settings-details-panel td.label {
59 font-weight: bold;
60 text-align: right;
61 font-size: 12pt;
62 padding-right: 6px;
63 vertical-align: top;
64 width: 120px;
65}