c492e203bd60ce560ca8d625bc3f73afe036ba22
[onosfw.git] /
1 /* css for sample app view */
2
3 #ov-sample h2 {
4     display: inline-block;
5 }
6
7 /* Panel Styling */
8 #item-details-panel.floatpanel {
9     position: absolute;
10     top: 115px;
11 }
12
13 .light #item-details-panel.floatpanel {
14     background-color: rgb(229, 234, 237);
15 }
16 .dark #item-details-panel.floatpanel {
17     background-color: #3A4042;
18 }
19
20 #item-details-panel h3 {
21     margin: 0;
22     font-size: large;
23 }
24
25 #item-details-panel h4 {
26     margin: 0;
27 }
28
29 #item-details-panel td {
30     padding: 5px;
31 }
32 #item-details-panel td.label {
33     font-style: italic;
34     opacity: 0.8;
35 }