[Frontend] Inspector styling, in progress

open #90
This commit is contained in:
Charles Hacskaylo
2015-10-23 12:35:55 -07:00
parent 1d3870d07f
commit a7ea4c3c6e
8 changed files with 210 additions and 6473 deletions

View File

@@ -21,14 +21,17 @@
-->
<span ng-controller="ObjectInspectorController as controller">
<ul>
<li ng-repeat="data in metadata">
<em>{{ data.name }}</em>
{{ data.value }}
<li>
<em>Properties</em>
<table>
<tr ng-repeat="data in metadata">
<td class="label">{{ data.name }}</td>
<td class="value">{{ data.value }}</td>
</tr>
</table>
</li>
<li ng-if="contextutalParents.length > 0">
<em title="The location of this linked object.">
Location
</em>
<em title="The location of this linked object.">Location</em>
<span class="inspector-location"
ng-repeat="parent in contextutalParents">
<mct-representation key="'label'"
@@ -39,9 +42,7 @@
</span>
</li>
<li ng-if="primaryParents.length > 0">
<em title="The location of the object that this was linked from.">
Original Location
</em>
<em title="The location of the original object that this was linked from.">Original Location</em>
<span class="inspector-location"
ng-repeat="parent in primaryParents">
<mct-representation key="'label'"