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