Skip to content

Commit

Permalink
#790 compact the properties together so you can fit most important st…
Browse files Browse the repository at this point in the history
…ats on the first page for consumers
  • Loading branch information
jstrachan committed Dec 11, 2013
1 parent b0e6748 commit 54bb674
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<style type="text/css">

.nodeAttributes dl {
margin-top: 5px;
margin-bottom: 10px;
}
ul.viewMenu li {
padding-left: 10px;
padding-top: 2px;
Expand Down Expand Up @@ -274,7 +278,7 @@
</div>
</div>
<div ng-show="viewSettings.panel" class="span4">
<div ng-show="selectedNode">
<div ng-show="selectedNode" class="nodeAttributes">
<dl ng-repeat="property in selectedNodeProperties" class="dl-horizontal">
<dt>{{property.key | humanize}}:</dt>
<dd ng-bind-html-unsafe="property.value"></dd>
Expand Down

0 comments on commit 54bb674

Please sign in to comment.