blob: 3b94c9bc89ad626c6429ce299deded1992eefdb7 [file] [log] [blame]
prai9d445962018-07-27 13:27:43 +05301/*
2 * Copyright 2018-present Open Networking Foundation
3 *
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 ONOS GUI -- Intent View (layout) -- CSS file
18 */
19
20#ov-intent .tabular-header {
21 text-align: left;
22}
23#ov-intent div.summary-list .table-header td {
24 font-weight: bold;
25 font-variant: small-caps;
26 text-transform: uppercase;
27 font-size: 10pt;
28 padding-top: 8px;
29 padding-bottom: 8px;
30 letter-spacing: 0.02em;
31 cursor: pointer;
32 background-color: #e5e5e6;
33}
34
35#ov-intent h2 {
36 display: inline-block;
37}
38
39#ov-intent th, td {
40 text-align: left;
41 padding: 8px;
42}
43
44#ov-intent .overlay-choice {
45 padding: 2px;
46 white-space: nowrap;
47 font-size: 10pt;
48 color: black;
49}
50
51#ov-intent .overlay-choice:hover {
52 color: white;
53}
54
55#ov-intent td.resources,
56#ov-intent td.details {
57 padding-left: 36px;
58}