blob: c492e203bd60ce560ca8d625bc3f73afe036ba22 [file] [log] [blame]
/* 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;
}