added fullscreen only view

This commit is contained in:
Torkel Ödegaard
2013-12-27 14:50:08 +01:00
parent 41b57ef6a1
commit 2d73ab01f7
11 changed files with 83 additions and 63 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
<div ng-controller='graphite' ng-init="init()" style="min-height:{{panel.height || row.height}}" ng-class='{"panel-full-edit": inEditMode}'>
<div ng-controller='graphite'
ng-init="init()"
style="min-height:{{panel.height || row.height}}"
ng-class='{"panel-fullscreen": showFullscreen}'
ng-dblclick="toggleFullscreen($event);"
>
<style>
.histogram-legend {
display:inline-block;