blob: c492e203bd60ce560ca8d625bc3f73afe036ba22 [file] [log] [blame]
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -07001/* css for sample app view */
2
Bri Prebilic Cole68844ba2015-07-22 15:41:37 -07003#ov-sample h2 {
4 display: inline-block;
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -07005}
6
Bri Prebilic Cole68844ba2015-07-22 15:41:37 -07007/* Panel Styling */
8#item-details-panel.floatpanel {
9 position: absolute;
10 top: 115px;
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -070011}
Bri Prebilic Cole68844ba2015-07-22 15:41:37 -070012
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;
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -070035}