blob: fbf19def5b402e8d6c2beb14f15383d30b8b32a3 [file] [log] [blame]
Bhavesh72ead492018-07-19 16:29:18 +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 -- Group View (layout) -- CSS file
18 */
19
20#ov-group h2 {
21 display: inline-block;
22}
23
24#ov-group div.ctrl-btns {
25}
26
27#ov-group td {
28 text-align: center;
29}
30#ov-group td.right {
31 text-align: right;
32}
33#ov-group td.buckets {
34 text-align: left;
35 padding-left: 36px;
36}
37
38#ov-group .tabular-header {
39 text-align: left;
40}
41#ov-group div.summary-list .table-header td {
42 font-weight: bold;
43 font-variant: small-caps;
44 text-transform: uppercase;
45 font-size: 10pt;
46 padding-top: 8px;
47 padding-bottom: 8px;
48 letter-spacing: 0.02em;
49 cursor: pointer;
50 background-color: #e5e5e6;
51 color: #3c3a3a;
52}
53
54/* More in generic panel.css */
55
56#group-details-panel.floatpanel {
57 z-index: 0;
58}
59
60
61#group-details-panel .container {
62 padding: 8px 12px;
63}
64
65#group-details-panel .close-btn {
66 position: absolute;
67 right: 12px;
68 top: 12px;
69 cursor: pointer;
70}
71
72#group-details-panel .dev-icon {
73 display: inline-block;
74 padding: 0 6px 0 0;
75 vertical-align: middle;
76}
77
78#group-details-panel h2 {
79 display: inline-block;
80 margin: 8px 0;
81 font-size: 16pt;
82 font-weight: lighter;
83}
84
85#group-details-panel h3 {
86 display: inline-block;
87 margin: 8px 0;
88 font-size: 11pt;
89 font-variant: small-caps;
90 text-transform: uppercase;
91}
92
93#group-details-panel .top-content table {
94 font-size: 10pt;
95}
96
97#group-details-panel td.label {
98 font-weight: bold;
99 text-align: right;
100 padding-right: 6px;
101}