aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/package/archetypes/ui/src/main/resources/archetype-resources/src/main/resources/app/view/sample/sample.css
blob: c492e203bd60ce560ca8d625bc3f73afe036ba22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* css for sample app view */

#ov-sample h2 {
    display: inline-block;
}

/* Panel Styling */
#item-details-panel.floatpanel {
    position: absolute;
    top: 115px;
}

.light #item-details-panel.floatpanel {
    background-color: rgb(229, 234, 237);
}
.dark #item-details-panel.floatpanel {
    background-color: #3A4042;
}

#item-details-panel h3 {
    margin: 0;
    font-size: large;
}

#item-details-panel h4 {
    margin: 0;
}

#item-details-panel td {
    padding: 5px;
}
#item-details-panel td.label {
    font-style: italic;
    opacity: 0.8;
}