Simon Hunt

GUI -- Delete unnecessary CSS rule (table archetype).

Change-Id: I1eb139fda42749544c9e98527209e264a43e30fb
/* css for sample app view */
/* css for sample table view */
#ov-sample-table h2 {
display: inline-block;
}
#ov-sample-table div.ctrl-btns {
width: 45px;
}
/* Panel Styling */
#ov-sample-table-item-details-panel.floatpanel {
position: absolute;
......