GUI -- Delete unnecessary CSS rule (table archetype).
Change-Id: I1eb139fda42749544c9e98527209e264a43e30fb
Showing
1 changed file
with
1 additions
and
5 deletions
1 | -/* css for sample app view */ | 1 | +/* css for sample table view */ |
2 | 2 | ||
3 | #ov-sample-table h2 { | 3 | #ov-sample-table h2 { |
4 | display: inline-block; | 4 | display: inline-block; |
5 | } | 5 | } |
6 | 6 | ||
7 | -#ov-sample-table div.ctrl-btns { | ||
8 | - width: 45px; | ||
9 | -} | ||
10 | - | ||
11 | /* Panel Styling */ | 7 | /* Panel Styling */ |
12 | #ov-sample-table-item-details-panel.floatpanel { | 8 | #ov-sample-table-item-details-panel.floatpanel { |
13 | position: absolute; | 9 | position: absolute; | ... | ... |
-
Please register or login to post a comment