blob: 5eb551b3514a43d53e5e4dc3edc5d399e6b93217 [file] [log] [blame]
Simon Huntcccdd732015-10-02 13:14:37 -07001/* css for sample table view */
Simon Hunt84f4c2a2015-09-23 17:52:45 -07002
Simon Hunt1035d6c2015-10-01 18:23:15 -07003#ov-sample-table h2 {
Simon Hunt84f4c2a2015-09-23 17:52:45 -07004 display: inline-block;
5}
6
Simon Hunt84f4c2a2015-09-23 17:52:45 -07007/* 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}