commit | cccdd73b709faf789cfc3f2b7d2a59e7aa470b44 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Fri Oct 02 13:14:37 2015 -0700 |
committer | Simon Hunt <simon@onlab.us> | Fri Oct 02 13:14:43 2015 -0700 |
tree | dd2629e196f7530554d125499ae15b4f1819bb30 | |
parent | f71cc0f0a10b6f229dbdac300a55e793eb5f700d [diff] |
GUI -- Delete unnecessary CSS rule (table archetype). Change-Id: I1eb139fda42749544c9e98527209e264a43e30fb
diff --git a/tools/package/archetypes/uitab/src/main/resources/archetype-resources/src/main/resources/app/view/sampleTable/sampleTable.css b/tools/package/archetypes/uitab/src/main/resources/archetype-resources/src/main/resources/app/view/sampleTable/sampleTable.css index 63203e6..5eb551b 100644 --- a/tools/package/archetypes/uitab/src/main/resources/archetype-resources/src/main/resources/app/view/sampleTable/sampleTable.css +++ b/tools/package/archetypes/uitab/src/main/resources/archetype-resources/src/main/resources/app/view/sampleTable/sampleTable.css
@@ -1,13 +1,9 @@ -/* 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;