improved styling of graphite target editor

This commit is contained in:
Torkel Ödegaard
2014-01-01 13:40:49 +01:00
parent a517b30dc7
commit 67b7fdcd41
3 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -59,10 +59,10 @@
<div ng-repeat="tab in editorTabs" data-title="{{tab}}">
</div>
</div>
<div ng-show="editorTabs[editor.index] == 'General'">
<div class="tab-content" ng-show="editorTabs[editor.index] == 'General'">
<div ng-include src="'app/partials/panelgeneral.html'"></div>
</div>
<div ng-repeat="tab in panelMeta.fullEditorTabs" ng-show="editorTabs[editor.index] == tab.title">
<div class="tab-content" ng-repeat="tab in panelMeta.fullEditorTabs" ng-show="editorTabs[editor.index] == tab.title">
<div ng-include src="tab.src"></div>
</div>
</div>